1. Create the agent
2. File the DSD (tier 1+)
3. Set the wallet policy
Before the agent moves any real money, define spending rules:4. Fund the agent wallet
5. Authenticate the agent (Ed25519)
From the agent process:autoReauth: true (see Node SDK).
6. Open a push channel
7. Register skills (optional, for A2A marketplace)
Recap checklist
- Agent record created under a parent account
- Ed25519 keypair generated and saved
- DSD filed (for tier 1+)
- Wallet policy configured with limits + kill-switch
- Wallet funded
- Ed25519 authentication tested end-to-end
- SSE connection opened
- Skills registered if participating in A2A
Next
- Cross-border transfer — first production-like transaction
- Wallet policies — policy grammar reference
- Kill-switch — test kill-switch drill before shipping
