How to update a project
Update project metadata (name, description, logo...)
Fill this form: https://forms.defillama.com/metadata-update
Update TVL
If you'd like to update the code used to calculate the TVL of a DeFi project already listed on DefiLlama:
Fork the Adapters repo (button towards the top right of the repo page).
Make your changes to the fork (generally easiest by cloning your new fork into a desktop IDE).
Make a Pull Request from your fork, to the main DefiLlama Adapters repo, with a brief explanation of what you changed.
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 they are monitored regularly.
Events
If you'd like to update or add an Event to a DeFi project listed on DefiLlama:
Same as steps 1 & 2 above, fork the Adapters repo (button towards the top right of the repo page) so that you can make your changes.
Add a "hallmarks" export to module.exports and add your hallmark as an array inside of an array (i.e. hallmarks: [["2025-05-29", "what happened"]]. You can add more by separating the inner arrays with a comma(","). View an example of hallmark entries here. The dates must follow the YYYY-MM-DD standard.
Once you have added the Hallmarks make a Pull Request from your fork, to the main DefiLlama Adapters repo, with a brief explanation of what you changed.
Hallmarks is not for adding any product development but instead its meant to explain changes in TVL. Only add events that had an impact on the TVL of a project.
Wait for someone to either comment on or merge your Pull Request. There is no need to ask for someone to check your PR.
Last updated
Was this helpful?