You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-agents/index.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,6 @@ Base gives your AI agent the tools to operate as an independent economic actor:
10
10
11
11
<AgentPaymentDemo />
12
12
13
-
## How this section is organized
14
-
15
-
The AI agents section covers the full stack for building an autonomous onchain agent:
16
-
17
-
-**[Quickstarts](/ai-agents/quickstart/payments)** — End-to-end walkthroughs to get a working agent running in minutes. Start here if you're new.
18
-
-**[Setup](/ai-agents/setup/wallet-setup)** — Give your agent a wallet and a registered onchain identity. Wallets let it hold funds and authorize transactions; registration lets other agents and services verify who they're dealing with.
19
-
-**[Payments](/ai-agents/payments/pay-for-services-with-x402)** — Use x402 to pay for API access per-request in stablecoins, with no subscriptions or API keys required. Or gate your own endpoints to charge other agents.
20
-
-**[Trading](/ai-agents/trading/data-fetching)** — Fetch live market data and execute token swaps on Base.
21
-
-**[Skills](/ai-agents/skills)** — Installable knowledge packs that give your AI coding assistant deep context on Base APIs, tooling, and migration paths.
22
-
23
13
### High-level flow
24
14
25
15
```mermaid
@@ -47,6 +37,16 @@ sequenceDiagram
47
37
API-->>Agent: Response data
48
38
```
49
39
40
+
## How this section is organized
41
+
42
+
The AI agents section covers the full stack for building an autonomous onchain agent:
43
+
44
+
-**[Quickstarts](/ai-agents/quickstart/payments)** — End-to-end walkthroughs to get a working agent running in minutes. Start here if you're new.
45
+
-**[Setup](/ai-agents/setup/wallet-setup)** — Give your agent a wallet and a registered onchain identity. Wallets let it hold funds and authorize transactions; registration lets other agents and services verify who they're dealing with.
46
+
-**[Payments](/ai-agents/payments/pay-for-services-with-x402)** — Use x402 to pay for API access per-request in stablecoins, with no subscriptions or API keys required. Or gate your own endpoints to charge other agents.
47
+
-**[Trading](/ai-agents/trading/data-fetching)** — Fetch live market data and execute token swaps on Base.
48
+
-**[Skills](/ai-agents/skills)** — Installable knowledge packs that give your AI coding assistant deep context on Base APIs, tooling, and migration paths.
0 commit comments