> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peridotvault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Step 5 — On-chain Publishing

> Configure blockchain license parameters.

export const Image = ({src, alt}) => <img src={src} style={{
  borderRadius: 30,
  maxHeight: 500,
  objectFit: "cover",
  width: "100%",
  objectPosition: "top"
}} alt={alt} />;

PeridotVault publishes game licenses on-chain using the **PGC1 license standard**.

<Image src="images/5-op_1.png" alt="Onchain Form" />

***

## Network

Currently supported:

Base Sepolia Testnet

***

## Payment Token

Choose which token players will use to purchase your game.

Supported tokens:

* ETH
* USDC
* IDRX

***

## Max Supply

Defines the maximum number of licenses.

| Value  | Result           |
| ------ | ---------------- |
| 0      | Unlimited supply |
| Number | Fixed supply     |

<Warning>Once published, **Max Supply cannot be changed**.</Warning>

***

## Price

Enter the price using the selected token.

Example:

0.01 ETH

<Tip>Fill Price with 0 means Free</Tip>

***

## Release Date

Choose when the game becomes available to players.

Click **Save & Continue**.
