> For the complete documentation index, see [llms.txt](https://docs.parifi.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parifi.org/technical-details/parifi-token-contracts.md).

# Parifi Token Contracts

This section provides a comprehensive list of all the token contract addresses used within our protocol, along with the specific blockchains they are deployed on.&#x20;

These addresses are essential for interacting with various components of Parifi

{% hint style="info" %}
**Note**: Please use the correct contract addresses and corresponding blockchain. Parifi is not responsible for any loss due to incorrect addresses or blockchain details.
{% endhint %}

#### Token Contract Addresses

In this section, you will find the addresses for the PRF token and the liquidity pool tokens.

<table><thead><tr><th width="166">Token Name</th><th width="170">Blockchain</th><th width="215">Address</th><th>Description</th></tr></thead><tbody><tr><td>PRF</td><td>Ethereum</td><td><a href="https://etherscan.io/token/0xCfFCFDAda28ab44D5440301470dCD410E75C4765">0xCfFCFDAda28ab44D5440301470dCD410E75C4765</a></td><td>PRF token on Ethereum</td></tr><tr><td>PRF</td><td>Arbitrum</td><td><a href="https://arbiscan.io/token/0x1310952bc5594852459ee45bfd0df70b34ac5509">0x1310952Bc5594852459Ee45bfD0df70b34Ac5509</a></td><td>PRF token on Arbitrum</td></tr><tr><td>PRF</td><td>Base</td><td><a href="https://basescan.org/token/0x431c248257c1d3897fea3b99eb8e2e4de008cbdf">0x431c248257c1d3897FeA3B99eb8e2e4De008cBDF</a></td><td>PRF token on Base</td></tr><tr><td>pfETH</td><td>Arbitrum</td><td></td><td>Vault token representing a share in the ETH liquidity pool</td></tr><tr><td>pfUSDC</td><td>Arbitrum</td><td></td><td>Vault token representing a share in the USD liquidity pool</td></tr></tbody></table>

#### Updates and Verification

Both the smart contract and token address lists are regularly updated to ensure accuracy.

#### Disclaimer

The provided smart contract addresses are for informational purposes only. Parifi is not responsible for any loss due to incorrect addresses or blockchain details used by users. Always double-check addresses, and blockchains, and perform transactions cautiously.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.parifi.org/technical-details/parifi-token-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
