# Register Native Address for Creditcoin Airdrops

## How to Register Your Creditcoin Native Address for Airdrops on Creditcoin

<figure><img src="/files/UQrAK5rbimBMlru1lRU1" alt=""><figcaption></figcaption></figure>

If you own a Creditcoin Native address and hold CTC in it, you must register an EVM address to be eligible for any airdrops on Creditcoin. Here's a step-by-step guide on how to do it:

1. Install the [Polkadot{.js} Extension](https://chromewebstore.google.com/detail/polkadot%7Bjs%7D-extension/mopnmbcafieddcagagdcbnhejhlodfdd)
2. Connect your account
   1. Go to <https://polkadot.js.org/apps/?rpc=wss://mainnet3.creditcoin.network#/extrinsics>
   2. Select your Creditcoin Native address that holds your tokens
3. Set up the transaction
   1. In the "submit the following extrinsic" section:
      1. Left dropdown: Select `identity`
      2. Right dropdown: Select `setIdentity(info)`
4. Enter your EVM address
   1. In the `legal: Data` field:
      1. Click `None` → Change it to `Raw`
      2. Enter your EVM address in the `Raw: Bytes` input field. This should be the 0x format EVM address where you want to receive the airdrop. Example:`0x1234567890123456789012345678901234567890`
5. Submit the transaction
   1. Sign and submit the transaction.

<figure><img src="/files/INC18lNIYJyGtjRIgZy3" alt=""><figcaption><p>Register Creditcoin Native Address</p></figcaption></figure>

### How To Verify the Registration

* Go to [Creditcoin Native explorer](https://creditcoin.subscan.io/)
* Search for your Creditcoin Native address
* Check the "Legal name" field
* If your EVM address appears correctly, you're registered.
* Now sit tight, and keep your eyes on [@creditcoin](https://x.com/creditcoin) for exciting updates about upcoming airdrops.

<figure><img src="/files/ew8wNsqDV4uT1VmZJ1Vu" alt=""><figcaption><p>Verify Registration</p></figcaption></figure>

### Important Details to Remember

* If the registered EVM address does not match the address you use to claim, you will not receive the airdrop.
* You must complete the registration before the snapshot.
* Any changes made after the snapshot will not be accepted.
* If you register the same EVM address to multiple Creditcoin Native addresses, the airdrop amounts will be aggregated and shown as a total.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.creditcoin.org/register-native-address-for-creditcoin-airdrops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
