👈 Back

Reinstating a revoked Badge makes it active again. The community that issued the token is able to reinstate it.

Who can reinstate a revoked Badge

The address holding the community’s Raft Token can reinstate a revoked Badge.

How to reinstate a revoked Badge

Currently, Badge reinstatement is only possible via Contracts. In the future, you will also be able to reinstate a Badge via the Otterspace App.

Step 1 - open the Badges Contract interface at Optimistic Etherscan

Screenshot 2022-10-25 at 11.13.37.png

Step 2 - connect the wallet holding your community Raft Token

Screenshot 2022-10-25 at 11.15.16.png

Step 3 - write function “reinstateBadge”

This function takes 2 parameters:

<aside> 1️⃣ Raft Token id: You can find this by… …navigating to the Raft Token on your Quixotic profile (under token details), or …navigating to your address on Optimistic Etherscan and finding the token transactions, or …navigating to your community profile page on Otterspace

Your Raft id is at the end of the url: https://beta.otterspace.xyz/communities/**1**

</aside>

<aside> 2️⃣ Badge id: You can find this by…

  1. navigating to the address holding the Badge on Optimistic Etherscan
  2. finding the token transaction
  3. copying “TokenID”

</aside>