Kodiak Finance
  • OVERVIEW
    • 🐻‍❄️Introducing Kodiak
    • 🐻Kodiak x Berachain
    • ✉️Contact Us
    • 🍯Kodiak Contracts
  • 🅱️Kodiak-Boyco
  • PROTOCOL
    • 🔃DEX
      • Swaps
      • Liquidity Provision
      • Trading Fees
    • 🏝️Islands
      • Island Liquidity Provision
      • Sweetened Islands
      • Island Mechanics
        • Auto-BGT
        • Real-time Security
        • Rebalancing
        • Strategies
    • 🐼Panda Factory
  • 🪙Tokenomics
    • Kodiak Pre-TGE Rewards
  • 🧠User Guide
    • Launch a Token Launch on Panda Factory
    • Trading on Panda Factory
    • Swap
    • Create a V2 Position
    • Create a V3 Position
    • Add/Stake Islands Liquidity
    • Migrating to a Reward Vault
    • Deploying new Permissonless Islands
    • Deploying and Configuring a Kodiak Farm
    • Add your token
  • Add Your Project to the Ecosystem
  • 👨‍💻Developers
    • 🐼Panda
      • Technical Integration Guide
      • Subgraph
        • Entity Reference
        • Query Guide
        • Advanced Usage Guide
      • Smart Contract Reference
        • Panda Factory
        • Panda Pool
        • Panda Token
      • Api
    • Farms
      • Technical Integration Guide
      • Smart Contract Reference
    • 🌴Kodiak Islands
      • Technical Integration Guide
        • Understanding Token Deposit Ratio
      • Subgraph
        • Entity Reference
        • Query Guide
        • Advanced Usage Guide
      • Smart Contract Reference
        • Kodiak Island Factory
        • Kodiak Island
        • Kodiak Island Router
      • Api
    • 💰Pricing with Subgraph
    • 💱Quotes
    • Backend
  • 🛡️SECURITY
    • 🔍Audits
    • Page
  • ℹ️Informational
    • 📜Terms of Use
    • 🔏Privacy Policy
    • TradingView Advanced License
Powered by GitBook
On this page
  • Step 1. Fork repository
  • Step 2. Create a new branch and make the changes
  • Step 3. Create pull request
  1. User Guide

Add your token

Add your token to the default list

PreviousDeploying and Configuring a Kodiak FarmNextAdd Your Project to the Ecosystem

Last updated 2 months ago

Note: The information on this page assumes that you are familiar with Git. If you are not, please familiarise yourself with Git first.

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

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

Step 1. Fork repository

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

Do not change the domain in logoURI!

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.

Push these changes

Step 3. Create pull request

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

🧠
repository
static-public repository