AlphaCapture Protocol
  • Getting Started
    • Overview
    • Use Cases
  • Basic Concepts
    • Proof of Performance
      • Proof of Idea
      • Proof of Trade
    • Pricing
      • Stop Losses
      • Supported Assets
    • Access Control
    • zkSubscription
      • Marketplaces
    • Verification
    • FAQs
  • SDK Reference
    • Installation
    • Strategies
      • Retrieving Strategies
        • My Strategies
        • Accessible Strategies
        • All Strategies
        • Creator Strategies
      • Get Strategy (Signal)
      • Get Strategy (Rebalance)
        • Get Rebalances
        • Get Rebalance (Single)
        • Get Current Portfolio
    • Ideas
      • Retrieving Ideas
      • Creating Ideas
        • Proof of Idea
        • Proof of Trade
        • Estimated Costs
        • Asset Price Check
      • Adjusting Idea
      • Closing Ideas
        • Proof of Idea
        • Proof of Trade
      • Share of Token
      • Miscellaneous
  • D2 Execution
    • Overview
Powered by GitBook
On this page
  1. Basic Concepts

Access Control

PreviousSupported AssetsNextzkSubscription

Last updated 1 year ago

Investment Ideas are all created as NFTs (); access to the investment idea data is granted through share of token.

Granting 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

Access Control Lifecycle

The access control rules apply at different time during the lifetime of an Investment Idea:

  1. Open and encrypted Investment Ideas - only wallet owners who have been granted a share of token can access the decrypted idea details

  2. Open and decrypted Investment Ideas - if the creator has not chosen to encrypt the Investment Idea details, then Access Control rules do not apply

  3. 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.

  4. 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

SoulBound (SBT)

NFTs are all soulBound tokens - they can not be sold or transferred.

ERC-1155