Aave.

Bài viết

Chia sẻ kiến thức của bạn.

Aaveator.
Jan 24, 2023
Hỏi đáp Chuyên Gia

Aave v2 calculation of total number of tokens that can be borrowed on chain

Is it possible to calculate total number of tokens that can be borrowed on chain? (For Aave v2)

  • Borrow rate
  • Aave v2
0
1
Chia sẻ
Bình luận
.

Câu trả lời

1
Aaveator.
Jan 24 2023, 11:04

You can use protocol data provider for getReserveData and compute the available liquidity (total supplied - total debt). This is the max amount that can be drawn from the Aave pool.

Max amount a user can borrow depends on the collateral supplied. The limit is HF should not be <1 afterwards. You can use getUserAccountData method in pool to get user's total collateral and existing debt balance across all reserves https://docs.aave.com/developers/core-contracts/pool#getuserconfiguration and compute the max amount that can be drawn without dipping HF below 1.

This question might also help.

0
Bình luận
.

Bạn có biết câu trả lời không?

Hãy đăng nhập và chia sẻ nó.

Chúng tôi sử dụng cookie để đảm bảo bạn có trải nghiệm tốt nhất trên trang web của chúng tôi.
Thêm thông tin