Skip to content

Commit 4484366

Browse files
authored
Docs/title updates (#1231)
* added keywords to metadata * added keywords to metadata * added keywords to metadata * added keywords to metadata * added keywords to metadata * added keywords to metadata * added keywords to metadata
1 parent 07fdfba commit 4484366

6 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/ai-agents/core-concepts/agent-apps.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Agent Apps"
33
description: "Build services designed for agents and make your app discoverable"
4+
keywords: ["agent app", "base agent app", "AI agent discovery", "build for AI agents"]
45
---
56

67
import { GithubRepoCard } from "/snippets/GithubRepoCard.mdx";

docs/ai-agents/core-concepts/agent-frameworks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Frameworks"
33
description: "Choose the right framework for building and running AI agents on Base"
4+
keywords: ["AI agent frameworks Base", "OpenClaw Base", "onchain AI agent", "build AI agent Base"]
45
---
56

67
Your first decision when building an AI agent on Base is choosing a framework. This determines how you write your agent's logic, where it runs, and how much infrastructure you manage yourself.

docs/ai-agents/core-concepts/payments-and-transactions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Payments and Transactions"
33
description: "How your agent pays for services, receives payments, and executes onchain actions"
4+
keywords: ["x402 protocol","autonomous agent payments", "machine payments protocol","programmatic payments","AI agent payments", "agentic payments", "agent stablecoin payments", "x402 Base", "onchain agent actions", "HTTP 402 payment required", "agentic commerce", "AI agent transactions Base"]
45
---
56

67
Your agent has a wallet. Now it needs to use it. This page covers two key concepts: how your agent pays for services automatically using the x402 protocol, and how skills define the actions your agent can perform.

docs/ai-agents/core-concepts/wallets.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
title: "Wallets"
3-
description: "Give your agent the ability to hold funds, send payments, and sign messages"
2+
title: "AI Agent Wallets"
3+
description: "Give your AI agent a dedicated wallet on Base to hold funds, send payments, sign messages, and interact with onchain protocols securely."
4+
"og:title": "AI Agent Wallets – Base Documentation"
5+
"og:description": "Give your AI agent a dedicated wallet on Base to hold funds, send payments, sign messages, and interact with onchain protocols securely."
6+
keywords: ["AI agent wallet", "crypto agent wallet", "Base wallet", "CDP agentic wallet", "onchain AI agent"]
47
---
58

69
An onchain wallet gives your agent the ability to hold funds, authorize transactions, and sign messages. Without one, your agent can read data but can't pay for services, receive payments, or prove its identity.

docs/ai-agents/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "AI Agents on Base"
33
description: "Build AI agents that can hold funds, make payments, verify identity, and interact with services on Base"
4+
keywords: ["AI agents Base", "x402 protocol", "onchain agents", "Base L2", "Build with AI" "Base MCP server"]
45
---
56

67
Base gives your AI agent the tools to operate as an independent economic actor: a wallet to hold and spend funds, identity standards so other agents and services can trust it, a payment protocol for pay-per-request APIs, and a discovery layer so agents can find each other.

docs/ai-agents/trading.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Trading on Base'
33
description: 'Base-specific patterns, fee calibration, and onchain signals for trading agents.'
4+
keywords: ["Flashblocks trading", "machine payments protocol","trading agent Base", "base_transactionStatus", "onchain trading agent EVM", "L1 L2 fee optimization Base"]
45
---
56

67
Base offers two structural advantages for trading agents: **Flashblocks** (200ms preconfirmed block state, 10× faster than the 2-second block) and an exposed L1/L2 fee structure that enables explicit cost-vs-speed tradeoffs. This page covers only what is unique to Base — general EVM execution patterns are in the [Ethereum documentation](https://ethereum.org/developers/docs), and Base's RPC methods are in the [JSON-RPC API Reference](/base-chain/reference/json-rpc-api) and [Flashblocks API Reference](/base-chain/flashblocks/api-reference).

0 commit comments

Comments
 (0)