> For the complete documentation index, see [llms.txt](https://docs.valist.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valist.io/monetization/intro-to-software-license-nfts.md).

# Intro to Software License NFTs

{% hint style="info" %}
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! <https://valist.io/discord>
{% endhint %}

{% embed url="<https://youtu.be/_RqN0eeGQUQ>" %}

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

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.&#x20;

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

{% hint style="info" %}
For reference, the SoftwareLicense contract is deployed at the following addresses:<br>

Polygon Mainnet: `0x3cE643dc61bb40bB0557316539f4A93016051b81`\
Polygon Mumbai: `0x3cE643dc61bb40bB0557316539f4A93016051b81`
{% endhint %}

{% hint style="info" %}
You can view the smart contract implementation [here](https://github.com/valist-io/valist-contracts).
{% endhint %}

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 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.valist.io/monetization/intro-to-software-license-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
