> 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/configuring-pricing-for-your-products.md).

# Configuring Pricing for your Products

{% hint style="success" %}
The Pricing & Product features are evolving quickly! Expect frequent feature enhancements and interface changes 🚀
{% endhint %}

To configure your Software License NFT products, navigate to your Valist Project and click on the `Pricing` button:

<figure><img src="/files/WjODQ8iwg8k6NPyJJcMT" alt=""><figcaption></figcaption></figure>

This will take you to a page with 3 sections: `Pricing`, `Royalty`, and `Withdraw`:

<figure><img src="/files/3JEAsBLWAoF11XddJF9w" alt=""><figcaption></figcaption></figure>

### Pricing

The `Pricing` tab has a few different options for you to manage your product.&#x20;

#### Max License Limits

The first option you will see is the `Max License Limit` -- this value allows you to set a max supply for the Software License NFT you're creating. By default, this is `0`, or unlimited.

#### Adding Payment Currencies

By clicking the `Add Currency` button, you will be able to enable various supported ERC20-tokens on the Polygon network.

This list is provided as a convenient, verified list, but custom tokens are also supported! This is especially useful if you have an in-game currency, or protocol token.

<figure><img src="/files/fouQaj7KLEdERBgUED2m" alt=""><figcaption><p>Add ERC20 tokens as payment methods for your Software License NFT</p></figcaption></figure>

Once you add the tokens you wish to accept as payments, you will see them appear in the list:

<figure><img src="/files/HynR88I89FvmZVzbGqBP" alt=""><figcaption><p>Example pricing configured to accept $20 as payment in 3 different USD stablecoins</p></figcaption></figure>

You can then individual set each token price. This will automatically enable these currencies in the Checkout flow!

### Royalties

The `Royalty` tab allows you to configure resale royalty settings for your Product.

<figure><img src="/files/03wdwFcxSLon3rcgP2bv" alt=""><figcaption></figcaption></figure>

Once you configure this, your Software License NFT will comply with the [ERC-2981 Royalty Standard](https://eips.ethereum.org/EIPS/eip-2981) -- so any supported marketplaces like Valist and OpenSea will respect the standard!

{% embed url="<https://eips.ethereum.org/EIPS/eip-2981>" %}

### Withdrawing Funds

The `Withdraw` tab shows your token balances across your accepted payment currencies, and enables you to withdraw a specific amount like so:

<figure><img src="/files/z1CbxcMMxwA12ggOgL5e" alt=""><figcaption></figcaption></figure>

The funds are stored in the Software License NFT contract, and **any Valist Account admin** can trigger this function call, so be mindful who you give access!


---

# 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/configuring-pricing-for-your-products.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.
