# Contract Integration with NAVI

To interact with the **NAVI Protocol**, external contracts must use a specific mechanism called the **Account Cap**. This mechanism allows contracts to seamlessly integrate with NAVI’s ecosystem, enabling operations such as supplying and borrowing assets, checking rewards, and more.

#### Key Interaction Components:

* **Account Cap**:\
  The Account Cap is a **non-fungible token (NFT)** that serves as a key, granting external contracts the ability to interact with NAVI’s smart contracts. It must be stored within the external contract as a wrapped object and passed into relevant functions (e.g., supplying tokens) for transactions to occur.
* **Oracle Update**:\
  Oracle data ensures that NAVI maintains accurate and up-to-date asset prices, which are critical for external contracts to perform correct valuations and liquidations.

By using the Account Cap, external contracts can fully access and interact with NAVI’s core functionalities, allowing them to participate in and benefit from NAVI's lending, borrowing, and reward systems. The **contract integration** page provides detailed guidance for writing logic in smart contracts.

{% content-ref url="contract-integration-with-navi/retrieve-pools-info-inside-contract" %}
[retrieve-pools-info-inside-contract](https://naviprotocol.gitbook.io/navi-protocol-developer-docs/contract-integration-with-navi/retrieve-pools-info-inside-contract)
{% endcontent-ref %}

{% content-ref url="contract-integration-with-navi/integration-with-account-cap" %}
[integration-with-account-cap](https://naviprotocol.gitbook.io/navi-protocol-developer-docs/contract-integration-with-navi/integration-with-account-cap)
{% endcontent-ref %}

{% content-ref url="contract-integration-with-navi/demo" %}
[demo](https://naviprotocol.gitbook.io/navi-protocol-developer-docs/contract-integration-with-navi/demo)
{% endcontent-ref %}


---

# 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://naviprotocol.gitbook.io/navi-protocol-developer-docs/contract-integration-with-navi.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.
