# AGENTS.md — GalaChain AI

This is the master agent index for [ai.gala.com](https://ai.gala.com/). It points AI coding assistants to the right AGENTS.md file for the task at hand.

## How to use

1. Identify which domain your task falls into (tokens, NFTs, DeFi, wallet integration, etc.)
2. Fetch the matching AGENTS.md file from the list below
3. Drop it in your project root so your AI assistant reads it automatically on every session

## Available AGENTS.md files

### Token Operations
- **File:** https://ai.gala.com/agents/TOKEN_AGENTS.md
- **Covers:** Minting, burning, transferring, allowances, fee gates
- **Tags:** Tokens, FeeGate

### DeFi Applications (external — hosted by the DEX backend)
- **Full DEX guide:** https://dex-backend-prod1.defi.gala.com/ai.md
- **Compact reference:** https://dex-backend-prod1.defi.gala.com/llms.txt
- **Agent index:** https://dex-backend-prod1.defi.gala.com/AGENTS.md
- **Covers:** Balances, quotes, swaps, liquidity, token formats

### Coming soon

- **NFT Marketplace** — collections, marketplace listings, trading
- **Client Integration** — frontend SDK, signatures, transactions
- **Wallet Connections & Signing** — wallet providers, transaction signing

## OmniTool MCP server

For deeper interactive support, install the OmniTool MCP server, which gives AI assistants 247+ specialized tools and 41 teaching topics:

```json
{
  "mcpServers": {
    "galachain-builder": {
      "command": "npx",
      "args": ["-y", "@gala-chain/omni-tool"]
    }
  }
}
```

Setup guide: https://ai.gala.com/omni-tool

## Skills (slash commands available after installing OmniTool)

- `/omni-tool:learning-galachain` — Comprehensive learning system with 41 topics and 254+ SDK methods
- `/omni-tool:ask` — Ask natural-language questions about any GalaChain topic
- `/omni-tool:topics` — Browse all 41 teaching topics
- `/omni-tool:setup` — Interactive setup wizard

## Reference

- Site: https://ai.gala.com/
- Compact AI summary: https://ai.gala.com/llms.txt
- Full guide: https://ai.gala.com/ai.md
- GalaChain docs: https://galachain.com
