Veyronn Documentation
Strategies and Bundles
Save reusable multi-leg recipes and execute reviewed market bundles.
Strategy NFTs are ERC-721 containers for reusable trade recipes. A strategy records weighted legs with market, side, and maximum leverage constraints.

Lifecycle
- Mint a Strategy NFT.
- Add reviewed legs to the strategy.
- Choose total collateral.
- Request fresh reports for all markets.
- Review and sign one strategy execution.
- The protocol allocates collateral by weight and opens the legs atomically.
Outcome bundles
Outcome bundles are product templates that preselect coherent multi-market legs. They do not bypass wallet review or contract limits. A user can inspect a bundle, execute its legs, or recreate the idea as a Strategy NFT.
Atomic reports
Multi-leg execution uses a report for each affected market. Every report is verified before the strategy call, and quotes are cleared before the transaction returns. If any required report or leg fails, the transaction reverts as a unit.
Design limits
- Strategy ownership is wallet-based.
- Market maximum leverage still applies.
- Total collateral must be available in free margin.
- Open-interest, skew, vault, freshness, confidence, and slippage checks apply per leg.
- A strategy is a recipe, not guaranteed performance or investment advice.