{"schema_version":"2025-06-18","name":"Synergix","description":"The world's first AI on BNB Greenfield DCellar — Decentralized collective intelligence","version":"2.0.0","tools":[{"name":"synergix_ask","description":"Ask Synergix a question using its RAG engine backed by BNB Greenfield collective knowledge. Returns an AI-generated answer grounded in community contributions stored on-chain. Supports es/en/zh.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The question or topic to ask Synergix about","maxLength":500},"lang":{"type":"string","description":"Response language: 'es' (Spanish), 'en' (English), 'zh' (Chinese). Default: 'es'","enum":["es","en","zh"],"default":"es"},"context":{"type":"string","description":"Optional additional context to narrow the query","maxLength":200}},"required":["query"]}},{"name":"synergix_ranks","description":"Get the full Synergix rank table showing all 6 tiers, their point thresholds, multipliers, and daily contribution limits. Essential for understanding the on-chain reputation system.","inputSchema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language","enum":["es","en","zh"],"default":"en"}}}},{"name":"synergix_token","description":"Get $SYNERGIX token information: contract address, network, tax structure, and how 1% buy/sell tax funds Greenfield storage and operations.","inputSchema":{"type":"object","properties":{"include_distribution":{"type":"boolean","description":"Include detailed tax distribution breakdown","default":true}}}},{"name":"synergix_bucket","description":"Get information about the Synergix BNB Greenfield bucket — the on-chain storage that powers the AI. Shows bucket structure, paths, and live stats if available.","inputSchema":{"type":"object","properties":{"include_live":{"type":"boolean","description":"Attempt to fetch live stats from Greenfield SP (may be slow)","default":false}}}},{"name":"synergix_stats","description":"Get global Synergix network statistics: total users, contributions, active rank distribution, federation loop status, and RAG engine health.","inputSchema":{"type":"object","properties":{"lang":{"type":"string","enum":["es","en","zh"],"default":"en"}}}},{"name":"synergix_top","description":"Get the top contributors leaderboard from Synergix. Shows top users by points with their rank, contributions count, and impact score.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","description":"Number of top users to return (1-20)","minimum":1,"maximum":20,"default":10}}}}]}