> For the complete documentation index, see [llms.txt](https://9inch.gitbook.io/9inch-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/pulsechain-contract-addresses.md).

# PulseChain Contract Addresses

Below you find a list of the contract addresses for the most important tokens and bridged assets between Ethereum and PulseChain.

They are cross referenced from <https://bridge.pulsechain.com/#/bridge>, PulseX and Uniswap. Always double check and verify before making a transaction.

This list is not final or in no way complete representation of whole PulseChain. In future there can be additional contracts added to the list, ie for other bridges etc.

<details>

<summary>Must Read: Stable coins, WETH &#x26; WBTC on PulseChain</summary>

Please note, as PulseChain is a fork of Ethereum, all of the tokens prior the fork have the same contract addresses on Ethereum and PulseChain. This being said, it is important to knowledge the value and functionality might not be the same on PulseChain, even though the contract exists there. Good example are the **forked** stable coins on PulseChain. They have the same contract address as their Ethereum counter part, but they **DO NOT** have redeemability. They might have speculative value, but not to be confused to be actual stable coins. This why one needs to be extra careful to use the **bridged** stable coins from Ethereum and their respective contract address. The same applies to wrapped ETH and wrapped BTC.

</details>

{% tabs %}
{% tab title="PulseChain" %}
Use these contracts to interact on PulseChain.

| Token              | Contract                                   |
| ------------------ | ------------------------------------------ |
| WPLS               | 0xA1077a294dDE1B09bB078844df40758a5D0f9a27 |
| PLSX               | 0x95B303987A60C71504D99Aa1b13B4DA07b0790ab |
| HEX                | 0x2b591e99afe9f32eaa6214f7b7629768c40eeb39 |
| HEX from Ethereum  | 0x57fde0a71132198BBeC939B98976993d8D89D225 |
| WETH from Ethereum | 0x02DcdD04e3F455D838cd1249292C58f3B79e3C3C |
| WBTC from Ethereum | 0xb17D901469B9208B17d916112988A3FeD19b5cA1 |
| DAI from Ethereum  | 0xefD766cCb38EaF1dfd701853BFCe31359239F305 |
| USDC from Ethereum | 0x15D38573d2feeb82e7ad5187aB8c1D52810B1f07 |
| USDT from Ethereum | 0x0Cb6F5a34ad42ec934882A05265A7d5F59b51A2f |
| {% endtab %}       |                                            |

{% tab title="Ethereum" %}
Use these contracts to interact on Ethereum.

| Token                | Contract                                   |
| -------------------- | ------------------------------------------ |
| WPLS from PulseChain | 0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A |
| PLSX from PulseChain | 0x4AC429A7cdf2b533E2c0cFF1b017F2c344E864e2 |
| HEX                  | 0x2b591e99afe9f32eaa6214f7b7629768c40eeb39 |
| HEX from PulseChain  | 0x46f6e9bbcce8638b20ebbc83d33a2b5bfa9b7894 |
| WETH                 | 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 |
| WBTC                 | 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599 |
| DAI                  | 0x6B175474E89094C44Da98b954EedeAC495271d0F |
| USDC                 | 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 |
| USDT                 | 0xdAC17F958D2ee523a2206206994597C13D831ec7 |
| {% endtab %}         |                                            |
| {% endtabs %}        |                                            |


---

# 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://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/pulsechain-contract-addresses.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.
