Collection settings

Status: in development

Getting started

vSelf aims for flexibility in the NFT collection toolkit. The NFT collection constructor will have a list of collection settings. It will help users to set up NFT collections suitable to their needs and use cases.

Collection settings

  • Sign-in requirement: on/off

    Indicates whether users are required to sign in to claim rewards.

  • Transferability: transferable/non-transferable Shows if the NFT reward can be transferred to a different NEAR account.

  • Total number of NFTs: limited (n) /unlimited Restriction for the total number of distributed NFTs from the collection.

  • Management type: business/individual Business collections are grouped by the owner in the list of collections; all the individual collections are put into a single list.

  • Privacy type: public/ private "Public" type means that anyone is able to claim rewards from the collection. "Private" type allows only users from the selected list to claim rewards. The list of approved users is constructed from members of some community. One can learn about vSelf community management here.

  • Access type: open/ limited Collection can be freely distributed or strictly controlled by the owner.

  • Achievements: set of activity configs Pre-defined conditions for achievements based on the user history of rewards ( more information about achievements can be found here).

  • Ambassadors permission: on/ off Collection rewards can be distributed with a special mark of the ambassador's wallet.

Current stage

  • Sign in requirement setting is ready to use NEAR-based version and unavailable for Camino-based one.

  • Transferability can be chosen for NEAR-based version, and for Camino all the collections always consist of SBTs (non-transferable NFTs).

  • Number of minted NFTs is unlimited for both versions.

  • Business & individual collection setting is in development. All the collections are shown separately in the web application. To add your collection to the mobile application for NEAR-based version, one should contact us at info@vself.app.

  • All the collections are public for both versions.

  • Achievements mechanics are in the testing mode for now. One can contact us at info@vself.app and provide achievement & activity config for NEAR-based version.

  • Ambassadors permission option is almost ready for both versions and will be available very soon.

Last updated