Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
654 changes: 654 additions & 0 deletions ai/agentic-wallets.mdx

Large diffs are not rendered by default.

536 changes: 536 additions & 0 deletions ai/cambrian-agent-kit.mdx

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions ai/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: 'Build on Sei with AI'

Check warning on line 2 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L2

Did you really mean 'Sei'?
sidebarTitle: 'Overview'
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.'

Check warning on line 4 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L4

Did you really mean 'Sei'?

Check warning on line 4 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L4

Did you really mean 'blockchain'?
keywords: ['sei ai', 'ai development', 'sei-skill', 'mcp server', 'ai agents', 'blockchain ai']
---

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.

Check warning on line 8 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L8

Did you really mean 'Sei's'?

Check warning on line 8 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L8

Did you really mean 'Ethereum'?

Sei provides two complementary tools to fix this.

Check warning on line 10 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L10

Did you really mean 'Sei'?

## Two tools, two roles

<CardGroup cols={2}>
<Card title="sei-skill" icon="brain" href="/ai/sei-skill">
**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.

Check warning on line 16 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L16

Did you really mean 'Sei'?

Check warning on line 16 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L16

Did you really mean 'precompiles'?
</Card>
<Card title="MCP Server" icon="plug" href="/ai/mcp-server">
**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.

Check warning on line 19 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L19

Did you really mean 'blockchain'?
</Card>
</CardGroup>

Use them together: sei-skill makes your assistant think in Sei, the MCP Server lets it act on Sei.

Check warning on line 23 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L23

Did you really mean 'Sei'?

## Build AI agents on Sei

Check warning on line 25 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L25

Did you really mean 'Sei'?

<CardGroup cols={3}>
<Card title="Cambrian Agent Kit" icon="robot" href="/ai/cambrian-agent-kit">
SDK for building autonomous AI agents with DeFi integrations — staking, lending, swaps, liquidity — powered by LangChain.
</Card>
<Card title="Agentic Wallets" icon="wallet" href="/ai/agentic-wallets">
Wallet infrastructure designed for AI agents: programmable signing, session keys, and policy controls.
</Card>
<Card title="x402 Payments" icon="credit-card" href="/ai/x402">
HTTP-native micropayments so agents can pay per-inference for LLM APIs, data feeds, and other monetized services.

Check warning on line 35 in ai/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (seilabs) - vale-spellcheck

ai/index.mdx#L35

Did you really mean 'micropayments'?
</Card>
</CardGroup>
Loading
Loading