bankr

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Bankr

Bankr

Execute crypto trading and DeFi operations using natural language through Bankr's AI agent API.
通过Bankr的AI Agent API,以自然语言执行加密货币交易和DeFi操作。

Setup

设置

Get your API key from bankr.bot/api and set:
bash
export BANKR_API_KEY=bk_your_key_here
bankr.bot/api获取你的API密钥并设置:
bash
export BANKR_API_KEY=bk_your_key_here

Commands

命令

/bankr <prompt>              Execute any trading command
/bankr status <jobId>        Check job status
/bankr cancel <jobId>        Cancel pending job
/bankr <prompt>              执行任意交易命令
/bankr status <jobId>        查看任务状态
/bankr cancel <jobId>        取消待处理任务

Examples

示例

Trading

交易

/bankr Buy $50 of ETH on Base
/bankr Swap 0.1 ETH for USDC
/bankr Sell 50% of my PEPE
/bankr Bridge 100 USDC from Polygon to Base
/bankr Buy $50 of ETH on Base
/bankr Swap 0.1 ETH for USDC
/bankr Sell 50% of my PEPE
/bankr Bridge 100 USDC from Polygon to Base

Portfolio

投资组合

/bankr Show my portfolio
/bankr What's my ETH balance?
/bankr Holdings on Base
/bankr Show my portfolio
/bankr What's my ETH balance?
/bankr Holdings on Base

Market Research

市场调研

/bankr What's the price of Bitcoin?
/bankr Analyze ETH price
/bankr Trending tokens on Base
/bankr What's the price of Bitcoin?
/bankr Analyze ETH price
/bankr Trending tokens on Base

Transfers

转账

/bankr Send 0.1 ETH to vitalik.eth
/bankr Transfer $20 USDC to @friend
/bankr Send 0.1 ETH to vitalik.eth
/bankr Transfer $20 USDC to @friend

NFTs

NFT

/bankr Show Bored Ape floor price
/bankr Buy cheapest Pudgy Penguin
/bankr Show my NFTs
/bankr Show Bored Ape floor price
/bankr Buy cheapest Pudgy Penguin
/bankr Show my NFTs

Polymarket

Polymarket

/bankr What are the odds Trump wins?
/bankr Bet $10 on Yes for [market]
/bankr Show my Polymarket positions
/bankr What are the odds Trump wins?
/bankr Bet $10 on Yes for [market]
/bankr Show my Polymarket positions

Leverage (Avantis)

杠杆交易(Avantis)

/bankr Open 5x long on ETH with $100
/bankr Short BTC 10x with stop loss at $45k
/bankr Open 5x long on ETH with $100
/bankr Short BTC 10x with stop loss at $45k

Automation

自动化

/bankr DCA $100 into ETH weekly
/bankr Set limit order to buy ETH at $3,000
/bankr Stop loss for all holdings at -20%
/bankr DCA $100 into ETH weekly
/bankr Set limit order to buy ETH at $3,000
/bankr Stop loss for all holdings at -20%

Token Deployment

代币部署

/bankr Deploy a token called BankrFan with symbol BFAN on Base
/bankr Launch a token called MOON on Solana
/bankr Deploy a token called BankrFan with symbol BFAN on Base
/bankr Launch a token called MOON on Solana

Raw Transactions

原始交易

/bankr Submit this transaction: {"to": "0x...", "data": "0x...", "value": "0", "chainId": 8453}
/bankr Submit this transaction: {"to": "0x...", "data": "0x...", "value": "0", "chainId": 8453}

Supported Chains

支持的链

ChainNative TokenBest For
BaseETHMemecoins, low fees
PolygonMATICGaming, NFTs
EthereumETHBlue chips
SolanaSOLHigh-speed trading
UnichainETHNewer L2
原生代币适用场景
BaseETH模因币、低手续费
PolygonMATIC游戏、NFT
EthereumETH蓝筹币
SolanaSOL高速交易
UnichainETH新兴L2

Tips

提示

  • Specify chain for lesser-known tokens: "Buy PEPE on Base"
  • Use Base/Polygon for small amounts (lower gas)
  • Check balance before trades
  • Start small, scale up after testing
  • 对于不太知名的代币,请指定链:"Buy PEPE on Base"
  • 小额交易使用Base/Polygon(更低Gas费)
  • 交易前检查余额
  • 先从小额开始,测试后再扩大规模