Access Control
Last updated
Last updated
Investment Ideas are all created as NFTs (); access to the investment idea data is granted through share of token.
On creation of an Investment Idea (all types), an array of wallet addresses can be passed. Each address will be granted a share of the token.
Post creation; after the Investment Idea has already been created, a new wallet address can be granted access by calling the SDK method
The access control rules apply at different time during the lifetime of an Investment Idea:
Open and encrypted Investment Ideas - only wallet owners who have been granted a share of token can access the decrypted idea details
Open and decrypted Investment Ideas - if the creator has not chosen to encrypt the Investment Idea details, then Access Control rules do not apply
Closed and decrypted Investment Ideas - by default, when an Investment Idea is closed, the details are not encrypted. This transparency allows anyone to verify the Investment Idea performance. Access Control rules do not apply.
Closed and encrypted Investment Ideas - if the creator opts to encrypt the Investment Idea closure, then only wallet owners who have been granted a share of token can access the decrypted idea details
NFTs are all soulBound tokens - they can not be sold or transferred.