Skip to content

Commit bb1b72c

Browse files
Merge pull request #3 from sei-protocol/docs/ai-tab-sei-skill
docs: add AI tab with sei-skill and agent tooling
2 parents a481cc4 + 7a913eb commit bb1b72c

14 files changed

Lines changed: 3190 additions & 264 deletions

File tree

ai/agentic-wallets.mdx

Lines changed: 654 additions & 0 deletions
Large diffs are not rendered by default.

ai/cambrian-agent-kit.mdx

Lines changed: 536 additions & 0 deletions
Large diffs are not rendered by default.

ai/index.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

Comments
 (0)