# Claimr

<figure><img src="/files/7Dw19iFSJTMK3DSX7cgc" alt="Claimr"><figcaption></figcaption></figure>

Claimr maps Twitter accounts to Solana addresses. Look up any handle and get a deterministic address that the account owner can withdraw from after authenticating with Twitter.

The primary use case is tribute tokens. Launch a token on Pump.fun with a Twitter creator's Claimr address, and trading fees accumulate until they decide to claim them.

## Overview

Pump.fun requires a creator address when launching a token. Most Twitter personalities don't have a public Solana wallet. Claimr solves this by deriving a unique address from each Twitter account's numeric ID.

```
Token trades on Pump.fun
        ↓
Fees go to creator vault
        ↓
Anyone triggers collection → moves to Claimr PDA
        ↓
Owner logs in with Twitter → withdraws to their wallet
```

## Key Details

|                    |                                                |
| ------------------ | ---------------------------------------------- |
| Protocol fee       | 2% on withdrawals                              |
| Minimum withdrawal | 0.04 SOL                                       |
| Claimr Program     | `3FsU2B8R7sP5ih7w2RoxtJEHfvBVeXtM8WwF6rjMbUrT` |
| Pump.fun Program   | `6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P`  |

## Resources

* [App](https://claimr.app)
* [IDL](https://claimr.app/idl/claimr.json)
* [Solscan](https://solscan.io/account/3FsU2B8R7sP5ih7w2RoxtJEHfvBVeXtM8WwF6rjMbUrT)


---

# 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.claimr.app/readme.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.
