DeFi Llama
  • List your project
    • DefiLlama and our methodology
    • How to list a DeFi project
    • How to add a new Blockchain
    • How to write an SDK adapter
    • Functions we've written so you don't have to
      • Staking and Pool2
      • Fork helpers
      • General EVM contract calls
    • What to include as TVL?
    • How to update a project
    • How to write dimensions adapters
    • Emissions dashboard
      • Protocol Files
      • Emission Sections
      • Testing
    • Oracles TVS
  • analysts
    • Data Definitions
    • Custom columns
  • Chainlist
    • How to change Ethereum's RPC
    • Add a new RPC endpoint
  • FAQs
    • Frequently Asked Questions
  • Coin Prices API
  • Pricing
Powered by GitBook
On this page
  • Example
  • Format
  • How To Contribute Your Code

Was this helpful?

  1. List your project

Emissions dashboard

How to add your favourite projects token emission schedules to DefiLlama

PreviousHow to write dimensions adaptersNextProtocol Files

Last updated 1 year ago

Was this helpful?

Example

Throughout the pages in this guide we will refer to the .

Format

Once a day we run all of the protocol files in the emissions adapters repo (listed in protocols/index.ts ). Protocol files give us a schedule and metadata for a specified token.

When adding a new emissions schedule to DefiLlama, it's vital to test your code before you submit it. If your code doesn't produce an expected result it won't be accepted, so please read the .

How To Contribute Your Code

Just like for TVL adapters, if you'd like to add an emissions schedule to DefiLlama:

  1. Fork the (button towards the top right of the repo page).

  2. Add a new to protocols/ .

  3. Make a Pull Request with the changes on your fork, to the main DefiLlama emissions-adapters repo, with a brief explanation of what you changed.

  4. Wait for someone to either comment on or merge your Pull Request. There is no need to ask for someone to check your PR as there a monitored regularly.

  5. Once your PR has been merged, please give 24 hours for the team to load your listing onto the UI.

prayge
Liquity emissions adapter
Testing section
emissions-adapters repo
protocol file