# Mutable Revenue Paths

During creation of a revenue path, you may choose to create an immutable or mutable revenue path. A mutable revenue path allows the path manager to add tiers and update existing tiers in the revenue path at any time.

{% hint style="warning" %}
Mutable revenue paths require trusting the [path manager](/reveel-protocol-v2-documentation/protocol-concepts/path-manager.md). The revenue distribution can be updated by the path manager.
{% endhint %}


---

# 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/protocol-concepts/mutable-revenue-paths.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.
