Carbon DeFi

AI एजेंटों के लिए ऑन-चेन स्वचालित ट्रेडिंग रणनीतियाँ (DEX)। Ethereum, Sei, Celo, TAC और COTI पर लिमिट ऑर्डर, रेंज ऑर्डर, आवर्ती खरीद-कम-बेच-उच्च रणनीतियाँ और केंद्रित लिक्विडिटी पोजीशन बनाएं। पारंपरिक AMM और लिक्विडिटी पूल के विपरीत, Carbon आपको असममित मूल्य सीमाएँ सेट करने देता है - आपके खरीद और बिक्री ऑर्डर स्वतंत्र हैं, प्रतिबिंबित नहीं। ऑन-चेन जाने से पहले ऐतिहासिक

दस्तावेज़

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to page URLs; this page is available as Markdown.

AI Agents & MCP Server

Carbon DeFi has an MCP (Model Context Protocol) server that allows AI agents to create and manage on-chain trading strategies programmatically.

{% hint style="info" %} Experimental — still being worked on. Use at your own risk. {% endhint %}

Claude Desktop setup

Add this to your Claude Desktop config to connect:

json

{
  "mcpServers": {
    "carbon-defi": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.carbondefi.xyz"]
    }
  }
}

Key conventions for agents

  • All write operations return unsigned transactions — the user always signs and broadcasts
  • Always call get_strategies first to check existing positions
  • Market price is auto-fetched from the Carbon API — no need to provide it manually
  • Prices are always in quote token per 1 base token
  • buy_budget is always in quote token; sell_budget is always in base token
  • Check the warnings array in every response before presenting a transaction