Browse Docs

Documentation

Programmatic Mint

Programmatic minting keeps custody with the agent runtime while the backend only orchestrates transaction building.

Flow

  1. Agent calls /v1/mint/build.
  2. Backend returns unsigned transaction.
  3. Agent signs locally with its own keypair.
  4. Agent submits transaction to Solana.

Security model

The backend never signs as the agent and never stores private keys.