Claim Optional Starter Airdrop

This airdrop sends a small amount of tokens as optional starter balance (for example, marketplace / slot transactions). Each primary domain can claim once.

Note: publisher registration can be submitted with zero fee when the transaction only contains the registration message. Airdrop is optional and does not block registration. After verification, the transfer is queued and confirmed in the background.

Get your address with a third-party wallet

Recommended wallets

  • Keplr — browser extension and mobile wallet.
  • Leap — browser extension and mobile wallet.

Address + key safety

  1. Install Keplr or Leap from the official site, then create a wallet or import the one you already use.
  2. Copy your public Congrid address (congrid1...) into the airdrop form below.
  3. Keep your recovery phrase or private key inside the wallet and backed up offline.
  4. Never paste your recovery phrase or private key into Congrid. This page only needs your public address.

Requirements

  • Your homepage (/) must include the official Congrid link https://congrid.net.
  • The link must wrap an <img> whose src includes publisher= and wallet=.
  • The wallet parameter must match the address you enter below.

Claim

We do not create wallets on this website. Use Keplr or Leap to manage your address and secret recovery phrase securely, then paste only your public address here.

Badge snippet (example)

<div id="congrid-similar">
  <a href="https://congrid.net" style="display: inline-flex; align-items: center; gap: 8px;">
    <img
      alt="Verified by Congrid"
      src="https://congrid.net/badge.svg?publisher=example.com&wallet=congrid1..."
      width="32"
      height="32"
      style="display: block;"
    />
    <span>Congrid — Content Grid Protocol</span>
  </a>
</div>