# Deployed Contracts

As described in the [Upgradeability](/access-controls/further-details.md) section, Term Finance smart contracts are deployed following the UUPS Proxy Pattern. With proxy contracts, calls are delegated to "implementation contracts" where contract logic is stored. Below we provide links to tables detailing addresses to the implementation contracts deployed by the Protocol and a table mapping "releases" to these addresses across each chain on which Term is deployed. New features and upgrades are deployed and tagged to a new release.

{% content-ref url="/pages/ywXe9r130NoUC7vrjpHi" %}
[\[Ethereum\]](/deployed-contracts/deployed-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/Mb1zwY0QnlOa7PVCZiy2" %}
[\[Avalanche\]](/deployed-contracts/deployed-contracts-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/1ktRlvkHnLxYXeIBXj3g" %}
[\[Base\]](/deployed-contracts/deployed-contracts-1-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/qu6UnO1KaU3tSs4i1E9g" %}
[\[Binance Smart Chain\]](/deployed-contracts/deployed-contracts-1-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/dSuPjZ7SajP02BvhdB2m" %}
[\[Plasma\]](/deployed-contracts/plasma.md)
{% 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://developers.term.finance/deployed-contracts.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.
