# Finding Token Addresses

You can find all the important addresses associated with a token using the Rakoon.fun website and the Radix Dashboard (ledger explorer)

## Find the token address

The easiest way to find the resource address of a token is on the token detail page on the rakoon.fun website:

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

You can view all the details of the token on the Radix Dashboard by clicking on the little icon after the address.

## Find the token component address

Every token created on Rakoon.fun has an associated component that deals with all the trading of the token on the bonding curve and moving the token to a dex on graduation.\
\
You can find the address for the token component in the metadata of the token.\
\
First open the Radix Dashboard page of the token ([#find-the-token-address](#find-the-token-address "mention")).

On the token page in Radix Dashboard, select the "Metadata" tab.

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

On the metadata page you will find a field called rakoonfun\_component which will show the component address for the token.

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

You can click on the address to see the component details on Radix Dashboard or click the icon after the address to copy the component address.

## Find the token owner badge address

The token owner badge allows the token owner to change many of the details of the token ( [Changing Token Metadata](/rakoonfun-docs/token-creators/changing-token-metadata.md)) and also to claim token related rewards ( [Claiming Owner Graduation Reward](/rakoonfun-docs/token-creators/claiming-owner-graduation-reward.md)).

Go to the token page on the Radix Dashboard ( [#find-the-token-address](#find-the-token-address "mention"))

The token owner badge address is on the token page of the Radix Dashboard under the "Configuration" tab.

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

You can view the details of the owner badge on Radix Dashboard by clicking on the address or click the icon after the address to copy theowner badge address address.

## Find the account that holds the token owner badge

The token owner badge automatically gets returned to the account that is used to create the token. It is possible to move a token owner badge between accounts, so if you ever want to find the account(s) that hold token owner badges, you can find it using the Radix Dashboard.\
\
First you need to find the owner badge address and go to the Radix Dashboard page for the badge ( [#find-the-token-owner-badge-address](#find-the-token-owner-badge-address "mention")).\
\
You can see all the holders of the badge by selecting the "Top Holders" tab.

<figure><img src="/files/ydV2Cg6Pi2JiLASQxped" 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://rakoonfun.gitbook.io/rakoonfun-docs/general/finding-token-addresses.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.
