1- # Base Docs Index
1+ ---
2+ title : " Base Docs Agent Index"
3+ description : " AI agent index for Base documentation. Structured entry point for LLMs and coding agents to navigate Base Chain, Base account and Base apps."
4+
5+ ---
6+
27IMPORTANT: Prefer retrieval-led reasoning. Read relevant docs before generating code.
3- Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainKit, MiniKit .
8+ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Base Account .
49[ Docs] |root:./docs
5- |base-account/basenames: basename-transfer ,basenames-faq,basenames-onchainkit-tutorial,basenames-wagmi-tutorial
10+ |ai-agents: index ,trading
11+ |ai-agents/core-concepts: agent-apps ,agent-frameworks,identity-verification-auth,payments-and-transactions,wallets
12+ |base-account/basenames: basename-transfer ,basenames-faq,basenames-wagmi-tutorial
613|base-account/contribute: contribute-to-base-account-docs ,security-and-bug-bounty
714|base-account/framework-integrations: cdp ,rainbowkit,reown,thirdweb
815|base-account/framework-integrations/privy: authentication ,setup,spend-permissions,sub-accounts,wallet-actions
916|base-account/framework-integrations/wagmi: base-pay ,basenames,batch-transactions,other-use-cases,setup,sign-in-with-base,sub-accounts
10- |base-account/guides: accept-payments ,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data
17+ |base-account/guides: accept-payments ,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data,verify-social-accounts
1118|base-account/guides/tips: inspect-txn-simulation ,popup-tips
12- |base-account/improve-ux: batch-transactions ,magic-spend, spend-permissions,sub-accounts
19+ |base-account/improve-ux: batch-transactions ,spend-permissions,sub-accounts
1320|base-account/improve-ux/sponsor-gas: erc20-paymasters ,paymasters
1421|base-account/more: base-gasless-campaign ,telemetry
1522|base-account/more/troubleshooting/usage-details: gas-usage ,popups,simulations,unsupported-calls,wallet-library-support
@@ -23,58 +30,18 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK
2330|base-account/reference/prolink-utilities: createProlinkUrl ,decodeProlink,encodeProlink
2431|base-account/reference/spend-permission-utilities: fetchPermission ,fetchPermissions,getPermissionStatus,prepareRevokeCallData,prepareSpendCallData,requestRevoke,requestSpendPermission
2532|base-account/reference/ui-elements: base-pay-button ,brand-guidelines,sign-in-with-base-button
26- |base-app/agents: building-quality-agents ,chat-agents,deeplinks,getting-started,mini-apps-and-agents,quick-actions,transaction-trays,x402-agents
27- |base-app/introduction: beta-faq
28- |base-chain/builder-codes: app-developers ,bridge-developers,builder-codes,wallet-developers
29- |base-chain/flashblocks: apps ,docs,node-providers
30- |base-chain/network-information: base-contracts ,block-building,bridges,configuration-changelog,diffs-ethereum-base,ecosystem-contracts,network-fees,transaction-finality,troubleshooting-transactions
31- |base-chain/node-operators: performance-tuning ,run-a-base-node,snapshots,troubleshooting
32- |base-chain/quickstart: base-solana-bridge ,bridge-token,connecting-to-base,deploy-on-base,why-base
33+ |base-chain/builder-codes: app-developers ,builder-codes,wallet-developers
34+ |base-chain/flashblocks: api-reference ,app-integration,architecture,faq,overview,run-a-flashblocks-node
35+ |base-chain/network-information: base-contracts ,block-building,bridges,configuration-changelog,diffs-ethereum-base,ecosystem-contracts,network-faucets,network-fees,transaction-finality,troubleshooting-transactions
36+ |base-chain/node-operators: node-providers ,performance-tuning,run-a-base-node,snapshots,troubleshooting
37+ |base-chain/quickstart: base-solana-bridge ,connecting-to-base,deploy-on-base,why-base
38+ |base-chain/reference: json-rpc-api
3339|base-chain/security: avoid-malicious-flags ,bug-bounty,report-vulnerability,security-council
34- |base-chain/tools: account-abstraction ,base-products,block-explorers,cross-chain,data-indexers,network-faucets,node-providers,onboarding,onchain-registry-api,onramps,oracles,tokens-in-wallet
35- |get-started: base-mentorship-program ,base-services-hub,base,build-app,concepts,country-leads-and-ambassadors,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,prompt-library
36- |learn: exercise-contracts ,welcome
37- |learn/address-and-payable: address-and-payable
38- |learn/advanced-functions: function-modifiers ,function-visibility
39- |learn/arrays: arrays-exercise ,arrays-in-solidity
40- |learn/contracts-and-basic-functions: basic-functions-exercise ,basic-types,hello-world-step-by-step
41- |learn/control-structures: control-structures-exercise ,control-structures
42- |learn/deployment-to-testnet: deployment-to-testnet-exercise ,test-networks
43- |learn/error-triage: error-triage-exercise ,error-triage
44- |learn/foundry: deploy-with-foundry ,generate-random-numbers-contracts,setup-with-base,testing-smart-contracts,verify-contract-with-basescan
45- |learn/hardhat/hardhat-forking: hardhat-forking
46- |learn/hardhat/hardhat-tools-and-testing: analyzing-test-coverage ,debugging-smart-contracts,deploy-with-hardhat,optimizing-gas-usage,overview,reducing-contract-size
47- |learn/imports: imports-exercise
48- |learn/inheritance: inheritance-exercise ,multiple-inheritance
49- |learn/interfaces: contract-to-contract-interaction
50- |learn/introduction-to-ethereum: ethereum-applications ,evm-diagram,gas-use-in-eth-transactions,guide-to-base
51- |learn/introduction-to-solidity: deployment-in-remix ,introduction-to-remix,introduction-to-solidity-overview,solidity-overview
52- |learn/mappings: mappings-exercise
53- |learn/new-keyword: new-keyword-exercise
54- |learn/onchain-app-development: deploy-with-fleek
55- |learn/onchain-app-development/account-abstraction: account-abstraction-on-base-using-biconomy ,account-abstraction-on-base-using-particle-network,account-abstraction-on-base-using-privy-and-the-base-paymaster,gasless-transactions-with-paymaster
56- |learn/onchain-app-development/cross-chain: bridge-tokens-with-layerzero ,send-messages-and-tokens-from-base-chainlink
57- |learn/onchain-app-development/finance: access-real-time-asset-data-pyth-price-feeds ,access-real-world-data-chainlink,build-a-smart-wallet-funding-app
58- |learn/onchain-app-development/frontend-setup: building-an-onchain-app ,introduction-to-providers,overview,viem,wallet-connectors,web3
59- |learn/onchain-app-development/reading-and-displaying-data: configuring-useReadContract ,useAccount,useReadContract
60- |learn/onchain-app-development/writing-to-contracts: useSimulateContract ,useWriteContract
61- |learn/onchain-concepts: building-onchain-ai ,building-onchain-frontend-development,building-onchain-gas,building-onchain-identity,building-onchain-nodes,building-onchain-onramps,building-onchain-social-networks,building-onchain-wallets,continue-building-onchain,core-concepts,development-flow,understanding-the-onchain-tech-stack
62- |learn/solidity: anatomy ,basic-types,deployment-in-remix,exercise-basics,hello-world,introduction-to-contracts,introduction-to-remix,introduction,overview,remix-guide,step-by-step,video-tutorial
63- |learn/storage: how-storage-works ,storage-exercise
64- |learn/structs: structs-exercise
65- |learn/token-development/erc-/token: erc-721-exercise ,erc-721-standard
66- |learn/token-development/intro-to-tokens: tokens-overview
67- |learn/token-development/minimal-tokens: minimal-tokens-exercise
68- |learn/token-development/nft-guides: complex-onchain-nfts ,dynamic-nfts,signature-mint,simple-onchain-nfts,thirdweb-unreal-nft-items
69- |mini-apps/core-concepts: authentication ,base-account,context,embeds-and-previews,manifest,navigation,notifications
70- |mini-apps/featured-guidelines: design-guidelines ,notification-guidelines,overview,product-guidelines,technical-guidelines
71- |mini-apps/growth: build-viral-mini-apps ,optimize-onboarding,rewards
72- |mini-apps/introduction: overview
40+ |get-started: base-mentorship-program ,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library,resources-for-ai-agents
41+ |mini-apps/growth: rewards
7342|mini-apps/quality-and-publishing: overview ,quality-bar,submission-guidelines
74- |mini-apps/quickstart: build-checklist ,building-for-the-base-app,create-new-miniapp,migrate-existing-apps,template
75- |mini-apps/resources: design-resources ,templates
76- |mini-apps/technical-guides: accept-payments ,dynamic-embeds,neynar-notifications,sharing-and-social-graph,sign-manifest
77- |mini-apps/troubleshooting: base-app-compatibility ,common-issues,error-handling,how-search-works,testing
43+ |mini-apps/quickstart: build-checklist ,building-for-the-base-app,create-new-miniapp,migrate-existing-apps,migrate-to-standard-web-app,template
44+ |mini-apps/technical-guides: accept-payments ,building-chat-agents,dynamic-embeds,neynar-notifications,sharing-and-social-graph,sign-manifest
7845|onchainkit: create-a-basename-profile-component ,getting-started,installation,restricted,use-coinbase-smart-wallet-and-eoas
7946|onchainkit/api: build-deposit-to-morpho-tx ,build-mint-transaction,build-swap-transaction,build-withdraw-from-morpho-tx,get-mint-details,get-portfolios,get-swap-quote,get-token-details,get-tokens,types
8047|onchainkit/buy: buy ,types
@@ -120,4 +87,4 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK
12087|onchainkit/token: format-amount ,token-chip,token-image,token-row,token-search,token-select-dropdown,types
12188|onchainkit/transaction: transaction ,types
12289|onchainkit/wallet: is-valid-aa-entrypoint ,is-wallet-a-coinbase-smart-wallet,types,wallet-dropdown-basename,wallet-dropdown-disconnect,wallet-dropdown-fund-link,wallet-dropdown-link,wallet-island,wallet-modal,wallet
123- |root: cookie-policy ,privacy-policy,showcase ,terms-of-service,tone_of_voice
90+ |root: AGENTS , cookie-policy,privacy-policy,terms-of-service,tone_of_voice
0 commit comments