# Protocol Comparison

<table><thead><tr><th width="193.77734375"></th><th>Morpho Blue</th><th>Aave V3</th></tr></thead><tbody><tr><td>Market Structure</td><td>Isolated pairs</td><td>Pooled reserves</td></tr><tr><td>Transaction Pattern</td><td>Bundler (prerequisites + core tx)</td><td>Single transaction</td></tr><tr><td>Approval Handling</td><td>Bundled via <code>requirements</code> array</td><td>Managed separately by integrator</td></tr><tr><td>Interest Rates</td><td>Set by market parameters</td><td>Dynamic, pool-governed</td></tr><tr><td>Best For</td><td>Targeted exposure to specific pairs</td><td>Broad lending/borrowing with established liquidity</td></tr></tbody></table>

Both protocols are accessible through the same `CityLendingClient` instance. Integrators can mix and match across Morpho Blue and Aave V3 within the same application without needing separate client configurations.


---

# 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://city-protocol.gitbook.io/docs/neofinance-as-a-service/lending-and-borrowing-module/protocol-comparison.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.
