Gate Wallet for AI
Web3 Infrastructure Built for AI Agents.
No compromise on security, no friction in interaction. Native Wallet focuses on minimalism and efficiency, PluginWallet connects the entire DApp ecosystem, and Keygenix safeguards assets with enterprise-grade standards. TEE physical isolation technology runs through the foundation — smart invocations and on-chain assets remain impenetrable at all times.

Wallet
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.
Plugin Wallet
Solves application ecosystem integration. AI can seamlessly invoke the plugin wallet to execute complex DeFi transactions.
What You Can Build
Asset Query
Quickly query all token asset balances of the connected wallet
Multi Transaction
Supports token transfers and token trading, e.g., "Swap 10 USDC for BNB on BSC"
Gas Service
Get real-time Gas prices across multiple chains to understand on-chain congestion
Network Query
Get the Chain ID of the currently connected network
Result Tracking
Get the execution result of a transaction
Quick Connect
Connect wallet instantly with a single command
Quick Start
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.
See it in Action
Keygenix-mpc
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.
What You Can Build
Secure Key Generation
Generate new secp256k1 key pairs locally (no network required)
Transaction Signing
Sign multi-network blockchain transactions (EVM/SOL/SUI, etc.)
Message Signing
Support arbitrary message signing
Quick Start
Get your credentials
- Register at keygenix.pro
- Create an organization → note
orgCode - Create a wallet → note
walletCode - Generate two keypairs (run once):
# 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)- Register both public keys in the Keygenix dashboard.
