Core
pylon-protocol/core contracts define Pylon interest redirection logic, of which:
any UST deposited to the
Poolcontract is deposited to Anchor, and returned aUST from resulting contracts is held by this contract.the
Poolcontract returns DP tokens (Deposit Provider tokens) instead, which are pegged 1:1 to UST.the
Poolcontract queries newexchange_rateparameters from Anchor, and uses this information to calculate how much UST should be returned for DP token redemptions and interest redirection, respectively.exchange_ratefollows avirtual exchange rateparameter calculated by theExchange Ratecontract, which charges a 10% fee for all generated interest.collected fees are sent to the
pylon-protocol/token/collectorcontract to be used for MINE buybacks for MINE governance stakers.
Last updated
Was this helpful?