Comment on page
How to list a DeFi project
The majority of adapters on DefiLlama are contributed and maintained by their respective communities, with all changes being coordinated through the DefiLlama/DefiLlama-Adapters github repo.
Do you want to list a project on our yields or stablecoin dashboard? Check the following guides then:
If you'd like to list a DeFi project on DefiLlama:
- 1.
- 2.Add a new folder with the same name as the project to projects/.
- 3.
- 4.Make a Pull Request with the changes on your fork, to the main DefiLlama Adapters repo, with a brief explanation of what you changed.
- 5.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.
- 6.Once your PR has been merged, please give 24 hours for the front-end team to load your listing onto the UI.
- 7.If protocol is already listed and you want to add a new product/version, just make a new adapter and submit a PR. DefiLlama team will make the necessary changes afterwards (adding all protocols under a parent listing).
And adapter is just some code that:
- 1.Collects data on a protocol by calling some endpoints or making some blockchain calls
- 2.Computes the TVL of a protocol and returns it
You probably need to write an SDK adapter, for which you could use the following guide: