💳
Membership Passes
Deploy NFTs with a flexible data standard that your developers, and other projects can actually use and build on.
With our Dynamic NFT smart contract "DNA" feature, you can add specific data types and fields such as:
- Member ID (
memberId
)- Number - Status / Tier (
tier
)- String List (e.g. Bronze, Silver, Gold...) - Time Last Transferred (
timeLastTransferred)
- Timestamp
And you can update the NFT image to match the data:
-->


- 1.Data is stored in compressed binary format
- 2.Data is on-chain, with the data schema, images, and non-critical data off-chain
- 3.Open-source code for reading, translating, and rendering the NFT, without any centralized endpoint.
- 4.Upgradeable smart contracts by default allow you to update permissions, tweak your collection rules, and add features, until you are fully ready to go decentralized and revoke your admin permissions.
A Dynamic NFT with the
tier
of the member is an example of having data of executable value on-chain, which allows other smart contracts and projects to create promotions that are limited to only members of a certain tier or higher.
Last modified 2mo ago