You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the yield server aggregates pools from various categories, such as variable-rate lending pools, fixed-rate lending protocols, and others. This results in a lack of clarity for users, as comparing pools with fundamentally different structures is mixing apples and oranges.
While users can theoretically do their own research to understand the differences between these pools, this is unrealistic as the DeFi ecosystem grows in complexity.
To address this limitation, we propose including richer metadata about pools so they can analyze and compare them more effectively on the frontend.
Proposed solution
Introduce an optional type field to the Pool struct to categorize pools based on their characteristics. This will enable better comparison of similar pools across different protocols and facilitate more informed user decisions.
Introduce an optional duration field to the Pool struct to better reflect the yield of fixed-rate protocols, which is currently impossible to do with the aggregated basket
Motivation
Currently, the yield server aggregates pools from various categories, such as variable-rate lending pools, fixed-rate lending protocols, and others. This results in a lack of clarity for users, as comparing pools with fundamentally different structures is mixing apples and oranges.
While users can theoretically do their own research to understand the differences between these pools, this is unrealistic as the DeFi ecosystem grows in complexity.
The filters available on https://swap.defillama.com/?tab=earn are not enough to help users through the decision-making process.
To address this limitation, we propose including richer metadata about pools so they can analyze and compare them more effectively on the frontend.
Proposed solution
type
field to thePool
struct to categorize pools based on their characteristics. This will enable better comparison of similar pools across different protocols and facilitate more informed user decisions.duration
field to thePool
struct to better reflect the yield of fixed-rate protocols, which is currently impossible to do with the aggregated basketThis could be used by fixed-rate lending protocols such as @SizeCredit to convey fixed-rate APYs for different durations/tenors/maturities
The text was updated successfully, but these errors were encountered: