added more gov params
This commit is contained in:
parent
9f03bd9f5d
commit
dbc23802d2
4 changed files with 32 additions and 16 deletions
|
|
@ -112,15 +112,7 @@ address: 0xCc7467616bBDB574D04C7e9d2B0982c59F33D43c
|
|||
## References
|
||||
|
||||
- take percentage math from here: https://github.com/attestate/libharberger/tree/master
|
||||
- implement this ERC for Harb: https://eips.ethereum.org/EIPS/eip-4907
|
||||
- TaxHouse contract - erc721 owner - 20% of supply
|
||||
- implement auction model with tax
|
||||
- instrument holder is user in ERC4907
|
||||
- 5% of supply founder and influencers
|
||||
- direct ERC721 ownernership
|
||||
- add this function: https://github.com/721labs/partial-common-ownership/blob/3e7713bc60b6bb2e103320036ec5aeaaaceb7d2b/contracts/token/modules/Taxation.sol#L260
|
||||
- address this issue: "Seems like an owner could always frontrun buy attempts by increasing the valuation by one wei."
|
||||
- rename TAX_FLOOR_DURATION to cooldown?
|
||||
- limit discovery position growth to max_issuance / day
|
||||
|
||||
open features:
|
||||
|
|
@ -147,11 +139,11 @@ open features:
|
|||
- mint - limit supply to 2^96?
|
||||
- Stake
|
||||
- what if someone calls payTax and exitPosition in the same transaction?
|
||||
-
|
||||
- LiquidityManager
|
||||
|
||||
- LiquidityManager
|
||||
- what to do with stuck funds if slide/shift become inoperable?
|
||||
- _isPriceStable - // Handle try catch, possibly by trying with a different time interval or providing a default response
|
||||
- make slide and shift one function
|
||||
- _isPriceStable - // Handle try catch, possibly by trying with a different time interval or providing a default response\
|
||||
- test wraparound of vwap
|
||||
|
||||
|
||||
- NFT support of etherscan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue