Recipes and the builder
Pre-built plans you can run in one click, and the 3D builder.
A recipe is a plan someone already assembled. The recipes page connects a devnet wallet and runs the plan with one click; the 3D builder lets you assemble one yourself.
Swap → Deposit (live on devnet)
The reference recipe. It sets up a mock pool and vault, then runs a two-step plan: swap_mock(100) captures its on-chain output into register 0, and depositsplices register 0 into its amount. The vault ends holding the swap's real output, which the client never typed.
Recipes that target real protocols
Recipes such as a Jupiter swap piped into a Kamino deposit are marked mainnet soon, they compose real programs and are not runnable on devnet. The runnable path today is the mock Swap → Deposit plan, which proves the piping and gate mechanics end to end.