원클릭으로
bankr-automations
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
Custodial wallet accessible via API for server-side on-chain operations without phone approval
| name | bankr-automations |
| description | Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr |
Set up automated trading strategies that execute server-side via Bankr. Automations run on Base and don't require your app to stay online.
bankr_automateSet a trigger condition like "drops 10%", "rises 20%", or "reaches $50000".
limit_buy: token=ETH, amount=$100, trigger="drops 10%"
limit_sell: token=CLAWNCH, trigger="rises 50%"
stop_loss: token=PEPE, trigger="drops 30%"
Automatically buy a fixed amount on a schedule.
dca: token=ETH, amount=$50, interval="every day", time="at 9am", duration="for 30 days"
dca: token=BTC, amount=$100, interval="every week"
Spread a large sell over time to minimize price impact.
twap: token=ETH, amount=10, duration="over 4 hours"
/automations command lists all active automationscancel action with an automation_id to stop onecancel without an ID to cancel allAutomations are primarily Base. The chain parameter defaults to "base".
/automations — quick list of active automations