# \[Plasma]

{% tabs %}
{% tab title="0.9.0" %}
**Protocol Contracts** are "evergreen" contracts that govern and apply to all Term Repo contract deployments.

| Protocol Contract   | Implementation Address                                                                                                                      | Proxy Address                                                                                                                               |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| TermController      | [`0x53838E6d7713Cd59e1a01d97b52e412891430bA5`](https://plasmascan.to/address/0x53838E6d7713Cd59e1a01d97b52e412891430bA5/contract/9745/code) | [`0x979a799C25ccA57c44711A595919D795f3a90D25`](https://plasmascan.to/address/0x979a799C25ccA57c44711A595919D795f3a90D25/contract/9745/code) |
| TermEventEmitter    | [`0x5E3D24F4c7643B67156C07994F365eb1165C60B2`](https://plasmascan.to/address/0x5E3D24F4c7643B67156C07994F365eb1165C60B2/contract/9745/code) | [`0x99c5a92b435eA45054EB64FBceFec08910cbC151`](https://plasmascan.to/address/0x99c5a92b435eA45054EB64FBceFec08910cbC151/contract/9745/code) |
| TermPriceConsumerV3 | [`0xe46E6DDad84aBb0F87a1c2d8180aE1FB41a60031`](https://plasmascan.to/address/0xe46E6DDad84aBb0F87a1c2d8180aE1FB41a60031/contract/9745/code) | [`0x145e7813c5CEAB4c5FD5f3c4943b40d075F67Da9`](https://plasmascan.to/address/0x145e7813c5CEAB4c5FD5f3c4943b40d075F67Da9/contract/9745/code) |
| TermInitializer     | [`0x52b4c5908E8E033BD58A2F815973013B596D9005`](https://plasmascan.to/address/0x52b4c5908E8E033BD58A2F815973013B596D9005/contract/9745/code) | `NA`                                                                                                                                        |

**Auction Contracts** are "serially" deployed -- a new set of proxy contracts are deployed to facilitate each Term Auction. Implementations addresses are provided below. Specific proxy addresses can be found at [app.term.finance](https://app.term.finance/).

| Auction Contracts      | Implementation Address                                                                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| TermAuction            | [`0xC008EF0e4cE3C9315dA5b283f1b8864b0cB59C95`](https://plasmascan.to/address/0xC008EF0e4cE3C9315dA5b283f1b8864b0cB59C95/contract/9745/code) |
| TermAuctionBidLocker   | [`0x27DD7eAE348Ce9697dF8FBc048f021286525FE06`](https://plasmascan.to/address/0x27DD7eAE348Ce9697dF8FBc048f021286525FE06/contract/9745/code) |
| TermAuctionOfferLocker | [`0xacF9f886DA1A4D29F86e103957cA90c405828ef9`](https://plasmascan.to/address/0xacF9f886DA1A4D29F86e103957cA90c405828ef9/contract/9745/code) |

**Repo Contracts**, like Auction Contracts, are "serially" deployed -- each Term Repo is defined by a new set of Repo Contract proxy deployments. Implementations addresses are provided below. Specific proxy addresses can be found at [app.term.finance](https://app.term.finance/).

| Repo Contracts            | Implementation Address                                                                                                                      |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| TermRepoCollateralManager | [`0x67B6eB2bdAE054265E83c98C8e0d207013D6C7C1`](https://plasmascan.to/address/0x67B6eB2bdAE054265E83c98C8e0d207013D6C7C1/contract/9745/code) |
| TermRepoServicer          | [`0xeD0476D54bE38FC55Df0A6962D6b215508007d3c`](https://plasmascan.to/address/0xeD0476D54bE38FC55Df0A6962D6b215508007d3c/contract/9745/code) |
| TermRepoRolloverManager   | [`0xd9a00d2AE501278b78DeEA8991B4a3cb518c664E`](https://plasmascan.to/address/0xd9a00d2AE501278b78DeEA8991B4a3cb518c664E/contract/9745/code) |
| TermRepoLocker            | [`0xE1c243C71bb54F9947De85517A6Cc926459668ad`](https://plasmascan.to/address/0xE1c243C71bb54F9947De85517A6Cc926459668ad/contract/9745/code) |
| TermRepoToken             | [`0x3869550d5Ae1343110C0F8f062fbf24621e537d1`](https://plasmascan.to/address/0x3869550d5Ae1343110C0F8f062fbf24621e537d1/contract/9745/code) |

{% endtab %}
{% endtabs %}


---

# 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/plasma.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.
