# Get Started With Web3 AI Index

This repository exposes bilingual Web3 learning content for AI agents.

Source: https://github.com/beihaili/Get-Started-with-Web3
Homepage: https://bhbtc.xyz/
Generated: 2026-05-21T02:13:09.304Z

## Artifacts
- Manifest: ai/manifest.json
- Content index: ai/content-index.json

## Local MCP
- Command: npm run mcp:web3
- Transport: stdio
- Mode: read-only
- Client config: replace cwd before use.
```json
{
  "mcpServers": {
    "get-started-with-web3": {
      "command": "npm",
      "args": [
        "run",
        "mcp:web3"
      ],
      "cwd": "/absolute/path/to/Get-Started-with-Web3"
    }
  }
}
```

## Tools
- search_web3_content: Search lesson titles, headings, excerpts, and glossary definitions. (free)
- read_web3_lesson: Read a full lesson by language and lesson identifier. (free)
- get_learning_path: Return role-based learning paths for beginners, builders, researchers, and investors. (free)
- lookup_web3_glossary: Search concise glossary entries for Web3 concepts. (free)
- compose_web3_context: Build a bounded context pack with citations for a topic. (free)
- list_monetizable_tools: List future x402-ready paid tool metadata. Local MCP does not enforce payment. (free)
- generate_personalized_web3_plan: Future paid remote tool that turns learner goals and background into a tailored Web3 study plan. (future x402 $0.25 on base)
- audit_learning_answer: Future paid remote tool that reviews a learner answer against repository lessons with cited corrections. (future x402 $0.1 on base)

## Public URLs
- llms.txt: https://bhbtc.xyz/llms.txt
- Manifest: https://bhbtc.xyz/ai/manifest.json
- Content index: https://bhbtc.xyz/ai/content-index.json
