Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Overview

The at-a-glance map. Find your goal, then follow the path.

GoalSDK functionsMCP commandsChain
Give an agent a wallet and a policycreateWallet, grantSession, execute, revokeSessioncreate-wallet, grant-session, send-tx, revoke-sessionBNB testnet
Passkey wallet delegates to an agentcreatePasskeyWallet, grantSession, recoverFromPasskey(browser SDK)BNB testnet
Agent trades on DEX, cappedgrantSession (scoped), executegrant-session, session-executeBNB testnet
Portfolio with multiple agentsgrantSession (×2), execute, Keystore read, revokeSessiongrant-session, session-execute, verify-session, revoke-sessionBNB testnet
Verify agent authority from anywhereKeystore read (getActiveKeys + keccak256)verify-sessionany
Authorization across chainsgrantSession, ensureKeyCached, execute(SDK)Sepolia → Base Sepolia

The paths build on each other. Use Case 1 is the hello-world every other path assumes. Start there if you are new, or jump to whichever goal matches your situation.