> ## 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 6 — Review & Publish

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

Before publishing, review all settings.

<Image src="images/6-rp_1.png" alt="Publishing Form" />

Check the following:

• Game metadata\
• Media assets\
• Build versions\
• Blockchain configuration

If everything is correct, click:

**Publish Game**

***

## Final Step

Your wallet will prompt you to:

1. Pay the publishing fee
2. Sign the blockchain transaction

Once confirmed, your game will be published on **PeridotVault**.

<Tip>
  Publishing may take a few seconds while the transaction is confirmed on-chain.
</Tip>
