Valist Docs
  • Quick Start
    • 🌄Intro to Valist
      • 🎮Valist For Gamers
      • 👨‍💻Valist For Game Developers
    • 🚀Creating an Account & Project
    • 🌐Web Dashboard
    • 💎Sapphire Launcher
    • 💻CLI
    • 🧩GitHub Action
  • Publishing
    • 🌐Publishing Web Apps
      • Publishing a Next JS App
      • Publishing a React JS App
    • 🎮Publishing Unity Projects
    • 🚀Publishing using CI/CD
    • ⚙️Publishing Binaries & Executables
  • Monetization
    • 💰Intro to Software License NFTs
    • 💱Configuring Pricing for your Products
    • 🔐Token-gating Unity Projects
  • TypeScript SDK
    • TypeScript SDK
    • TypeDoc
  • Golang SDK
    • Golang SDK
  • Live Deployments
    • Smart Contracts
    • Subgraph
    • Gas Tank
Powered by GitBook
On this page
  1. Monetization

Intro to Software License NFTs

PreviousPublishing Binaries & ExecutablesNextConfiguring Pricing for your Products

Last updated 2 years ago

Hey there! Software License NFTs are a new and flexible primitive. We'd love your feedback on different ways Valist can improve the implementation, come share your thoughts in our Discord!

Valist helps developers monetize their projects, essentially making them products. The Valist SDK helps facilitate the price, royalties, supply, limit and NFT for products.

A project on Valist can be wrapped into an NFT and monetized. Owning a product's NFT means owning the product's license. At the moment, a project can support a single product. To release different editions, you will need to create different projects and configure their prices separately. This is beneficial to separate the token-gated content and payment configurations between the products.

Products support the following configurations:

  • Payment in MATIC and any ERC-20 token on the Polygon network

  • Setting supply limits for the product. This is great for special editions/releases.

  • Built-in Royalties to monetize secondary item sales.

You can use Valist to create a Software License NFT that enables you to directly monetize your game or software fairly.

The Software License NFT is an ERC1155 token that you can use as a token-gate, or in-app/game purchase.

Valist will facilitate creating the NFT contract, including setting a price, metadata, etc.

You can then embed a license check into your app/game by using the Valist SDK, or any other ERC1155-compatible token SDK or API. You can also directly call the contract yourself!

The Valist SDK also makes it easy to query balances, purchasing/minting Licenses, and fetching License metadata.

There is a 2.5% protocol fee to support the Valist project. There will be a 2.5% community contribution fee introduced to support public goods funding, as well as community funding for projects published on Valist. This will be controlled by the Valist community members with sufficient on-chain reputation (i.e., use of the protocol, past public goods funding history, etc).

For reference, the SoftwareLicense contract is deployed at the following addresses:

Polygon Mainnet: 0x3cE643dc61bb40bB0557316539f4A93016051b81 Polygon Mumbai: 0x3cE643dc61bb40bB0557316539f4A93016051b81

After creating a License, you can gate your software with it! Click next to learn how to create and configure a Software License NFT in your project 🚀

You can view the smart contract implementation .

💰
here
https://valist.io/discord