|
12 | 12 | - Sign EIP-191 personal messages and EIP-712 typed data (SIWE, permits, protocol auth) |
13 | 13 | - Batch multiple contract calls into a single approval via `send_calls` |
14 | 14 | - Pay for x402-enabled API requests with USDC on Base or Base Sepolia |
15 | | -- Extend with protocol plugins (Morpho, Moonwell, Uniswap, Avantis, Aerodrome, Virtuals, Bankr) or your own custom plugin |
| 15 | +- Extend with protocol plugins (Aerodrome, Avantis, Balancer, Bankr, Bitrefill, Brickken, Clawnch, Flaunch, GMGN, Hydrex, KyberSwap, Moonwell, Morpho, o1.exchange, OpenSea, Printr, Uniswap, Venice, Virtuals, YO) or your own custom plugin |
16 | 16 | - Append Builder Codes to transactions for onchain attribution and revenue share |
17 | 17 |
|
18 | 18 | ## Navigation (with brief descriptions) |
|
33 | 33 | - [Make x402 Payments](https://docs.base.org/agents/guides/x402-payments.md) — `initiate_x402_request` + `complete_x402_request`: pay for x402-enabled HTTPS API requests with a user-approved USDC cap |
34 | 34 |
|
35 | 35 | ### Plugins |
36 | | -- [Native Plugins](https://docs.base.org/agents/plugins/native/index.md) — Morpho, Moonwell, Uniswap, Avantis, Aerodrome, Virtuals, and Bankr plugin overview |
37 | | -- [Moonwell](https://docs.base.org/agents/plugins/native/moonwell.md) — Supply, borrow, and claim on Moonwell using `web_request` + Base MCP; no extra MCP server required |
| 36 | +- [Native Plugins](https://docs.base.org/agents/plugins/native/index.md) — Overview of 20 native Base MCP plugins: Aerodrome, Avantis, Balancer, Bankr, Bitrefill, Brickken, Clawnch, Flaunch, GMGN, Hydrex, KyberSwap, Moonwell, Morpho, o1.exchange, OpenSea, Printr, Uniswap, Venice, Virtuals, and YO |
| 37 | +- [Aerodrome](https://docs.base.org/agents/plugins/native/aerodrome.md) — CLI-only swaps and basic-pool liquidity on Aerodrome via sugar-sdk and Base MCP `send_calls` |
| 38 | +- [Avantis](https://docs.base.org/agents/plugins/native/avantis.md) — Perpetual futures trading on Base; reads work everywhere, trade-building uses a CLI harness or Avantis UI |
| 39 | +- [Balancer](https://docs.base.org/agents/plugins/native/balancer.md) — CLI-only swaps and liquidity on Balancer through shell-driven API reads, SDK calldata building, and Base MCP `send_calls` |
| 40 | +- [Bankr](https://docs.base.org/agents/plugins/native/bankr.md) — Discover new Base token launches through Bankr and buy selected tokens with Base MCP `swap` |
| 41 | +- [Bitrefill](https://docs.base.org/agents/plugins/native/bitrefill.md) — Buy gift cards, mobile top-ups, and eSIMs with USDC on Base using wallet sign-in and x402 payments |
| 42 | +- [Brickken](https://docs.base.org/agents/plugins/native/brickken.md) — ERC-8004 identity, reputation, and agent-token operations with Brickken prepare surfaces and Base MCP x402 approval |
| 43 | +- [Clawnch](https://docs.base.org/agents/plugins/native/clawnch.md) — Discover Base launches, buy launched tokens, and prepare non-custodial Clawnch token launches |
| 44 | +- [Flaunch](https://docs.base.org/agents/plugins/native/flaunch.md) — Prepare Base token launches through Flaunch and trade deployed Flaunch tokens with Base MCP |
| 45 | +- [GMGN](https://docs.base.org/agents/plugins/native/gmgn.md) — CLI-only swap quotes, gas-price tiers, and trending-token intelligence on Base via GMGN |
| 46 | +- [Hydrex](https://docs.base.org/agents/plugins/native/hydrex.md) — Swaps and concentrated-liquidity position management on Hydrex via prepare-server calldata and Base MCP `send_calls` |
| 47 | +- [KyberSwap](https://docs.base.org/agents/plugins/native/kyberswap.md) — Best-rate DEX aggregation through KyberSwap routes and Base MCP `send_calls` across supported EVM chains |
| 48 | +- [Moonwell](https://docs.base.org/agents/plugins/native/moonwell.md) — Supply, borrow, and claim on Moonwell using `web_request` and Base MCP; no extra MCP server required |
38 | 49 | - [Morpho](https://docs.base.org/agents/plugins/native/morpho.md) — Vaults and Morpho Blue markets via Morpho CLI when shell access exists, or Morpho MCP on chat-only surfaces; prepare unsigned transactions and execute through Base MCP |
| 50 | +- [o1.exchange](https://docs.base.org/agents/plugins/native/o1-exchange.md) — Token swaps on o1.exchange through HTTP order building, unsigned transaction decoding, and Base MCP `send_calls` |
| 51 | +- [OpenSea](https://docs.base.org/agents/plugins/native/opensea.md) — NFT marketplace trading, token swaps, drops, and minting through OpenSea API or CLI and Base MCP `send_calls` |
| 52 | +- [Printr](https://docs.base.org/agents/plugins/native/printr.md) — Cross-chain token launches through Printr's HTTP API and Base MCP `send_calls` |
39 | 53 | - [Uniswap](https://docs.base.org/agents/plugins/native/uniswap.md) — Swaps and LP position management on Base via the Uniswap API; no extra MCP server required |
40 | | -- [Avantis](https://docs.base.org/agents/plugins/native/avantis.md) — CLI-only perpetual futures trading on Base via Avantis tx-builder; no extra MCP server required |
| 54 | +- [Venice](https://docs.base.org/agents/plugins/native/venice.md) — Private AI inference through the Venice API with optional Base x402 wallet funding through Base MCP |
| 55 | +- [Virtuals](https://docs.base.org/agents/plugins/native/virtuals.md) — Create and operate Virtuals AI agents, payment cards, and email identities with Base MCP SIWE login |
| 56 | +- [YO](https://docs.base.org/agents/plugins/native/yo.md) — YO vault reads, position checks, deposits, and redeems through `chain_rpc_request` and Base MCP `send_calls` |
41 | 57 | - [Custom Plugins](https://docs.base.org/agents/plugins/custom-plugins.md) — Author a plugin that returns unsigned calldata for Base MCP's `send_calls` to execute under one approval |
42 | 58 |
|
43 | 59 | ## Key Concepts (excerpts) |
|
0 commit comments