One-click plans
Recipes
Pre-built PTBVM plans. Connect a wallet, click run, and a multi-step Solana transaction executes atomically. No code, no brick assembly.
- Change wallet
Connect a devnet wallet to run a recipe.
Devnet live
Swap → Deposit (demo)
Swap an amount through an on-chain rate, then deposit exactly what came out into a vault — in one atomic transaction. You enter 100; the swap produces 150 on-chain; the vault receives 150. You never type 150.
swap_mock(100) → capture result
vault.deposit(result)
Mainnet soon
Jupiter swap → Kamino deposit
Swap on Jupiter and deposit the exact output into Kamino in one transaction. Real protocols, mainnet only.
jupiter.swap → capture out
kamino.deposit(out)
Mainnet soon
Token-2022 transfer → action
Move a Token-2022 asset (fees, hooks and all) and trigger a follow-up step against the result. Token-2022 is a first-class brick.
token2022.transfer_checked
next step on result