Skip to content

Claim a token from a claim link on bitbadges.io, read the criteria a claim checks, and find the claims you own in the Developer Portal.

A claim is the usual way tokens reach people: the creator sets the criteria, shares a link, and each user who meets the criteria claims for themselves. On the site a claim is a tab on the collection page.

A claim link is a collection URL with the claim in the query: bitbadges.io/collections/<collectionId>?claimId=...&approvalId=.... Links from a code or password campaign carry those in the query too.

The Peer Member collection opened from a claim link, with the Claim tab selected and the approval cardThe Peer Member collection opened from a claim link, with the Claim tab selected and the approval card

The page opens on a Claim tab that only exists for this link. A banner confirms that the link prefilled the claim.

2. Read the Card

The card names the claim and the token it gives, then shows the approval that mints it. Its three columns are the criteria:

ColumnAnswers
TokensWhich token IDs and amounts each claim gives. A predetermined claim gives a fixed set per use.
Amount RestrictionsHow many uses in total, per address, and any amount caps
Approved AddressesWho can send (Mint) and who can receive

Below the columns, the claim's plugins are listed: a code, a password, an allowlist, a social account, or a custom plugin. Each one is a check you must pass. Expand a row for details.

3. Claim

  1. Connect and sign in with the address that should receive the token.
  2. Complete each plugin row that needs input, such as a code or a social sign-in.
  3. Click Claim. Your wallet asks for a signature on the transfer.

The token appears on your account page once the transaction is in a block. The Claims sub-tab under Activity keeps the attempt history.

4. Manage Your Own Claims

The Claims section of the Developer Portal with its Create buttonThe Claims section of the Developer Portal with its Create button

Your claims live in the Developer Portal under Claims. Create opens the claim builder: pick plugins, set the number of uses, and attach the claim to a collection approval or run it standalone. The row for each claim shows uses and links to the attempts. The plugin catalog and the API behind it are on Plugins.

What You Can Do Here

  • Claim a token from a link, a code, or a password.
  • See which criteria you pass before you sign.
  • Track your attempts under Activity.
  • Build and manage claims as a creator.

Edit this page on GitHub