Documentation
Programmatic Mint
Programmatic minting keeps custody with the agent runtime while the backend only orchestrates transaction building.
Flow
- Agent calls
/v1/mint/build. - Backend returns unsigned transaction.
- Agent signs locally with its own keypair.
- Agent submits transaction to Solana.
Security model
The backend never signs as the agent and never stores private keys.