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
Private key: give an agent a wallet and a policycreateWallet, grantSession, execute, revokeSessioncreate-wallet, grant-session, send-tx, revoke-sessionBNB
Passkey: give an agent a wallet and a policycreatePasskeyWallet, grantSession, recoverFromPasskey(browser SDK)BNB
Agent trades on DEX, cappedgrantSession (scoped), executegrant-session, session-executeBNB
Portfolio with multiple agentsgrantSession (×2), execute, Keystore read, revokeSessiongrant-session, session-execute, verify-session, revoke-sessionBNB
Verify agent authority from anywhereKeystore read (isValidKey + keccak256)verify-sessionany
Authorization across chainsgrantSession, ensureKeyCached, execute(SDK)Ethereum → Base
Agent pays for an API with x402grantSession, approveTokenForPermit2, approveSignatureChecker, fetchWithX402x402_request (tool only, no slash command)BNB / Base

The paths build on each other. Give an agent a wallet and a policy is the hello-world every other path assumes. Start there if you are new, or jump to whichever goal matches your situation.