# Adding an address to your token allowlist

## Background

Your P00LS token is minted with limited transferability by default. This means only a pre-defined set of addresses can send and receive your tokens. This set of address is referred to as the token allowlist.

Any address that is not on the allowlist can only earn tokens and send them to addresses on the allowlist. Addresses on the allowlist can receive and send tokens to and from everyone.

## How it works

**Step 1: Go to Settings**

Sign into your Creator Portal and navigate to the **Settings** tab. Click on the **`Edit`** button.

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

**Step 2: Add a wallet address**

Enter the desired wallet address that you want to allowlist. Click on **`Add`**.

<figure><img src="/files/9fhekRM8LqPvrryE0HPI" alt=""><figcaption></figcaption></figure>

**Step 3: Finalize the addition of the allowlisted wallet and approve request**

You will need to confirm the addition of this wallet to the allowlist by signing a request with the wallet that own your creator token. This is the wallet that you minted your token with.

Connect your wallet and click on **`Confirm`** to approve adding a wallet to your token allowlist.

<figure><img src="/files/HTf7aJB6sfSGTubdJuGS" alt="" width="563"><figcaption></figcaption></figure>

**Step 4: All done!**

Success! You have officially added a wallet address to your token allowlist.

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


---

# 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://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/transferability/adding-an-address-to-your-token-allowlist.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.
