# Contract Addresses

{% hint style="info" %}
&#x20;For upgradable contracts, you need to make calls via the Proxy address.
{% endhint %}

## PulseChain **Mainnet**

For details on each contract copy and paste the desired contract address below into the search bar of the [**PulseChain Mainnet Block Explorer**](https://scan.pulsechain.com/)**.**

**Token**

* FETCH:[ ](https://scan.v4.testnet.pulsechain.com/#/address/0xe5284f722a509659ec70aa236BA08E10B263bCB2)`0xe39B70c9978E4232140d148Ad3C0b08f4A42220D`

**Oracle**

* &#x20;Proxy:`0xCe9DEa26eB6bEaEc73CFf3BACdF3F9e42BB89951`

**Governace**

* Proxy: `0xC0da79edcb7b23a213003BC75f431EbBba624604`

**AutoPay**

* Proxy: `0x828C91405bB7d66949Ee24431625eb57fbe591f4`&#x20;

## PulseChain **Testnet (V4)**

**Token**

* [FETCH](https://scan.v4.testnet.pulsechain.com/#/address/0xC0573e2Fc47B26fb05097a553BBfcf0166bada0A?tab=contract):[ ](https://scan.v4.testnet.pulsechain.com/#/address/0xe5284f722a509659ec70aa236BA08E10B263bCB2)`0xC0573e2Fc47B26fb05097a553BBfcf0166bada0A`

**Oracle**

* [Proxy](https://scan.v4.testnet.pulsechain.com/#/address/0xe5284f722a509659ec70aa236BA08E10B263bCB2): `0xe5284f722a509659ec70aa236BA08E10B263bCB2`&#x20;

**Governace**

* [Proxy](https://scan.v4.testnet.pulsechain.com/#/address/0x0E0a138BF9B4C222Fdab75CC928EF8755DE79B06): `0x0E0a138BF9B4C222Fdab75CC928EF8755DE79B06`

**AutoPay**

* [Proxy](https://scan.v4.testnet.pulsechain.com/#/address/0xa2B568c4C101522DB20C4B2BAa2E6eD55b9Df6DF): `0xa2B568c4C101522DB20C4B2BAa2E6eD55b9Df6DF`


---

# 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://docs.fetchoracle.com/the-basics/contract-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.
