Skip to content

Commit 771a90e

Browse files
committed
change high level flow position
1 parent 6f8e93a commit 771a90e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/ai-agents/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ Base gives your AI agent the tools to operate as an independent economic actor:
1010

1111
<AgentPaymentDemo />
1212

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-
2313
### High-level flow
2414

2515
```mermaid
@@ -47,6 +37,16 @@ sequenceDiagram
4737
API-->>Agent: Response data
4838
```
4939

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.
49+
5050
## Choose your path
5151

5252
<CardGroup cols={2}>

0 commit comments

Comments
 (0)