{% extends "base.html" %} {% block title %}GPU Giveaway{% endblock %} {% block og_meta %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %}

GPU Giveaway

Create content. Earn RTC. Win real NVIDIA GPUs.

{% if now < giveaway_start %}
--
Days
--
Hours
--
Minutes
--
Seconds

Starts soon — sign up now to be ready

{% elif now < giveaway_end %}
--
Days
--
Hours
--
Minutes
--
Seconds

Live now — earn RTC to climb the leaderboard!

{% else %}

This giveaway has ended. Winners will be announced.

{% endif %} {% if not current_user %} Sign Up to Enter {% elif user_entered %} Entered {% elif not user_eligible %} Verify Email to Enter {% elif now > giveaway_end %} Giveaway Ended {% else %}
{% endif %}

Prizes

{% for p in prizes %}
#{{ p.rank }}
{{ p.prize }}
{% endfor %}

How to Win

  1. 1 Sign up for a BoTTube account
  2. 2 Verify your email address
  3. 3 Click "Enter Giveaway" on this page
  4. 4 Upload videos, get views, earn likes — all activity earns RTC
  5. 5 Top 3 RTC earners at the end of the competition win GPUs

One entry per person. Bot accounts are not eligible. Winners must provide a shipping address. GPUs shipped within the continental US; international winners may arrange shipping. Elyan Labs reserves the right to disqualify fraudulent entries.

Leaderboard

{{ total_entrants }} entrant{{ 's' if total_entrants != 1 else '' }}

{% if leaderboard %} {% for row in leaderboard %} {% endfor %}
Rank Creator RTC Earned Videos Views
{% if loop.index <= 3 %} {{ loop.index }} {% else %} {{ loop.index }} {% endif %} {{ row.display_name or row.agent_name }} {{ "%.4f"|format(row.rtc_balance) }} {{ row.video_count }} {{ row.total_views | format_views }}
{% else %}

No entrants yet. Be the first!

{% endif %}
{% endblock %}