Skip to main content

Security Best Practices

Bankr has two layers of safety controls: wallet-level (configured at bankr.bot → Security; applies to every surface) and per-API-key (configured at bankr.bot/api-keys; applies to one key). Both run independently — a transaction must satisfy both to broadcast.

Pick a layer

You are…Read
Using Bankr through chat at bankr.botBankr Terminal
Building an agent or integration with the APIDeveloper API
Doing bothBoth — controls compose

For the full reference of API-key flags and error responses, see Agent API → Access Control.

Where each control lives

ControlConfigured atLayer
Pause all transactionsbankr.bot → SecurityWallet
Daily USD limitbankr.bot → SecurityWallet
Per-transaction USD limitbankr.bot → SecurityWallet
Permitted recipients (with cooldown)bankr.bot → SecurityWallet
Disable arbitrary contract callsbankr.bot → SecurityWallet
Read-only modebankr.bot/api-keysAPI key
IP allowlistbankr.bot/api-keysAPI key
Recipient allowlistbankr.bot/api-keysAPI key

Stay Safe: How Bankr Will (and Won't) Contact You

Most account losses come from social engineering, not protocol bugs. Hold these rules:

  • Bankr will never DM you first. Unsolicited DMs on X, Telegram, Discord, or Farcaster claiming to be "Bankr Support" are scams — even if the handle looks right. Real support flows through email (support@bankr.bot), the Discord support channel where you open the ticket, or in-app.
  • Bankr will never ask for your seed phrase, private key, or password. Privy embedded wallets are non-exportable by design — there is no seed phrase to share. Anyone asking is an attacker.
  • Bankr will never ask you to "verify" by signing a transaction or visiting a link. Verification happens server-side; you don't need to sign anything to prove ownership of your account.
  • Bankr will never use a different domain. The terminal is bankr.bot, API is api.bankr.bot, docs are docs.bankr.bot. Anything else (bankrbot.io, bankr-claim.xyz, bankr.bot.fun, etc.) is fake.
  • A token appearing in the launch feed is not an endorsement. Failed launches are routinely spoofed by scammers who deploy fake tokens with the same name. Verify the contract address from the creator's official channels before buying. See Token Launching FAQ for more.

If someone reaches out claiming to be Bankr, close the conversation and open your own ticket through the channels above.