# Manifold

When releasing NFTs with Manifold, you can set a royalty rate and a specific address to receive those royalties. You can decide to do that at a Collection level or at a Token (NFT) level, so that if you have different collaborators for different Tokens, you can have different Revenue Paths for each of them.

**For Collections:** Go to the “Settings” tab, then enter the Path Address & royalty rate under “Default Royalties”

**For Tokens:** Click on the “Token” Tab, then on the Three Dots (menu) on the Token. You can then select “Set Token Royalties” and enter the Path Address & royalty rate for that specific Token.

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

Learn more in the [Manifold documentation](https://docs.manifold.xyz/v/manifold-studio/deploying-contracts/royalties)


---

# Agent Instructions: 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:

```
GET https://docs.r3vl.xyz/reveel-protocol-v2-documentation/nft-marketplace-integrations/manifold.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
