|
| 1 | +--- |
| 2 | +title: 'Build on Sei with AI' |
| 3 | +sidebarTitle: 'Overview' |
| 4 | +description: 'AI tools for building on Sei — from knowledge injection that makes your AI assistant Sei-aware, to live blockchain tooling that lets it act on-chain.' |
| 5 | +keywords: ['sei ai', 'ai development', 'sei-skill', 'mcp server', 'ai agents', 'blockchain ai'] |
| 6 | +--- |
| 7 | + |
| 8 | +AI coding assistants are powerful — but they weren't trained on Sei's specifics. Without context, they'll give you generic Ethereum answers: wrong gas patterns, missing dual-address handling, outdated package names, and assumptions about finality that don't hold on a 400ms chain. |
| 9 | + |
| 10 | +Sei provides two complementary tools to fix this. |
| 11 | + |
| 12 | +## Two tools, two roles |
| 13 | + |
| 14 | +<CardGroup cols={2}> |
| 15 | + <Card title="sei-skill" icon="brain" href="/ai/sei-skill"> |
| 16 | + **Knowledge injection.** Teaches your AI assistant everything about Sei — architecture, precompiles, wallet patterns, gas behavior, and ecosystem — so every answer it gives is Sei-specific from the start. |
| 17 | + </Card> |
| 18 | + <Card title="MCP Server" icon="plug" href="/ai/mcp-server"> |
| 19 | + **Live blockchain access.** Gives your AI assistant tools to read and write on-chain: query balances, send transactions, interact with contracts, and monitor network state in real time. |
| 20 | + </Card> |
| 21 | +</CardGroup> |
| 22 | + |
| 23 | +Use them together: sei-skill makes your assistant think in Sei, the MCP Server lets it act on Sei. |
| 24 | + |
| 25 | +## Build AI agents on Sei |
| 26 | + |
| 27 | +<CardGroup cols={3}> |
| 28 | + <Card title="Cambrian Agent Kit" icon="robot" href="/ai/cambrian-agent-kit"> |
| 29 | + SDK for building autonomous AI agents with DeFi integrations — staking, lending, swaps, liquidity — powered by LangChain. |
| 30 | + </Card> |
| 31 | + <Card title="Agentic Wallets" icon="wallet" href="/ai/agentic-wallets"> |
| 32 | + Wallet infrastructure designed for AI agents: programmable signing, session keys, and policy controls. |
| 33 | + </Card> |
| 34 | + <Card title="x402 Payments" icon="credit-card" href="/ai/x402"> |
| 35 | + HTTP-native micropayments so agents can pay per-inference for LLM APIs, data feeds, and other monetized services. |
| 36 | + </Card> |
| 37 | +</CardGroup> |
0 commit comments