-
Notifications
You must be signed in to change notification settings - Fork 81
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
Feat: Pool Fees - Charge on Cash asset directly #1757
Comments
IIUC, these are more or less "one time" fees in that they can be removed once the USD limit is reached. If so, it doesn't make sense to couple them with a time component (e.g. yearly). Unforeseen issues:
|
Why? The limit is per period, but compounding over periods. So daily 50EUR would mean you can charge 250EUR after 5 days if you haven't charged anything in between.
Why do we need that? Charges are in pool currency? |
🙈 Weekend is calling, sorry.
Had to re-read the above text and noticed that I overread a few words in my initial rush such that I understood that they could be pre-charged without any bounds. However:
My question would be: Should these fees support completely flexible time bounds or is annually and potentially monthly sufficient? Moreover, do I understand correctly that these fees never reduce the reserve because of
|
Yes, flexible timebounds would be greatl Just to that we can make the interval based on the calendar - I think we get all if we allow to choose
|
yes |
Description
Currently, Issuers will often off-ramp the whole capital that is invested into a pool into their bank accounts as trading onchain is not yet possible. The capital is currently tracked in the
Cash
assets, assets that are valuated withCash
.Therefore, transaction fees related to offchain actions are directly payed from said bank account. Now, charging these fees with the current fee setup is hard, as issuers do not want to get reimbursed from the pool. They have already used the pool money for paying said fees. Rather they want to make a bookeeping entry that some capital was used for paying fees.
Research/based on
→ Create fee assets with target
Reserve
/CashAsset
→ Charging on
CashAsset
emitsPaid
event→ Uncharging on
CashAsset
emitsUnPaid
event?→ Needs to have a limit per time pased based on calender time
Additional Features
CashAsset
USD
- not compared relativ toNAV
How will this affect the code base
What are foreseen obstacles or hurdles to overcome?
The text was updated successfully, but these errors were encountered: