I like this idea. I sure it will help the developer community greatly, which in turn will benefit the DAO.
AlexRLT Currently, only the owner can add/remove tokens, readers, or wrappers
I am guessing the owner
will also be able to update the contract. How do you suggest the DAO defines the owner
? Adding/removing tokens will be a weekly task. We can't have a vote every week to add a new RealTokens in an existing/new redear, can we ?
AlexRLT 🔍 Checks if each token is already listed via isListed()
📦 Attempts to add it to an existing reader if space is available
🏗️ If all readers are full ➜ automatically deploys a new Reader
🛡️ Prevents duplicates through internal filtering
I am very curious to see the implementation and gas cost (that the DAO will have to pay each time a new RealToken is sold by RealT if understood correctly) as it could very well be a blocking factor to deploy the solution to Ethereum.