Reference: https://gov.unic.ly/t/activate-fees-for-new-utokens/31
Problem: There could be more built-in buy pressure for the UNIC token. At the moment, incentives for uToken creators is very high, and not enough value comes back to the UNIC token.
UNIC has:
On the other hand, most uTokens trade at a market cap premium compared to the underlying NFTs in each collection. Creators can:
Solution: We can activate the uToken issuance fee using the setFeeToo function on UnicFactory. This causes 0.5% of all new uTokens minted to go to a fee address (e.g. if Bob issues 1M uBOB then 5K uBOB is collected by the fee address). The fee address can be a smart contract that starts vesting the uToken once liquidity is added for it. All uTokens vested by the smart contract can be swapped into UNIC on the market. The UNIC can be distributed to xUNIC holders, increasing APR for xUNIC.
Steps to implement: Deploy the UnicVester contract, already written by Unicly devs, onto mainnet unicly-core/UnicVester.sol at main · uniclyNFT/unicly-core · GitHub Vote to activate the fees and set it so that the fees route to the UnicVester contract. Also vote on the default vesting period (100 days?)
Costs: Developers have built the smart contract already. Community developers are currently auditing it.