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

# Introduction

> The AI-powered Web3 IDE — write, compile, deploy, and interact with smart contracts from one place

## What is Cheetah AI?

Cheetah AI is a Web3 IDE with AI built in. It's a code editor where you can write Solidity contracts or Solana programs, compile them, deploy them to any chain, and interact with them — all through a chat interface. No terminal commands, no deployment scripts, no browser extensions.

It comes with:

* A built-in crypto wallet (EVM + Solana)
* Foundry compiler and Anvil local node (bundled, no install needed)
* Anchor/Solana toolchain support
* Support for 16+ chains (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BNB, Solana)
* Security auditing (Aderyn)
* AI that understands your entire codebase

<Card title="Get Started — Deploy Your First Contract in 5 Minutes" href="/docs/quickstart" horizontal>
  Step-by-step tutorial: install, set up wallet, deploy a smart contract.
</Card>

## How It Works

You talk to the AI in the chat panel. The AI does the work.

```
"Create an ERC-20 token, compile it, and deploy to local"
```

The AI writes the contract, starts a local blockchain, compiles with Foundry, deploys, and gives you the contract address. You interact with it by saying things like "mint 1000 tokens" or "check my balance."

No `forge build`. No `anvil`. No deployment scripts. No MetaMask popups.

<Frame>
  <img src="https://mintcdn.com/cheetahai/tdZgTmLPTHzoh0jn/images/wallet.gif?s=f102310a1c102cd9b42f257ea063d1dc" alt="The integrated wallet in Cheetah AI" width="1870" height="1080" data-path="images/wallet.gif" />
</Frame>

## Key Features

<Columns cols={2}>
  <Card title="Built-in Wallet" href="/docs/web3/wallet">
    Create or import a wallet. Switch between 16+ chains. Send tokens, sign messages, check balances. Works for both EVM and Solana. No browser extensions.
  </Card>

  <Card title="Smart Contract Development" href="/docs/web3/smart-contracts">
    Write Solidity, compile with Foundry, test with forge-std, deploy to local/testnet/mainnet. OpenZeppelin imports resolve automatically.
  </Card>

  <Card title="Solana Programs" href="/docs/web3/solana">
    Build with Anchor framework. Compile Rust programs, deploy to local validator or devnet. SPL token support included.
  </Card>

  <Card title="Local Blockchain" href="/docs/web3/overview">
    Spin up Anvil (EVM) or solana-test-validator with one command. Free gas, instant blocks, unlimited test tokens. Reset anytime.
  </Card>

  <Card title="AI Agent" href="/docs/features/modes">
    The AI reads files, writes code, runs commands, and iterates on solutions. It handles multi-step tasks end-to-end while keeping you in the loop.
  </Card>

  <Card title="Security Auditing" href="/docs/web3/smart-contracts">
    Run Aderyn static analysis on your contracts. Detects reentrancy, access control issues, gas optimizations, and 90+ vulnerability patterns.
  </Card>
</Columns>

## Supported Chains

| Chain             | Type  | Testnets         |
| ----------------- | ----- | ---------------- |
| Ethereum          | L1    | Sepolia          |
| Polygon           | L1    | Amoy             |
| Arbitrum          | L2    | Arbitrum Sepolia |
| Optimism          | L2    | Optimism Sepolia |
| Base              | L2    | Base Sepolia     |
| BNB Smart Chain   | L1    | BSC Testnet      |
| Avalanche         | L1    | Fuji             |
| Solana            | —     | Testnet          |
| Local EVM (Anvil) | Local | —                |
| Local Solana      | Local | —                |

## Supported AI Models

| Model                 | Context Window  |
| --------------------- | --------------- |
| Cheetah               | 131K tokens     |
| Claude Sonnet 4.5     | 200K tokens     |
| K2 Turbo              | 256K tokens     |
| DeepSeek V3           | 128K tokens     |
| GPT-5.2 Codex         | 128K tokens     |
| Grok 4, Grok 4.1 Fast | Up to 2M tokens |

## Platform

macOS (Apple Silicon) only for now. Windows, Linux, and Intel Mac coming soon.

<Card title="Download Cheetah AI" href="https://cheetahai.co">
  Get the latest version for macOS.
</Card>
