• Descarregar
    menu
Built for AI Agents

Bitget Wallet Skill

Truly Plug & Play

Zero-gas fast trading and seamless cross-chain experience

skill.js
Try Now
git clone git@github.com:bitget-wallet-ai-lab/bitget-wallet-skill.git
110+
Liquidity Protocols Aggregated
8+
Mainstream Chains
0
Gas Token Trading
1
One Order for Cross-Chain

Full-Scenario Intelligent Trading

From personal trading assistant to community pro Bot

24/7 Market Monitor

7×24h monitoring of Meme trading volume and on-chain activity on Solana and other chains. Exclusive Hot Picks algorithm, lock in trading opportunities early.

Multi-Chain Asset Flow

Aggregate 8+ mainstream chains. Zero-gas fast trading, cross-chain in one order.

Token Security Check

Built-in token contract security check, real-time risk interception, for AI trading.

Community Auto Revenue Share

Built-in Partner-Code mode. Every trade from community members brings you ongoing revenue.

Autonomous Payment

x402 protocol support. Agent autonomously calls paid APIs and purchases data services — fully on-chain, no human intervention.

Why Choose Bitget Wallet Skill

Four core advantages that make your AI Agent unstoppable on-chain.

Truly "zero barrier"

No need to learn gas fees or cross-chain bridges—start trading instantly. Eliminate gas anxiety with EIP-7702.

Order-based trading mode

With Order Mode, users only express intent and the system automatically matches the best route and liquidity.

Best-in-class liquidity

500+ DEXs plus a proprietary aggregator—great depth and execution speed for both major and newly listed tokens.

Extensibility

Fully compatible with the MIT open-source license. Customize from source for personal tools or large-scale business platforms—keep core business under your control.

Why Developers Choose Us

See how we compare against mainstream on-chain AI approaches.

Capability Bitget Wallet SkillBitget Wallet Onchain OS Approach Single-Chain Approach
Ease of Use Extremely high (truly plug-and-play, no API Key required) Moderate (API Key required, built-in Sandbox API Key) Moderate (API Key required)
Supported Chains 8+ Multi-chain Binance ecosystem & mainstream DeFi chains
Market Data K-line/Price/Fluctuation/Token info Hot tokens/Price/Fluctuation/K-line Rankings/Hot tokens/Fluctuation
Address Analysis Address P&L/Holdings/Transactions Not supported Token holder analysis
Swap/Trade Supported (get quote + execute trade) Supported (quote + trade + cross-chain + limit order) Supported (cross-chain quote + trade)
Trading Signals 3 subscription types (price / K-line / trade) Signal (walletType 1/2/3) API polling
Cross-chain Bridge Supported (cross-chain + trade) Supported Not supported
Gas-free Cross-chain 0 Gas tokens can cross-chain Not supported Supported
Meme Coins Meme Rush (social heat/fluctuation/new tokens) Not supported Not supported
Limit Order Supported Supported Not supported
Security Audit Token security detection Token audit info Not supported
WebSocket 3 subscription types (price / K-line / trade) WebSocket real-time push API polling (recommended 5 min interval)
NFT Support NFT balance query available Not supported Not supported
Is Open Source MIT Apache-2.0 (partial) MIT
B2B Commission Supported (via Partner-Code mode) Not supported Not supported

All You Need Is One Trading Skill

Continuously evolving, increasingly powerful.

No Gas Trading

Traditional Approach
  • Manage N chains = N gas tokens
  • ETH, BNB, MATIC, AVAX...
  • Constantly monitor & refill balances
  • Agent stops when gas runs out
Bitget Wallet Skill
  • No Gas balance required
  • EIP-7702 powered
  • Gas deducted from input token
  • Agent never stops due to gas

Cross-Chain Made Simple

Other Approaches
1. Call Bridge API 2. Wait for confirmation 3. Call Swap API 4. Wait again

2 steps, 2 signatures, error-prone

Bitget Wallet Skill
order-create 1 signature Done ✓

1 step, 1 signature, fully automatic

More Coming Soon

More Scenarios

From everyday crypto payments to seamless trading of stocks and precious-metal assets.

Multi-Chain Ecosystem

Supports 8 major public chains, with continuous expansion across ecosystems.

Ethereum
Base
BNB Chain
Arbitrum
Polygon
Solana
Morph

Plug and Play

No API key required—install and start using it.

Token Info

Token metadata & details

Batch Price

Batch token price queries

K-Line

Candlestick chart data

Tx Stats

Transaction statistics

Rankings

Token rankings by metrics

Liquidity Pools

Pool info & analytics

Security Audit

Contract security check

Swap Quote

Get best swap quotes

Swap Send

Execute token swaps

Order Quote

Cross-chain order quotes

Order Create

Create cross-chain orders

Order Submit

Submit signed orders

Order Status

Track order progress

Chain List

Supported chains info

Token List

Tradeable token catalog

x402 Payment

Agent autonomous payment

Start Building in 60 Seconds

Get your AI agent on-chain in minutes — simple, fast, effortless.

# Just one line to get started npm install bitget-wallet-skill
import { BitgetWalletSkill } from 'bitget-wallet-skill'; // Set up your skill (takes 2 seconds) const skill = new BitgetWalletSkill({ apiKey: process.env.BITGET_WALLET_API_KEY, // or your API key }); // Get the best price for your swap const quote = await skill.swapQuote({ chainId: '1', fromToken: '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE', toToken: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', amount: '1000000000000000000', // 1 ETH slippage: '0.5', }); // One call to execute const result = await skill.swapSend({ ...quote, userAddress: '0xYourAddress', }); console.log('Tx Hash:', result.txHash);
// Magic: USDC (Base) → USDT (BNB Chain), No Gas needed const orderQuote = await skill.orderQuote({ fromChainId: '8453', // Base toChainId: '56', // BNB Chain fromToken: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913', // USDC toToken: '0x55d398326f99059fF775485246999027B3197955', // USDT amount: '100000000', // 100 USDC gasless: true, // No Gas required! }); // Sign and submit — that's it! const order = await skill.orderCreate(orderQuote); const signed = await signer.signTransaction(order.txData); const status = await skill.orderSubmit({ orderId: order.id, signature: signed }); console.log('Order:', status.orderId, 'Status:', status.status);
crypto for everyone banner