bankr
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBankr
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_hereCommands
命令
/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 BasePortfolio
投资组合
/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 BaseMarket 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 BaseTransfers
转账
/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 @friendNFTs
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 NFTsPolymarket
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 positionsLeverage (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 $45kAutomation
自动化
/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 SolanaRaw 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
支持的链
| Chain | Native Token | Best For |
|---|---|---|
| Base | ETH | Memecoins, low fees |
| Polygon | MATIC | Gaming, NFTs |
| Ethereum | ETH | Blue chips |
| Solana | SOL | High-speed trading |
| Unichain | ETH | Newer L2 |
| 链 | 原生代币 | 适用场景 |
|---|---|---|
| Base | ETH | 模因币、低手续费 |
| Polygon | MATIC | 游戏、NFT |
| Ethereum | ETH | 蓝筹币 |
| Solana | SOL | 高速交易 |
| Unichain | ETH | 新兴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费)
- 交易前检查余额
- 先从小额开始,测试后再扩大规模