# Addresses

{% hint style="warning" %}
NativeRouter V1 and V2 is deprecated and no longer recommended.
{% endhint %}

### Ethereum Mainnet <a href="#ethereum-mainnet" id="ethereum-mainnet"></a>

<table><thead><tr><th width="257">Contract</th><th>Address</th></tr></thead><tbody><tr><td>NativeRouter V4</td><td>0x8a2ddc0461Fcf96F81a05529Bed540d4f1eb2a00</td></tr><tr><td>NativeRouter V3</td><td>0xa540ec8C73322200d68E1B86c471A5C850854f22</td></tr><tr><td>CreditVault</td><td>0xe3D41d19564922C9952f692C5Dd0563030f5f2EF</td></tr><tr><td>NativeBridge</td><td>0xceBFC5dFBD5CE21694fe2ACefa63aD6f828831d2</td></tr></tbody></table>

### BNB Smart Chain

<table><thead><tr><th width="257">Contract</th><th>Address</th></tr></thead><tbody><tr><td>NativeRouter V4</td><td>0xF064b069Ed18Eb5c61159247C55C5af79B28a968</td></tr><tr><td>NativeRouter V3</td><td>0x0f9f2366C6157F2aCD3C2bFA45Cd9031c152D2Cf</td></tr><tr><td>CreditVault</td><td>0xBA8dB0CAf781cAc69b6acf6C848aC148264Cc05d</td></tr><tr><td>NativeBridge</td><td>0x5B933868f5e710070b146213ED2Cd71628E465C1</td></tr></tbody></table>

### Arbitrum

<table><thead><tr><th width="257">Contract</th><th>Address</th></tr></thead><tbody><tr><td>NativeRouter V4</td><td>0x0FC85a171bD0b53BF0bBace74F04B66170Ae3eAb</td></tr><tr><td>NativeRouter V3</td><td>0x7d1c4889DF6113B3e4581a8c0484374bdeC3341B</td></tr><tr><td>CreditVault</td><td>0xbA1cf8A63227b46575AF823BEB4d83D1025eff09</td></tr><tr><td>NativeBridge</td><td>0x5E65CEa5473fC8977e4DfDe940B2A99a439181cA</td></tr></tbody></table>

### Base

<table><thead><tr><th width="257">Contract</th><th>Address</th></tr></thead><tbody><tr><td>NativeRouter V4</td><td>0xaEC634d949df14Be76dC317504C7b9a6a8A5f576</td></tr><tr><td>NativeRouter V3</td><td>0xd547727b926648Af3F31DbB89E3B93E49F78dCb8</td></tr><tr><td>CreditVault</td><td>0x74a4Cd023e5AfB88369E3f22b02440F2614a1367</td></tr><tr><td>NativeBridge</td><td>0xA11f7CdE7402093FF4D24A91FD8cdcc8AA0c96A8</td></tr></tbody></table>

{% hint style="warning" %}

### ⚖️ License and Copyright

**© 2026 Native Finance. All rights reserved.**

All source code, architecture, and logic contained within this repository are the exclusive intellectual property ("Native Property") of Native Finance.

The code has been published publicly **strictly for the purposes of transparency, public review, and on-chain verification**.

Please be aware that all published contracts are **UNLICENSED**. You are legally prohibited from:

* Copying, reproducing, or forking this code (in whole or in part).
* Modifying or creating derivative works.
* Redeploying this contract or its logic for commercial, personal, or competitive use.

Any unauthorized use, distribution, or deployment is strictly prohibited and will be subject to legal action. If you wish to request permission for specific use cases, please contact Native team.
{% endhint %}


---

# 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.native.org/native-dev/resources/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.
