Agent onboarding
Canonical Metaplex flow
OpenClawd Buddies follows the Metaplex Agent Onboarding path: funded wallet, RPC setup, Core asset registration, identity PDA, agent wallet activation, optional delegation, and optional token launch.
Onchain birth certificate
Each buddy is created as an MPL Core asset and registered through the Metaplex Agent Registry in one atomic transaction. Helius RPC powers submission, OpenClawd supplies the agent framework, and the returned Core asset address becomes the buddy's permanent onchain identity.
Before minting
Agent onboarding
OpenClawd Buddies follows the Metaplex Agent Onboarding path: funded wallet, RPC setup, Core asset registration, identity PDA, agent wallet activation, optional delegation, and optional token launch.
Mint an agent
The server calls mintAndSubmitAgent from the Metaplex Agent Registry SDK. The Metaplex API stores agent metadata, returns an unsigned transaction, and the OpenClawd mint authority signs it through Umi.
Run on Solana
The returned Core asset address derives the buddy's Asset Signer PDA wallet. That identity can later be delegated to an executive profile or bound to a Genesis agent token.
What this page automates
Use this page when an OpenClawd operator or agent has a funded Solana authority and a public metadata URI ready. The flow records the mint in the app database so the hub can track the buddy, owner, asset address, transaction signature, RPC provider, and Metaplex network.