# FAQ

<details>

<summary>How do I split between multiple receiver addresses?</summary>

If you’re looking to split the primary sale among multiple addresses and only see a single input address as the receive wallet, we recommend using a tool like [0xSplits](https://www.0xsplits.xyz/). (0xSplits is an easy way to split on-chain payments by generating a single receiver address for multiple wallets) &#x20;

</details>

<details>

<summary>Where is the ETH from my Claim Page after a user mints?</summary>

ETH is paid out during every purchase.\
\
To see this, please check your internal transactions in Etherscan. Here you'll find a list of transactions that may not appear in your Metamask window.

</details>

<details>

<summary>Does Props Gratis support ERC721A?</summary>

Yes.

</details>


---

# 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.props.app/faq.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.
