{% extends "default.html" %} {% block pagetitle %}Donate{% endblock %} {% block content %}
{% set can_see = DONATE_LINK != DEFAULT_CONFIG_VALUE and v and v.can_see_countryclub and v.chud != 1 %}

Donation Methods

{% if can_see %} {% elif SITE == 'rdrama.net' %} {% endif %}
{{DONATE_SERVICE}} {{DONATE_LINK}}
Buymeacoffee https://buymeacoffee.com/rdrama.net/membership
Bitcoin (BTC) bc1q4cpgzld8m50tpmrf6akcp59la56u8sku4lqkgv
Ethereum (ETH) 0xBBf1043A60C6894Db17b3118CA960FFDF84c9eea
Monero (XMR) 44hdEpAYXkB2VwkWz6LR9zZhcaG8zrUzn21aPy1HSdcsjT51fPdpMV8hkf5QQdHKs9VsAs3so5Vq5easdBbzmcifGcqfxfw
{% if can_see %}
  • If you donate via {{DONATE_SERVICE}}, please first make sure your email on {{SITE}} and your email on {{DONATE_SERVICE}} are the same, then click "Claim {{patron}} Rewards" here
  • {% endif %}
  • If you donate{% if can_see %} crypto{% endif %}, please let us know by sending us the transaction id via modmail so we can give you your {{patron}} rewards manually!
  • Base patron rewards for all tiers

    {% if SITE_NAME != 'WPD' %} {% endif %}
    Username background
    Exclusive badges
    Ability to add a signature in the settings
    Ability to upload a custom site background in the settings
    Ability to change your username to a 1-letter or 2-letter username in the settings
    Ability to perma-marsify yourself in the settings
    Ability to have 2 previous usernames reserved for you instead of 1
    Exclusive hole that only paypigs can see (/h/highrollerclub)
    Exclusive ping group that only paypigs can join or mention (!verifiedrich)
    Exemption from coin/marseybux gifting tax (3%)
    Ability to upload more files
    16MB image size limit (instead of 8MB)
    16MB audio size limit (instead of 8MB)
    100MB video size limit (instead of 32MB)
    100k character limit for posts (instead of 50k)

    Tier-specific patron rewards

    {% for tier in range(2,9) %} {% endfor %}
    Tier Rewards
    {{TIER_TO_NAME[tier]}} - ${{TIER_TO_MONEY[tier]}}/month
    • {{tier*5}}% discount when buying awards
    • {{TIER_TO_MONEY[tier]*500}} marseybux monthly (can be used in the shop, casino, and other places)
    {% endblock %}