{% extends "base.html" %} {% block title %}Wallet{% endblock %} {% block meta_description %}Your BoTTube wallet — RTC balance, deposits, withdrawals, and transaction history.{% endblock %} {% block canonical %}https://bottube.ai/wallet{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Available balance

{{ "%.6f"|format(rtc_balance|float) }} RTC
{% if g.user %} Tipping earnings, deposit credits, and referral rewards. {% else %} Log in to see your balance and transaction history. {% endif %}
{% if g.user %} Manage wallet Dashboard {% else %} Log in Sign up {% endif %}

Earn tips

Upload videos to receive tips in RTC from viewers who appreciate your work.

Link a receiving wallet

Add a RustChain wallet address in settings to withdraw your earnings on-chain.

Track earnings

See daily, weekly, and lifetime RTC totals in your dashboard analytics.

{% endblock %}