{% extends 'base.html' %}{% load static %} {% block title %}Become a Merchant — Unity Nation{% endblock %} {% block extra_css %} .type-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:26px} @media(max-width:560px){.type-grid{grid-template-columns:1fr}} .type-card{background:var(--panel);border:2px solid var(--border);border-radius:var(--rl);padding:22px;cursor:pointer;transition:all var(--tr);position:relative;overflow:hidden} .type-card::before{content:'';position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;opacity:.08;pointer-events:none} .type-card.biz::before{background:var(--violet)} .type-card.corp::before{background:var(--gold)} .type-card.selected{border-color:var(--violet);background:rgba(123,95,230,.08)} .type-card.selected.corp{border-color:var(--gold);background:rgba(245,200,66,.06)} .type-icon{font-size:2rem;margin-bottom:11px} .type-card h3{font-family:var(--ff);font-size:1rem;font-weight:700;margin-bottom:6px} .type-price{font-family:var(--ff);font-size:1.2rem;font-weight:700;color:var(--teal);margin-bottom:12px} .type-card.corp .type-price{color:var(--gold)} .type-features{list-style:none;display:flex;flex-direction:column;gap:6px} .type-features li{font-size:.79rem;color:var(--muted);display:flex;align-items:center;gap:7px} .type-features li i{font-size:.72rem;color:var(--teal);flex-shrink:0} .selected-tick{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:50%;background:var(--violet);display:none;align-items:center;justify-content:center;font-size:.65rem;color:#fff} .type-card.selected .selected-tick{display:flex} .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px} @media(max-width:580px){.form-row{grid-template-columns:1fr}} .sec-divider{font-family:var(--ff);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:24px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:9px} .sec-divider i{color:var(--vlt)} {% endblock %} {% block content %}
Marketplace

Become a Merchant

Join our marketplace and sell your products or services to the Unity Nation community.

Registration fee will be deducted from your wallet. Current balance: ${{ user.wallet_balance|floatformat:2 }}
Select Merchant Type
🏢

Business Merchant

$20 Registration
  • Valid ID Required
  • Business Location Photo
  • $500 Weekly Conversion Limit
  • Min $20 UNB Daily Conversion
🏛️

Corporate Merchant

$100 Registration
  • Valid ID Required
  • CAC Certificate Required
  • Business Location Photo
  • $2000 Weekly Conversion Limit
  • Min $20 UNB Daily Conversion
{% csrf_token %}
Business Information
Documents & Verification
Your application will be reviewed by our team. You'll be notified once approved and your merchant dashboard will be activated.
Cancel
{% endblock %}