Skip to content

Add Echo LSD/Strategy fees #3527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

treeoflife2
Copy link
Member

@llamabutler
Copy link

The echo-lsd adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts fees echo-lsd

🦙 Running ECHO-LSD adapter 🦙
---------------------------------------------------
Start Date:	Mon, 23 Jun 2025 10:50:51 GMT
End Date:	Tue, 24 Jun 2025 10:50:51 GMT
---------------------------------------------------

[Error: Request failed with status code 403] {
  url: 'https://vault.echo-protocol.xyz/external/v1/defillama/get_fee_revenue?type=lsd&startTimestamp=1750675850&endTimestamp=1750762251',
  method: 'GET',
  axiosError: 'Forbidden',
  chain: 'aptos'
}

@llamabutler
Copy link

The echo-strategy adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts fees echo-strategy

🦙 Running ECHO-STRATEGY adapter 🦙
---------------------------------------------------
Start Date:	Mon, 23 Jun 2025 10:50:53 GMT
End Date:	Tue, 24 Jun 2025 10:50:53 GMT
---------------------------------------------------

[Error: Request failed with status code 403] {
  url: 'https://vault.echo-protocol.xyz/external/v1/defillama/get_fee_revenue?type=strategy&startTimestamp=1750675852&endTimestamp=1750762253',
  method: 'GET',
  axiosError: 'Forbidden',
  chain: 'aptos'
}

@treeoflife2
Copy link
Member Author

@Yaron1902 can you validate if the fee and revenue are correct, as dailyfee, dailyrevenue, dailyprotocolrevenue are same, which looks wrong, as per these definitions https://docs.llama.fi/list-your-project/other-dashboards#core-dimensions
dailyProtocolRevenue is what protocol earns and goes to treasury

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants