Web3 Infrastructure Built for AI Agents
As AI evolves from information processing to value interaction, we empower AI with independent financial and on-chain interaction capabilities through standardized MCP interfaces, delivering a non-custodial wallet solution that combines convenience with geek-level security.

Gives AI native on-chain capabilities. Supports one-click wallet creation, multi-chain transfers, and TEE-based isolation management, enabling AI to securely and autonomously manage assets.
Connect your wallet instantly with a single command
Supports configuration across multiple platforms including Cursor, OpenClaw, Claude, and more
Real-time price tracking for multi-chain tokens
Check token security, detect honeypots, tax tokens, and more
Real-time tracking of token liquidity, trading volume, and prices
Quickly generate non-custodial wallets via Google email and other methods, with zero risk of loss
Solves application ecosystem integration. AI can seamlessly invoke the plugin wallet to execute complex DeFi transactions.
Quickly query all token asset balances of the connected wallet
Supports token transfers and token trading, e.g., "Swap 10 USDC for BNB on BSC"
Get real-time Gas prices across multiple chains to understand on-chain congestion
Get the Chain ID of the currently connected network
Get the execution result of a transaction
Connect wallet instantly with a single command
Add the following JSON configuration to your MCP client settings
https://walletmcp.gate.com/mcp?token=<YOUR_TOKEN>Replace <YOUR_TOKEN> with your actual Token.
YOUR_TOKEN How to obtain: Launch the plugin wallet (v2.92.2 or above), and copy your Open API Token from the "More" menu on the wallet homepage.
Keygenix is an enterprise-grade private key custody service launched by Gate Group. It primarily serves professional and enterprise users, using TEE (Trusted Execution Environment) technology to build a physically isolated key generation and signing environment for AI. Zero-trust architecture ensures that even if the AI model is compromised, your core assets and private keys remain impenetrable.
Generate new secp256k1 key pairs locally (no network required)
Sign multi-network blockchain transactions (EVM/SOL/SUI, etc.)
Support arbitrary message signing
Get your credentials
# Use the CLI to generate keypairs (easiest) git clone https://github.com/wallet-io/keygenix-skill cd keygenix-skill/cli && npm install node client.js keygen # → copy publicKey as API Auth Key node client.js keygen # → copy publicKey as AuthKey (separate keypair)
orgCodewalletCode