# All Possible Royalty Scenarios

As royalties are done on a best effort basis, there are a couple of special cases we have to handle

<table><thead><tr><th width="232">royaltyNumerator is set</th><th width="147">ERC2981 is set</th><th width="234">receiver is set in ERC2981</th><th width="255">royaltyRecipientFallback is set</th><th width="223">What happens to Royalties</th></tr></thead><tbody><tr><td>Non-zero</td><td>Yes</td><td>Yes</td><td>N/A</td><td>Sent to ERC2981 Receiver</td></tr><tr><td>Non-zero</td><td>No</td><td>N/A</td><td>Yes</td><td>Sent to the royaltyRecipientFallback</td></tr><tr><td>Non-zero</td><td>Yes</td><td>No</td><td>Yes</td><td>Sent to the royaltyRecipientFallback</td></tr><tr><td>Non-zero</td><td>Yes</td><td>No</td><td>No</td><td>Sent to the pool</td></tr><tr><td>Non-zero</td><td>No</td><td>N/A</td><td>No</td><td>We don’t allow this configuration</td></tr><tr><td>Zero</td><td>N/A</td><td>N/A</td><td>N/A</td><td>No royalties</td></tr></tbody></table>

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


---

# 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.collection.xyz/guides/technical-reference/royalties/all-possible-royalty-scenarios.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.
