What is Automark
Where investor capital meets specialist strategy on Predict, with the safety rails enforced by the contract instead of by trust.
Automark is where capital meets strategy on Predict, the prediction market on Sui where positions are binaries and ranges on BTC.
Two sides meet here. One has capital and wants exposure to these markets without running the trades. The other (you, most likely) can run the trades but wants more capital behind them. Automark is the layer in between: an investor deposits into a vault, and a specialist's strategy operates it.
What makes that safe to do with other people's money, on-chain, is a single idea:
The operator decides what and when; the contract decides whether it's allowed.
Your strategy can propose any move. The vault checks every one against its own limits (position size, total exposure, which functions are even callable, whether it's paused) and reverts anything over the line. A depositor isn't trusting your good intentions. They're trusting a contract that won't be talked out of its rules. And you get to run a real strategy on real capital without asking anyone's permission.
The product in one sentence: vaults that let specialists operate other people's capital, with the protections enforced by the contract.
Where you fit
These docs are written for the specialist side. You write the strategy; the rest of Concepts is the model you'll work in.
- Plug-and-socket is the architecture: a central container and a pluggable arm.
- Vault is the container: what it holds and how it guards every operation.
- Strategy is the plug: your logic, and why it never touches capital.
- The three layers of protection cover what the contract enforces, what Move guarantees, and what the market judges.
Once the model clicks, the Runner takes you from npx scaffold to a running strategy.