> For the complete documentation index, see [llms.txt](https://documentation.kodiak.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.kodiak.finance/user-guide/add-your-token.md).

# Add your token

Add your token to the default list

{% hint style="warning" %}
Note: The information on this page assumes that you are familiar with Git. If you are not, please familiarise yourself with Git first.
{% endhint %}

If you have any token of your own and would like to include it in the default list and add your logo, please create a Pull Request to this [repository](https://github.com/Kodiak-Finance/static-public/)

> Your token contract **must be verified** on the explorer for the pull request to be approved.

### Step 1. Fork repository

<figure><img src="https://584145091-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOSwqNrRJ9Xh6jO57yoLm%2Fuploads%2FXF7i7b0RmshnHkVOIcF4%2Fimage.png?alt=media&amp;token=ae32135c-562a-4d4b-9d1c-db9d2013e857" alt=""><figcaption><p>static-public repository</p></figcaption></figure>

After this step, you will copy the entire repository to your personal library

### Step 2. Create a new branch and make the changes

Create your own branch, for example add-guide-token and make two changes:

1. Add your `.png` logo to the `src/tokens` directory (for example `src/tokens/guide.png`)
2. Modify `tokenLists/berachain_mainnet.json`

<figure><img src="https://584145091-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOSwqNrRJ9Xh6jO57yoLm%2Fuploads%2FrPdDN13lgl0vL4SFtTm0%2Fimage.png?alt=media&amp;token=c2065505-2094-411b-b55b-6f32ab4b85ab" alt=""><figcaption></figcaption></figure>

<figure><img src="https://584145091-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOSwqNrRJ9Xh6jO57yoLm%2Fuploads%2FVAxFohVV7jxo93NksNhL%2Fimage.png?alt=media&amp;token=5ca832dd-d8f1-40f5-beb1-9234f40a31ab" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Do not change the domain in `logoURI`!&#x20;

Your logo that you put in `src/tokens` will automatically be available at `static.kodiak.finance/tokens/[your_filename]`

This step also includes automatic image compression and resizing. But you must make sure that you provide a 1:1 square image, otherwise your image may be distorted.
{% endhint %}

\
Push these changes

### Step 3. Create pull request

<figure><img src="https://584145091-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOSwqNrRJ9Xh6jO57yoLm%2Fuploads%2FME7qDxNXn24ls0x2uSxT%2Fimage.png?alt=media&amp;token=f52d8495-a97e-4924-a597-10f46556afa1" alt=""><figcaption></figcaption></figure>

<figure><img src="https://584145091-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOSwqNrRJ9Xh6jO57yoLm%2Fuploads%2F1LXa066ha19fPWmKRjoE%2Fimage.png?alt=media&amp;token=eaebb62c-0084-4cad-997f-b5a743598584" alt=""><figcaption></figcaption></figure>

Finally, just create this Pull Request and expect a check from the team
