Frequently Asked Questions
Who pays the gas fees?
Who pays the gas fees?
The Relayer estimates gas costs upfront and deducts them from the transaction. Users don’t need ETH on BOB to use Gateway.
What happens if my DeFi action fails?
What happens if my DeFi action fails?
Gateway falls back to sending wrapped BTC directly to the user’s EVM address, so the user still receives value. Always test thoroughly to avoid fallbacks. See Refunds for details.
Do I need Bitcoin wallet support?
Do I need Bitcoin wallet support?
Yes, your frontend needs Bitcoin wallet integration. See the wallet guide for implementation details.
Can I chain multiple protocols?
Can I chain multiple protocols?
Yes! Custom strategies can interact with multiple protocols in sequence. For example: stake WBTC → get staked BTC → deposit in lending → send receipt tokens to user.
Security considerations?
Security considerations?
- Use SafeERC20 for token transfers
- Consider reentrancy protection
- Ensure proper access controls
- Test thoroughly on testnet
How does affiliate fee monetization work?
How does affiliate fee monetization work?
You earn a configurable basis-point fee on every swap linked to your affiliate address, paid out in USDT on Ethereum. See Fees for the model and the affiliate integration guide for code.
How long do transactions take?
How long do transactions take?
Transaction time varies based on:
- Bitcoin network confirmation time (typically 10-60 minutes)
- Destination chain (cross-chain transactions take longer)
- Current network congestion
estimatedTimeInSecs field with the expected duration.What happens if Bitcoin fees spike after I submit?
What happens if Bitcoin fees spike after I submit?
For X-to-BTC transactions, the Bitcoin payout can be bumped to speed up confirmation if network fees increase. See Refunds.
Can I cancel a transaction?
Can I cancel a transaction?
For X-to-BTC orders, you can reclaim locked funds if an order gets stuck. This is irreversible — once unlocked, the order cannot be resumed. See Refunds.
What chains are supported?
What chains are supported?
Gateway supports:
- Bitcoin → BOB (mainnet)
- Bitcoin → Ethereum, Base, Arbitrum, Optimism (via LayerZero)
- BOB → Bitcoin (X to BTC)
getRoutes() for the complete list of available routes.Is Gateway audited?
Is Gateway audited?
Yes, BOB Gateway has been audited by Pashov and Common Prefix. The protocol uses atomic cross-chain swaps verified by an on-chain Bitcoin Light Client, making it trustless between users and market makers.View audit reports: docs.gobob.xyz/docs/reference/audits
What are the fees?
What are the fees?
A Gateway swap has a protocol fee, a solver spread, optional affiliate fees, and destination gas — all shown transparently in the quote response. See Fees for the full breakdown.
Are any regions blocked from using Gateway?
Are any regions blocked from using Gateway?
Yes. For compliance reasons, BOB Gateway is unavailable to users connecting from the following jurisdictions:Blocked countries (ISO 3166-1 alpha-2):Afghanistan (AF), Albania (AL), Bangladesh (BD), Belarus (BY), Cambodia (KH), Central African Republic (CF), China (CN), Cuba (CU), Democratic Republic of the Congo (CD), Guinea (GN), Haiti (HT), Iran (IR), Iraq (IQ), Lebanon (LB), Libya (LY), Mali (ML), Myanmar (MM), Nicaragua (NI), North Korea (KP), Pakistan (PK), Russia (RU), Rwanda (RW), Somalia (SO), South Sudan (SS), Sudan (SD), Syria (SY), Tanzania (TZ), Uganda (UG), United Kingdom (GB), United States (US), Venezuela (VE), Yemen (YE), Zimbabwe (ZW).Blocked regions within otherwise-allowed countries (ISO 3166-2):
- Ukraine — Crimea (
UA-43), Donetsk Oblast (UA-14), Luhansk Oblast (UA-09), Kherson Oblast (UA-65), Zaporizhzhia Oblast (UA-23).
Where can I get help?
Where can I get help?
- Discord: Join our community at discord.gg/gobob
- GitHub: Report issues at github.com/bob-collective/bob
- Documentation: Browse guides at docs.gobob.xyz
Still Have Questions?
Discord Community
Get help from the BOB team and community
GitHub Issues
Report bugs or request features
Integration Guide
Step-by-step integration instructions
API Reference
Complete API documentation