# Changes needed for market maker quote on Aqua inventory

### For the MM using `/firm-quote` + `/sign-quote`

1. firm-quote request from Native: there will be an additional param: `availableAquaBalance`
2. firm-quote response from MM: MM should indicate if it wants to use Aqua inventory to fill this trade with the field `isUsingAqua: true` in the body
3. sign-quote: Native will update the buyer address. If not using Aqua, the address will be the MM dedicated pool (filling with MM's own inventory). If using Aqua, the address will be the Aqua pool address. MM can validate the pool address before signing the quote. Note that while signing, verifying contract address should also be updated accordingly.&#x20;

### For the MM using `/firm-sign-quote`&#x20;

1. request from Native: there will be an additional param: `availableAquaBalance`
2. response from MM: MM should indicate if it wants to use Aqua inventory to fill this trade. Should update the buyer address to MM's dedicated pool (if using own inventory) or Aqua pool (if using Aqua inventory) also with the field `isUsingAqua: true` in the body. Note that while signing, verifying contract address should also be updated accordingly.&#x20;


---

# 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.native.org/aqua/integration/market-makers-rfq-providers/changes-needed-for-market-maker-quote-on-aqua-inventory.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.
