Skip to content

Conversation

@linkielink
Copy link
Contributor

This PR adds the Amber Finance TVL Adapter.
Related PRs:
DefiLlama/defillama-server#10529
DefiLlama/icons#2248

Name (to be shown on DefiLlama):

Amber Finance

Twitter Link:

https://x.com/amberfi_io

List of audit links if any:

Contracts are Forked from Mars Protocol (same contributors)
https://github.com/mars-protocol/mars-audits/tree/main/red-bank/halborn
https://github.com/mars-protocol/mars-audits/tree/main/red-bank/oak

Website Link:

https://amberfi.io

Logo (High resolution, will be shown with rounded borders):

amber-finance

Current TVL:

(App is in closed Beta right now and will publicly launch mid/end September 2025)
$132.81

Treasury Addresses (if the protocol has treasury)

https://daodao.zone/dao/neutron1ld67026gdnq4x2uyddhcdrtesxh0sypummyv9hsslm8es8yej8fqct70qj/treasury

Chain:

Neutron (neutron-1)

Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed):
Coinmarketcap ID (so your TVL can appear on Coinmarketcap, leave empty if not listed):
Short Description (to be shown on DefiLlama):

Amber Finance is a credit protocol enabling borrowing and lending Bitcoin Related Tokens (BRTs) on Neutron. Deposit BRTs to earn yield, swap between tokens, deploy leverage strategies with up to 10x leverage, and track your positions performance with real-time analytics.

Token address and ticker if any:
Category (full list at https://defillama.com/categories) *Please choose only one:

credit protocol

Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.):

Pyth and Slinky

Implementation Details: Briefly describe how the oracle is integrated into your project:

Token Prices are fetched from Pyth. If they are not listed as a Pyth feed, they get pulled form the on-chain oracle Slinky

Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:

https://docs.amberfi.io

forkedFrom (Does your project originate from another project):

https://marsprotocol.io (same group of contributors)

methodology (what is being counted as tvl, how is tvl being calculated):

Deposited token amount minus borrowed token amount of each asset

Github org/user (Optional, if your code is open source, we can track activity):

https://github.com/Amber-Finance

@llamabutler
Copy link

The adapter at projects/amber-finance exports TVL:

neutron                   48

total                    47.85650688 

module.exports = {
timetravel: false,
methodology: "Sum token balances by querying the total deposit amount for each asset from the market stats api.",
neutron: { tvl },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please export borrowed amounts here as borrowed and available liquidity as tvl

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@waynebruce0x waynebruce0x self-assigned this Sep 1, 2025
@llamabutler
Copy link

The adapter at projects/amber-finance exports TVL:

neutron                   48

total                    48.40902976 

@llamabutler
Copy link

The adapter at projects/amber-finance exports TVL:

neutron                   48
neutron-borrowed          0
borrowed                  0

total                    47.86576704 

@waynebruce0x waynebruce0x merged commit f58d7de into DefiLlama:main Sep 1, 2025
1 check passed
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.

3 participants