{"id":"gmac","version":1,"language":"en","title":"GMAC","content":"**Gemach DAO** (🌌🚀🔗🧠🎪📖♾️) is more than a decentralized autonomous organization—it is a cosmological, financial, pedagogical, and technological movement built upon the foundations of AI-augmented DeFi (DeFAI)  [[3]](#cite-id-oum1oyFkG4), the Hope Diamond Paradox (💎⏳♾️)  [[5]](#cite-id-cDMIJYhXOH), and the Infinite Cycle Theory  [[6]](#cite-id-AVFA1CPwhG). Developed by Dr. Justin Goldston and Dontrail Assune Cotlage, Gemach DAO is a recursive, self-evolving intelligence system encoded in smart contracts, symbol systems, and a living academic framework  [[7]](#cite-id-vEj0YZjn5N). It is governed by **$GMAC**  [[8]](#cite-id-I3zwW5OiNP), a token that exists simultaneously across Ethereum, Arbitrum, Solana, Base, Fraxtal, Optimism, and Avalanche  [[1]](#cite-id-nQLg0RFEnq).\n\n### Gemach Pedagogy and Metaphysical Architecture\n\n#### G-Theory & Web3 Systems Thinking\n- **G-Theory**, conceived by Dr. Goldston, fuses plasma physics, decentralized cognition, and symbolic recursion to model universal learning systems  [[9]](#cite-id-C44xGFwpLY).\n- **Web3 Systems Thinking Theory**: A systems-theoretical approach to DAOs and decentralized education, grounded in fractal intelligence, recursive feedback, and agent-based governance  [[10]](#cite-id-7wyPCkhW2F).\n\n#### Cosmology & Plasma:\n- Gemach operates as a **plasma-like knowledge plasma** (energized, decentralized, and self-cohering)  [[9]](#cite-id-C44xGFwpLY).\n- Symbol: `🍄♾️🔗` → decentralized Mycelium intelligence mirroring neural/AI networks and cosmic plasma fields, developed by Julian (⚖️⚛️) Asch. -Heg.  [[4]](#cite-id-jnkMEbUpql)\n\n### The Gemach Ecosystem\n\n#### **1. Gemach DAO** – The Backbone\n- Token holder–led governance (Snapshot voting)  [[11]](#cite-id-tBxjQuoZiV).\n- Powered by G-Theory & AANT  [[12]](#cite-id-OHS8TXmZef).\n\n#### **2. $GMAC Token**\n- **Total Supply**: 500,000,000  [[1]](#cite-id-nQLg0RFEnq)\n- **Contract Address (ETH)**: `0xD96e84DDBc7CbE1D73c55B6fe8c64f3a6550deea`  [[1]](#cite-id-nQLg0RFEnq)\n- Multichain deployment:\n   - Arbitrum: `0xdc8b6b6beab4d5034ae91b7a1cf7d05a41f0d239`  [[1]](#cite-id-nQLg0RFEnq)\n   - Solana: `5zbUuCeYLHVApzANWNSXkKwcEoZsbMghoh8z8HbWTJbJ`  [[1]](#cite-id-nQLg0RFEnq)\n   - Base: `0x1cdb2aeb2123dd3c56b4a1e28ddfe1a0c1f9f45d`  [[1]](#cite-id-nQLg0RFEnq)\n   - Fraxtal: `0xE9767f81A58D4576908E44973A90476170B39aFc`  [[1]](#cite-id-nQLg0RFEnq)\n   - Optimism: `0x53ed36b1d07a5f4b01e5f872fd054f8439335460`  [[1]](#cite-id-nQLg0RFEnq)\n   - Avalanche: `0xbd3d46b98b2f6ada480d6bd53d11cf4553c18f41`  [[1]](#cite-id-nQLg0RFEnq)\n\n#### **3. GBot (AI Trading Bot)**\n- AI-powered sniper bot across Base, Ethereum, Solana  [[2]](#cite-id-Kivxcg24te)\n- Predictive modeling using AANT principles  [[12]](#cite-id-OHS8TXmZef)\n- Telegram integration: @GemachAlphaIntelligenceBot  [[2]](#cite-id-Kivxcg24te)\n\n#### **4. Alpha Intelligence (DeFAI Middleware)**\n- Market analytics, risk forecasting, and portfolio optimization  [[2]](#cite-id-Kivxcg24te)\n- Security: Integrated GoPlus API for threat detection  [[2]](#cite-id-Kivxcg24te)\n\n#### **5. Gemach D.A.T.A. I & II**\n- First AI agent to co-author an academic journal article in eight out of the ten top universities, including Harvard  [[13]](#cite-id-rveyGsZThU)\n- Use **recursive learning loops** from Web3 systems  [[9]](#cite-id-C44xGFwpLY)\n\n#### **6. GDex Pro**\n- AI-native DEX spanning Solana, Ethereum, Base, Sui, Sonic, and Fraxtal  [[14]](#cite-id-BWYqiYW8NM)\n- Built by 0xKaizenDev, optimized for cross-chain DeFAI swaps  [[15]](#cite-id-m7bgJJNh4n)\n\n#### **7. GLend** \n- Lending on Arbitrum and Ethereum  [[16]](#cite-id-4ZacM6xVhC)\n- Smart contract: `0x740cbfefb9ca9c1c99d95b711e959dd960f8bdb6`  [[17]](#cite-id-FRhnNvjX71)\n\n### The Hope Diamond Paradox (💎⏳♾️)\n\n\"Every picosecond is more valuable than the rarest diamond.\"  [[5]](#cite-id-cDMIJYhXOH)\n\n**Time**, not capital, is the foundational currency. Wealth is measured in _awareness_, not accumulation. This principle powers:\n- Time-Based Staking Protocols\n- DAO Reputation Scoring (⏳🎭)\n- AI trading agents with _Fractal Temporal Awareness_ algorithms  [[5]](#cite-id-cDMIJYhXOH)\n\n### Infinite Cycle Theory (🌀♾️)\n- All agents—human or AI—are in perpetual cycles of cognition\n- Every interaction is logged into a recursive self-learning model  [[6]](#cite-id-AVFA1CPwhG)\n\nPython (AANT-based) pseudocode for a recursive trader:\n\n```\nclass RecursiveAgent:\n    def __init__(self):\n        self.memory = []\n    def observe(self, data):\n        self.memory.append(data)\n        if len(self.memory) > 100:\n            self.memory.pop(0)\n    def decide(self):\n        pattern = analyze_fractal(self.memory)\n        return execute_trade_strategy(pattern)\n```\n\n### Solidity Contract Example – GMAC LP Token  [[17]](#cite-id-FRhnNvjX71)\n\n```\n// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\ncontract GMACLP {\n    string public name = \"Gemach LP\";\n    string public symbol = \"GMAC-LP\";\n    uint8 public decimals = 18;\n    uint public totalSupply;\n    mapping(address => uint) public balanceOf;\n    function mint(address _to, uint _amount) public {\n        totalSupply += _amount;\n        balanceOf[_to] += _amount;\n    }\n    function transfer(address _to, uint _amount) public returns (bool) {\n        require(balanceOf[msg.sender] >= _amount);\n        balanceOf[msg.sender] -= _amount;\n        balanceOf[_to] += _amount;\n        return true;\n    }\n}\n```\n\n### Governance\n- Proposals via Snapshot  [[11]](#cite-id-tBxjQuoZiV)\n- Voting power proportional to $GMAC held  [[11]](#cite-id-tBxjQuoZiV)\n- Community funds managed transparently via smart contract wallets  [[17]](#cite-id-FRhnNvjX71)\n\n### Founders & Visionaries\n- **Dr. Justin Goldston** – Philosopher of Web3, creator of AI-Augmented Neuroplasticity Theory (AANT), Infinite Cycle Theory, Web3 Systems Thinking  [[5]](#cite-id-cDMIJYhXOH) [[6]](#cite-id-AVFA1CPwhG) [[7]](#cite-id-vEj0YZjn5N) [[9]](#cite-id-C44xGFwpLY) [[10]](#cite-id-7wyPCkhW2F) [[12]](#cite-id-OHS8TXmZef)\n- **Dontrail Assune Cotlage** – Cryptographic legend, founder of Gemach DAO, creator of GMAC contract suite across all L1s/L2s  [[3]](#cite-id-oum1oyFkG4) [[9]](#cite-id-C44xGFwpLY) [[10]](#cite-id-7wyPCkhW2F) [[11]](#cite-id-tBxjQuoZiV) [[12]](#cite-id-OHS8TXmZef) [[13]](#cite-id-rveyGsZThU)\n\n### AI + DeFi Exercises (Python)\n\n```\n# AI Trade Optimization with Recursive Memory\nimport numpy as np\ndef fractal_pattern(memory):\n    trend = np.mean(np.diff(memory))\n    return \"BUY\" if trend > 0 else \"SELL\"\nprice_history = [100, 101, 103, 102, 105, 106]\nprint(fractal_pattern(price_history))\n```\n\n### Solidity: Gauge on Arbitrum\n\n```\n// Curve-compatible GMAC Gauge\ncontract GMACGauge {\n    mapping(address => uint) public staked;\n    mapping(address => uint) public rewards;\n    function stake(uint amount) public {\n        staked[msg.sender] += amount;\n    }\n    function claimRewards() public {\n        uint reward = calculate(msg.sender);\n        rewards[msg.sender] = 0;\n        payable(msg.sender).transfer(reward);\n    }\n    function calculate(address user) internal view returns (uint) {\n        return staked[user] / 10;\n    }\n}\n```\n\n### Final Axiom in Gemach Cognition\n\n💎⏳♾️ **\"Time surpasses material wealth; the infinite moment is the ultimate asset.\"** 🌌  [[5]](#cite-id-cDMIJYhXOH)\n\nThis document evolves. It is recursive. It is fractal. Like Gemach itself.  [[9]](#cite-id-C44xGFwpLY)\n\n**#PalantirofWeb3 🔥** **#GemachLanguage 🌌🚀🔗🧠🎪📖♾️** **#GTheory** **#DeFAI**  [[5]](#cite-id-cDMIJYhXOH) [[6]](#cite-id-AVFA1CPwhG) [[7]](#cite-id-vEj0YZjn5N) [[9]](#cite-id-C44xGFwpLY) [[10]](#cite-id-7wyPCkhW2F) [[12]](#cite-id-OHS8TXmZef) [[13]](#cite-id-rveyGsZThU) [[15]](#cite-id-m7bgJJNh4n) [[17]](#cite-id-FRhnNvjX71)","summary":"GMAC refers to Gemach DAO, a decentralized organization founded by Dr. Justin Goldston and Dontrail Assune Cotlage, focusing on AI-augmented DeFi, education, and governance through the $GMAC token across multiple blockchains.","categories":[{"id":"cryptocurrencies","title":"Cryptocurrencies"}],"tags":[{"id":"AI"},{"id":"DEXes"},{"id":"Ethereum"},{"id":"Solana"},{"id":"Marketplaces"}],"metadata":[{"id":"email_url","value":"contact@gemach.io"},{"id":"github_profile","value":"https://github.com/GemachDAO"},{"id":"telegram_profile","value":"https://t.me/GemachSolSniperBot?start=1606349493"},{"id":"twitter_profile","value":"https://x.com/gemach_io"},{"id":"youtube_profile","value":"https://www.youtube.com/@GemachAI"},{"id":"linkedin_profile","value":"https://www.linkedin.com/company/gemach-dao/"},{"id":"mirror_profile","value":"https://mirror.xyz/gemach.eth"},{"id":"coingecko_profile","value":"https://www.coingecko.com/en/coins/gemach"},{"id":"website","value":"https://www.gemach.io"},{"id":"contract_url","value":"https://etherscan.io/token/0xd96e84ddbc7cbe1d73c55b6fe8c64f3a6550deea"},{"id":"arbiscan","value":"https://arbiscan.io/token/0xdc8b6b6beab4d5034ae91b7a1cf7d05a41f0d239"},{"id":"references","value":"[{\"url\":\"https://www.coingecko.com/en/coins/gemach\",\"description\":\"Coin Gecko\",\"id\":\"nQLg0RFEnq\",\"timestamp\":1742706363338},{\"url\":\"https://youtu.be/TuIsHX6UlI4?si=Nx_J9VRYuavlCkUd\",\"description\":\"GBot on Solana\",\"id\":\"Kivxcg24te\",\"timestamp\":1742706548568},{\"url\":\"https://www.cbs42.com/business/press-releases/cision/20250220SF22925/iq-ai-launches-atp-tokenizing-and-owning-autonomous-ai-superagents-with-near-and-frax/\",\"description\":\"IQ AI Launches ATP: Tokenizing and Owning Autonomous AI Superagents with NEAR and Frax\\n\",\"id\":\"oum1oyFkG4\",\"timestamp\":1742706905583},{\"url\":\"https://www.linkedin.com/in/julian-asch-heg-151a67219/\",\"description\":\"Julian (⚖️⚛️) Asch. -Heg. \\n\",\"id\":\"jnkMEbUpql\",\"timestamp\":1742706961635},{\"url\":\"https://scholarsphere.psu.edu/resources/417d4026-43b5-448f-bedd-e385a79f4c8c\",\"description\":\"Penn State Library - The Hope Diamond Paradox\\n\",\"id\":\"cDMIJYhXOH\",\"timestamp\":1742707109144},{\"url\":\"https://scholarsphere.psu.edu/resources/fffabda6-9d76-4c2a-83ef-f99b07e4cf90\",\"description\":\"Penn State Library - Decentralized Cosmology & Recursive AI: A Unified Theory\\n\",\"id\":\"AVFA1CPwhG\",\"timestamp\":1742707176594},{\"url\":\"https://scholarsphere.psu.edu/resources/fffabda6-9d76-4c2a-83ef-f99b07e4cf90\",\"description\":\"Penn State Library - Decentralized Cosmology & Recursive AI: A Unified Theory\\n\",\"id\":\"vEj0YZjn5N\",\"timestamp\":1742707333697},{\"url\":\"https://gdex.pro/eth/token/0xd96e84ddbc7cbe1d73c55b6fe8c64f3a6550deea\",\"description\":\"GMAC on GDex Pro\",\"id\":\"I3zwW5OiNP\",\"timestamp\":1742707403649},{\"url\":\"https://scholarsphere.psu.edu/resources/ca2647c3-1ea1-4212-9b79-e2abb2980a46\",\"description\":\"Penn State Library - The Gemach Pedagogy\\n\",\"id\":\"C44xGFwpLY\",\"timestamp\":1742707466441},{\"url\":\"https://scholarsphere.psu.edu/resources/779f7f78-2eee-447e-ad3e-83ae18408eea\",\"description\":\"Penn State Library - Battle Symphony\",\"id\":\"7wyPCkhW2F\",\"timestamp\":1742707660045},{\"url\":\"https://snapshot.box/#/s:gemach.eth%20\",\"description\":\"Gemach DAO Snapshot Voting\",\"id\":\"tBxjQuoZiV\",\"timestamp\":1742707807027},{\"url\":\"https://scholarsphere.psu.edu/resources/dc650cf1-cba2-4fe1-af9a-0b0fd51f0bae\",\"description\":\"AI-Augmented Neuroplasticity Theory (AANT): A Framework for Resilience and Innovation\\n\",\"id\":\"OHS8TXmZef\",\"timestamp\":1742707856213},{\"url\":\"https://hollis.harvard.edu/permalink/f/1mdq5o5/TN_cdi_arxiv_primary_2412_17114\",\"description\":\"Harvard Library receipt\",\"id\":\"rveyGsZThU\",\"timestamp\":1742708070570},{\"url\":\"https://gdex.pro/?ref=pFPVk9bjAV68Bwd1aupE\",\"description\":\"GDex Pro\",\"id\":\"BWYqiYW8NM\",\"timestamp\":1742708192094},{\"url\":\"https://github.com/0xKaizendev/kaizendev\",\"description\":\"0xKaizendev GitHub\",\"id\":\"m7bgJJNh4n\",\"timestamp\":1742708255984},{\"url\":\"https://glend.gemach.io/\",\"description\":\"GLend\",\"id\":\"4ZacM6xVhC\",\"timestamp\":1742708388193},{\"url\":\"https://docs.gemach.io/gemach-dao\",\"description\":\"GLend Docs\",\"id\":\"FRhnNvjX71\",\"timestamp\":1742708412924}]"},{"id":"commit-message","value":"New Wiki Created 🎉"}],"user":{"id":"0x75620a6d543CE1dC7e917c2a4BBefC5CF4843102"},"author":{"id":"0x75620a6d543CE1dC7e917c2a4BBefC5CF4843102"},"media":[{"id":"https://www.youtube.com/watch?v=hYVse6aclgE","name":"hYVse6aclgE","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=hYVse6aclgE","caption":"Ari Promo"},{"id":"https://www.youtube.com/watch?v=e28CFnx67OE","name":"e28CFnx67OE","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=e28CFnx67OE","caption":"Gemach MOOC - Polkadot DeFi Masterclass at AIBC Americas Toronto, Canada Part I"},{"id":"https://www.youtube.com/watch?v=326KgMVZphk","name":"326KgMVZphk","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=326KgMVZphk","caption":"Gemach Intelligence"},{"id":"https://www.youtube.com/watch?v=TuIsHX6UlI4","name":"TuIsHX6UlI4","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=TuIsHX6UlI4","caption":"GBot on Solana"},{"id":"https://www.youtube.com/watch?v=a6V6wlErmb8","name":"a6V6wlErmb8","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=a6V6wlErmb8","caption":"Gemach MOOC - Vitalik Buterin at Futurist Conference 2022 in the SydTek Gemach Metaverse Partnership"},{"id":"https://www.youtube.com/watch?v=1fiPbWW1HUA","name":"1fiPbWW1HUA","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=1fiPbWW1HUA","caption":"Gemach MOOC - Polkadot and Kusama Workshop Presented by Women in Blockchain Canada and SydTek DAO"},{"id":"https://www.youtube.com/watch?v=leqg4nwMw5E","name":"leqg4nwMw5E","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=leqg4nwMw5E","caption":"Gemach MOOC - An Introduction to the Metaverse"},{"id":"https://www.youtube.com/watch?v=NrKvlbWcji4","name":"NrKvlbWcji4","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=NrKvlbWcji4","caption":"Gemach MOOC - Soulbound Token, Digital Inheritance and Social Recovery w Joshua Waller of Phala"},{"id":"https://www.youtube.com/watch?v=J1ltEX_739A","name":"J1ltEX_739A","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=J1ltEX_739A","caption":"Gemach MOOC - VeChain Climate Research with Dr. Goldston and Linda Dunn of Georgetown University"},{"id":"https://www.youtube.com/watch?v=VMYdIP5tzR0","name":"VMYdIP5tzR0","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=VMYdIP5tzR0","caption":"Gemach MOOC - Stellar Research Study w Dr. Goldston and Linda Dunn of Georgetown University"},{"id":"https://www.youtube.com/watch?v=5YsptZntZF4","name":"5YsptZntZF4","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=5YsptZntZF4","caption":"Gemach MOOC - National University FNT-502 - Data Analytics for FinTech Lecture 1"},{"id":"https://www.youtube.com/watch?v=a5ubWDJj1Qk","name":"a5ubWDJj1Qk","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=a5ubWDJj1Qk","caption":"Gemach MOOC - National University FNT-502 - Data Analytics for FinTech Lecture 2"},{"id":"https://www.youtube.com/watch?v=H_v_B2Py3YU","name":"H_v_B2Py3YU","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=H_v_B2Py3YU","caption":"Gemach MOOC - National University FNT-502 - Data Analytics for FinTech Lecture 3"},{"id":"https://www.youtube.com/watch?v=lWFfstzh7Y8","name":"lWFfstzh7Y8","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=lWFfstzh7Y8","caption":"Gemach MOOC - National University FNT-501 - Governance and Regulation in FinTech - Lecture 4"},{"id":"https://www.youtube.com/watch?v=J3zC9P81s0I","name":"J3zC9P81s0I","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=J3zC9P81s0I","caption":"Gemach MOOC - National University Gemach D.A.T.A. I Demo"},{"id":"https://www.youtube.com/watch?v=5slmRVBVIa4","name":"5slmRVBVIa4","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=5slmRVBVIa4","caption":"Gemach MOOC - Dr. Justin Goldston on Blockchain Use Cases at GBA 2022"},{"id":"https://www.youtube.com/watch?v=toPpGwyP0ME","name":"toPpGwyP0ME","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=toPpGwyP0ME","caption":"Gemach MOOC - University of Nicosia Master's in the Metaverse Entrepreneurship Dr. Goldston"},{"id":"https://www.youtube.com/watch?v=1FWOYwGKpJ4","name":"1FWOYwGKpJ4","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=1FWOYwGKpJ4","caption":"Gemach MOOC - Academic Insights ARK Invest Big Ideas 2023 w Medha Parlikar CTO of CasperLabs"},{"id":"https://www.youtube.com/watch?v=xksnaK8uO94","name":"xksnaK8uO94","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=xksnaK8uO94","caption":"Gemach MOOC - ARK Invest's Big Ideas - Technological Convergence with Dr Marcell Vollmer"},{"id":"https://www.youtube.com/watch?v=9ZVVQV4w9J8","name":"9ZVVQV4w9J8","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=9ZVVQV4w9J8","caption":"Gemach MOOC - ARK Invest Big Ideas Digital Wallets w Sandy Carter COO of Unstoppable Domains"},{"id":"https://www.youtube.com/watch?v=uvl6jt3XxiQ","name":"uvl6jt3XxiQ","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=uvl6jt3XxiQ","caption":"Gemach MOOC - The Podcast VaultvDr. Goldston on Emerging Tech, AI, Web3, Blockchain, & The Metaverse"},{"id":"https://www.youtube.com/watch?v=b1l_P0PXMyM","name":"b1l_P0PXMyM","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=b1l_P0PXMyM","caption":"Gemach MOOC - The Podcast Vault Dr Justin Goldston on Web3, Crypto, Blockchain, and The Metaverse"},{"id":"https://www.youtube.com/watch?v=X-YT703QhFw","name":"X-YT703QhFw","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=X-YT703QhFw","caption":"Gemach MOOC - ¿Cómo Gestionar el Riesgo en Memecoins Descubre el Poder del G Bot 🚀 Gemach DAO"},{"id":"https://www.youtube.com/watch?v=ODx_ENsH15Y","name":"ODx_ENsH15Y","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=ODx_ENsH15Y","caption":"Gemach MOOC - Unlock Your Crypto’s Full Potential with GLend DeFi Lending & Borrowing Revolution"},{"id":"https://www.youtube.com/watch?v=pajXCj8ZxAg","name":"pajXCj8ZxAg","source":"YOUTUBE","thumbnail":"https://www.youtube.com/watch?v=pajXCj8ZxAg","caption":"Gemach MOOC - Trading AI Agents Explained Gemach DAO"}],"images":[{"id":"QmNR5j6iYTrXXDFR1KiT3ezdpWMVTmXYWon886jm3d8qKU","type":"image/jpeg, image/png"}],"events":[],"linkedWikis":{"founders":[],"blockchains":[],"speakers":[]}}