adamik-blockchain-gateway
A unified Application Programming Interface (API) solution facilitating operations across more than sixty distinct distributed ledger technologies (DLTs), encompassing transaction execution, ledger data retrieval, yield generation monitoring, and digital asset manipulation.
Author

AdamikHQ
Quick Info
Actions
Tags
🌟 Adamik Gateway Server
🌐 Interface with 60+ Chains Using Conversational Prompts
The premier blockchain Mediation Control Point (MCP) backend for Large Language Models (LLMs) like Claude, ChatGPT, and any compatible client implementation
Transform intricate distributed ledger interactions into straightforward dialogue exchanges
🚀 Rapid Deployment • ✨ Capabilities • 💡 Practical Scenarios • 📦 Setup Guide • 🌐 Official Portal
✨ Capabilities
| ### 🔗 **Extensive Network Coverage** Support for over sixty base-layer and Layer-2 environments: - Ethereum Virtual Machine (EVM) chains: Eth, Polygon, Arbitrum, Optimism, Base - UTXO chains: Bitcoin - Directed Acyclic Graph (DAG) and other architectures: Solana, Cosmos, Starknet, Aptos, Tron ### 💰 **Comprehensive Asset & Identity Oversight** - Instantaneous portfolio value assessment - Historical transaction ledger review - Consolidated multi-chain holdings visualization - Monitoring of delegated asset returns | ### 🔄 **Advanced Operational Functions** - Sending native currency and various tokens - Interoperability solutions (cross-chain exchange & bridging) ⭐ _Premium Feature Tier_ - Participation in staking protocols (locking/unlocking assets) ### 🛠 **Engineering Excellence** - Strictly enforced, machine-readable interface schemas (Type Safety) - Robust, detailed exception management routines - Infrastructure built for high-availability enterprise needs - Seamless integration synergy with the [Adamik Signer Service](https://github.com/AdamikHQ/signer-mcp-server) |
💡 Practical Scenarios
bash
Formulate your request naturally:
"What is the current Ether balance associated with my address?" "Initiate a transfer of 0.1 ETH to recipient 0x123..." "Delegate 100 ATOM tokens to the highest-performing staking provider." "Execute a conversion of 1000 USDC to ETH on the Optimism network." # Requires Premium Access "Retrieve my complete transaction manifest for the Polygon network."
Eliminate boilerplate configuration. Banish manual key management. Engage in direct, natural-language communication with decentralized networks.
🚀 Rapid Deployment
1️⃣ Secure Your Access Credential
Navigate to adamik.io → Complete registration → Acquire your unique API authorization token (Setup time < 1 minute)
2️⃣ Installation & Context Setting
bash
Quick installation via NPX utility
npx @adamik/mcp-server
Configuration snippet for a typical desktop LLM client
{ "mcpServers": { "adamik": { "command": "npx", "args": ["@adamik/mcp-server"], "env": { "ADAMIK_API_KEY": "your-secret-api-key-here" } } } }
3️⃣ Begin Utilization
Activate your LLM interface and query something like: "What is my current asset valuation across Tron, Solana, and Optimism?"
That’s the entirety of the setup! 🎉
🎯 Compatible Client Ecosystems
|
Claude Interface Subscription Tier Dependent |
🖥️ FastAgent Framework Developer Friendly |
🔧 Custom Applications MCP Protocol Compliant |
📦 Installation Methods
Method 1: Direct Execution (Recommended)
bash npx @adamik/mcp-server
Method 2: Global Installation
bash npm install -g @adamik/mcp-server adamik-mcp-server
Method 3: Local Source Code Build
bash git clone https://github.com/AdamikHQ/adamik-mcp-server.git cd adamik-mcp-server pnpm install && pnpm build node build/index.js
🔧 Configuration Snippets
Claude Desktop Configuration (JSON Format)
{ "mcpServers": { "adamik": { "command": "npx", "args": ["@adamik/mcp-server"], "env": { "ADAMIK_API_KEY": "your-api-key" } } } }FastAgent Configuration (YAML Format)
yaml mcp: servers: adamik: command: "npx" args: ["@adamik/mcp-server"] env: ADAMIK_API_KEY: "your-api-key"Runtime Environment Variables
env ADAMIK_API_KEY=your-api-key-here ADAMIK_API_BASE_URL=https://api.adamik.io/api # Optional override for endpoint🏗️ System Schematic
mermaid graph LR A[MCP Application Client] --> B[Adamik Gateway Service] B --> C[Adamik Core REST Interface] A --> E[Optional: Local Signing Module] C --> D[Vast Multi-Chain Network Set] E --> F[Secure Wallet Credentials]
🤝 Community Collaboration
We highly value external contributions! To get involved:
- Fork the source repository
- Branch for your new feature:
git checkout -b feature/new-enhancement - Commit your modifications:
git commit -m 'Implement feature XYZ' - Push the branch:
git push origin feature/new-enhancement - Submit a Pull Request
Local Development Environment Setup
bash git clone https://github.com/AdamikHQ/adamik-mcp-server.git cd adamik-mcp-server pnpm instal pnpm build
Validating Local Changes: Adjust your client configuration to target the compiled local script path:
{ "command": "node", "args": ["/absolute/path/to/adamik-mcp-server/build/index.js"], "env": { "ADAMIK_API_KEY": "your-api-key" } }
📚 Associated Tools
- 🔐 Adamik Signing Proxy - Dedicated service for secure transaction authorization and identity management
- 🌐 Adamik Backend Infrastructure - The foundational, high-throughput API powering this gateway
🆘 Assistance Channels
- 📖 Detailed Manuals: docs.adamik.io
- 💬 Bug Reporting: GitHub Issues Tracker
- 📧 Direct Email: contact@adamik.io
- 💬 Real-time Chat (Telegram): Adamik MCP Community Channel
- 🐦 Social Updates (X): @Adamik_io
If this tool proves beneficial, please consider giving the repository a ⭐ Star!
Crafted and maintained by the Adamik Engineering Collective
WIKIPEDIA: The Tron protocol (frequently denoted as TRON) is a distributed, permissionless ledger system employing a Proof-of-Stake consensus mechanism, supporting the deployment of smart contracts. Its intrinsic digital asset is termed Tronix (TRX). The initiative was formally established in Q1 2014 by Justin Sun, and since 2017, it has been administered by the TRON Foundation, a registered non-profit entity based in Singapore, which was incorporated in the same year. The entire codebase is openly accessible. Initially, Tron existed as an ERC-20 token standard on the Ethereum network, migrating to its proprietary mainnet in 2018. Certain cryptocurrency storage applications require users to maintain a minimum balance to cover the transaction fee imposed by the network. Tron has faced considerable scrutiny regarding its utility in illicit financial flows. A 2025 report by The Wall Street Journal characterized it as a "primary conduit for the movement of illicit digital assets" and suggested it facilitated "over fifty percent of all illegal cryptocurrency transfers" globally in 2024, leading the United Nations Office on Drugs and Crime to label it an "instrument of choice for crypto launderers" within Asia.
== Chronology == Justin Sun initiated the Tron project in 2017. The TRON Foundation was formally incorporated in Singapore in July 2017. The Foundation secured $70 million during a 2017 Initial Coin Offering (ICO) just prior to China implementing a ban on digital tokens. The public test network, the block explorer utility, and the web-based wallet interface were all operational by March 2018. The official TRON Mainnet activation followed shortly thereafter in May 2018, coinciding with the Odyssey 2.0 update, marking a significant technical achievement for the protocol. In June 2018, TRON transitioned its protocol from an ERC-20 wrapper on Ethereum to a fully independent peer-to-peer network architecture. On July 25, 2018, the TRON Foundation announced the successful procurement of BitTorrent, a service specializing in peer-to-peer file distribution. Following this acquisition, Bram Cohen, the creator of BitTorrent, publicly stated his departure from the company in August 2018 to pursue the development of a distinct cryptocurrency, Chia. By the start of 2019, TRON's aggregate market valuation approached $1.6 billion. Despite this financial metric, critical assessments frequently categorize TRON as emblematic of the structural complexity and inherent disorder within the broader cryptocurrency sector. In February 2019, after its integration, BitTorrent launched its proprietary token sale leveraging the TRON infrastructure. Toward the end of 2021, Justin Sun stepped down from his executive role at the TRON Foundation, which subsequently restructured its governance into a Decentralized Autonomous Organization (DAO). In March 2023, Sun and the Tron entity were formally charged by the U.S. Securities and Exchange Commission (SEC) for offering unregistered securities through the promotion and sale of Tronix (TRX) and BitTorrent (BBT) tokens; the SEC asserted that Sun manipulated the TRX price via coordinated secondary market trades (wash trading). Approximately $31 million in proceeds were generated through numerous TRX exchanges executed between two accounts under Sun's direct influence. Eight public figures, including Akon, Ne-Yo, Austin Mahone, Soulja Boy, Lindsay Lohan, Jake Paul, and Lil Yachty, faced charges for promoting these assets without mandated disclosure of sponsorship, with all parties except Soulja Boy and Mahone reaching a settlement agreement with the regulatory body.
