> For the complete documentation index, see [llms.txt](https://docs.primefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primefi.xyz/reference/smart-contracts-addresses.md).

# Smart Contracts Addresses

PrimeFi v2 is deployed on three EVM chains, each with its own set of contracts. Pick the chain you want to inspect:

* [Base Network Deployment Addresses](/reference/smart-contracts-addresses/base-network-deployment-addresses.md) — chain id `8453`
* [HyperEVM Deployment Addresses](/reference/smart-contracts-addresses/hyperevm-deployment-addresses.md) — chain id `999`
* [XDC Network Deployment Addresses](/reference/smart-contracts-addresses/xdc-network-deployment-addresses.md) — chain id `50`

The PrimeFi app also surfaces a **v3** toggle that routes calls to **Fathom Lending** (a separate Aave v3 fork operated by Fathom Protocol on XDC). PrimeFi does not operate those contracts:

* [Fathom v3 (XDC) Deployment Addresses](/reference/smart-contracts-addresses/fathom-xdc-deployment-addresses.md) — chain id `50`, operator: Fathom Protocol
* See also: [Fathom v3 (XDC) overview](/v3-markets/fathom-v3.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.primefi.xyz/reference/smart-contracts-addresses.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.
