> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sei.io/llms.txt
> Use this file to discover all available pages before exploring further.

# sei-skill Example Prompts

> Prompts that unlock Sei-specific guidance from your AI assistant after installing sei-skill.

Once sei-skill is installed, your AI assistant has accurate, up-to-date context on everything Sei. These prompts show what that looks like in practice — questions that would get generic (wrong) Ethereum answers without the skill, and accurate Sei-specific answers with it.

## Contracts

```
Set up Foundry for Sei testnet
```

```
Deploy a Solidity contract to Sei mainnet and verify it on Seiscan
```

```
How do I call the Staking precompile from Solidity to delegate SEI?
```

```
Why does SSTORE cost more on Sei than on Ethereum, and how should I budget gas for storage writes?
```

```
How do I use the Bank precompile to query a native denom balance?
```

```
Load test my contract against the OCC parallel execution scheduler
```

```
Set up a UUPS upgradeable proxy for my Sei contract
```

```
Use ERC-4337 account abstraction on Sei with Pimlico
```

```
How do I create a pointer contract so my ERC-20 is accessible as a CW20?
```

```
Optimize gas for a contract that does many SSTORE writes
```

```
What's a safe source of randomness on Sei? Can I use PREVRANDAO?
```

```
Migrate my Ethereum contract to Sei — what do I need to change?
```

## Frontend

```
Set up Wagmi v2 with Sei mainnet and testnet chain configs
```

```
How do I integrate Sei Global Wallet for social login in my dApp?
```

```
Why should I use gasPrice instead of maxFeePerGas on Sei?
```

```
Display both the EVM address and Sei native address for a connected wallet
```

```
Connect to Sei with MetaMask, Compass, and Ledger using EIP-6963
```

```
Set up RainbowKit on Sei
```

```
How do I handle Sei's 400ms block time in my UI? When is a transaction final?
```

```
Read a precompile from a React component using useReadContract
```

```
Set up wagmi useWriteContract for delegating SEI to a validator
```

## Ecosystem

```
What are reliable RPC endpoints for Sei mainnet with failover?
```

```
How do I bridge USDC to Sei using LayerZero V2?
```

```
Integrate Pyth price feeds in my Sei contract
```

```
Index Sei events with Goldsky subgraph
```

```
What DeFi protocols are live on Sei that I can integrate with?
```

```
How do I apply for a Sei Foundation grant?
```

```
Set up a Sei full node with state sync
```

```
How do I become a Sei validator?
```

```
Submit a governance proposal on Sei via CLI
```

## Architecture

```
Explain how Sei's OCC parallel execution works and how it affects contract design
```

```
What is Twin Turbo Consensus and how does it achieve sub-second finality?
```

```
How does the dual-address system work — when do I need to associate addresses?
```

```
What changed in SeiDB and why does it matter for state-heavy contracts?
```

```
Is CosmWasm still supported on Sei?
```
