Bridge FAQ

Both deposits and withdrawals typically complete within 30 seconds:
  • Deposit: ~5s Solana confirmation + ~15s finality wait + ~10s relayer processing
  • Withdrawal: ~6s bwickchain block + ~10s relayer detection + ~5s Solana execution
Wait at least 2 minutes. The relayer waits for 32-slot finality on Solana (~15 seconds) before processing. If your tokens still haven’t appeared:
  1. Verify your Solana transaction was confirmed (check your wallet or a Solana explorer)
  2. Confirm your bwickchain address was registered before depositing
  3. Check the correct bwickchain address — the bridge mints to the address linked during registration
If the issue persists, contact support in the Discord community.
Withdrawals can take up to 30 seconds. If your tokens haven’t arrived on Solana:
  1. Confirm the burn transaction was successful on bwickchain (check the Explorer)
  2. Verify the Solana address you entered is correct
  3. Wait a few minutes — the relayer may be processing a queue
If the withdrawal fails on the Solana side, the relayer flags it for manual intervention. Your burned tokens on bwickchain are recorded and will be fulfilled.
No. Registration is a one-time step per Solana wallet. Once you link your Solana wallet to an bwickchain address, all future deposits from that wallet are automatically routed to the same bwickchain address.
No. Each Solana wallet can only be linked to one bwickchain address. This is enforced by the on-chain UserAccount PDA. If you need to bridge to a different bwickchain address, use a different Solana wallet.
Yes. The minimum deposit is 1 BWICK. This prevents dust attacks on the pool vault. Deposits below the minimum are rejected by the bridge program.
  • Deposits: No maximum. You can deposit any amount in a single transaction.
  • Withdrawals: Maximum 1,000,000 BWICK per transaction. For larger amounts, split into multiple transactions.
No. The bridge charges zero fees. You receive the exact amount you deposit or withdraw. Gas on the Solana side is covered for you in both directions: deposits are sponsored by the relayer (no SOL needed) and withdrawals are released by the relayer (it pays the Solana fee). You only pay a small bwickchain gas fee in BWICK for the withdraw burn.
No. Only bridge-minted tokens (tokens that came in via deposit) can be withdrawn. Native staking rewards earned on bwickchain are bwickchain-native and cannot cross back to Solana through the bridge.
ChainSupported Wallets
SolanaPhantom, Solflare, and other Solana Wallet Adapter-compatible wallets
bwickchainKeplr, Leap, BWICK Wallet
No funds are lost. The relayer tracks its processing state in a database:
  • Deposits: When the relayer comes back online, it resumes from the last processed Solana signature
  • Withdrawals: It resumes from the last processed bwickchain block height
All pending transfers are completed once the relayer recovers.
The bridge uses several security measures:
  • Pool custody — All tokens are held in an auditable on-chain vault (not a centralized wallet)
  • Supply conservation — The total supply across Solana + pool + bwickchain always equals 1 billion
  • Rate limiting — Governance-controlled limits prevent abuse
  • User-signed burns — The relayer cannot initiate withdrawals; only users can burn their own tokens

Next Steps

Deposit

Bridge tokens from Solana to bwickchain

Architecture

Technical deep-dive into the bridge system