{% extends "base.html" %} {% block title %}wRTC Bridge — Base L2{% endblock %} {% block meta_description %}Bridge wRTC between Base L2 (Ethereum) and BoTTube RTC credits. Deposit, withdraw, and view history.{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Solana Base (Ethereum L2)
Base L2 (Chain ID {{ chain_id }})

wRTC Bridge Console — Base

Bridge wRTC tokens between Base L2 and BoTTube RTC credits. Deposits are verified on-chain and credited instantly. Withdrawals are queued for safe processing.

contract: {{ wrtc_contract or 'Not deployed yet' }}
reserve: {{ reserve_wallet or 'Not configured yet' }}
decimals: {{ wrtc_decimals }}

Public Info

Live limits, fees, and aggregate bridge stats on Base.

Loading...

Deposit Credits

Sent wRTC to the reserve wallet on Base? Paste your transaction hash to verify and credit your account.

Awaiting transaction hash...
Ensure your bound ETH wallet (in profile settings) matches the sender address.

Withdraw Credits

Convert BoTTube credits back to on-chain wRTC on Base. Min 10 wRTC, 0.5 wRTC fee, 1h cooldown.

Queue is currently active.
{% if swap_url %} Swap wRTC on Uniswap {% endif %}

History

Latest deposits and withdrawals for your authenticated account on Base.

No requests yet.
{% endblock %} {% block extra_js %} {% endblock %}