# Arbitrum

## Arbitrum One

### Front-end

<https://app.double2win.xyz/>

### Capital Types

The following tokens are configured as Capital Types:

* USDC: [0xaf88d065e77c8cC2239327C5EDb3A432268e5831](https://arbiscan.io/token/0xaf88d065e77c8cc2239327c5edb3a432268e5831)
* USDT: [0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9](https://arbiscan.io/token/0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9)
* DAI: [0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1](https://arbiscan.io/token/0xda10009cbd5d07dd0cecc66161fc93d7c9000da1)
* WETH: [0x82aF49447D8a07e3bd95BD0d56f35241523fBab1](https://arbiscan.io/token/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)

### AMM Integrations

Uniswap v3 & v2 are the first AMMs that Double integrates with on Arbitrum One.

#### Uniswap v3

* Factory address: [0x1F98431c8aD98523631AE4a59f267346ea31F984](https://arbiscan.io/address/0x1f98431c8ad98523631ae4a59f267346ea31f984)
* PositionManager address: [0xC36442b4a4522E871399CD717aBDD847Ab11FE88](https://arbiscan.io/address/0xc36442b4a4522e871399cd717abdd847ab11fe88)

#### Uniswap v2

* Factory address: [0xf1D7CC64Fb4452F05c498126312eBE29f30Fbcf9](https://arbiscan.io/address/0xf1d7cc64fb4452f05c498126312ebe29f30fbcf9)
* Router address: [0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24](https://arbiscan.io/address/0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24)

***

## Arbitrum Sepolia

### Front-end

<https://app.beta.double2win.xyz/>

### Capital Types

The following tokens are configured as Capital Types:

* USDC: 0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d. Faucet: <https://faucet.circle.com/>
* USDT: 0x93d67359A0f6F117150a70fDde6BB96782497248.
* DAI: 0x9bc8388dD439fa3365B1F78A81242aDBB4677759
* WETH: 0x1bdc540dEB9Ed1fA29964DeEcCc524A8f5e2198e. [Wrap ETH on Arbiscan](https://sepolia.arbiscan.io/token/0x1bdc540deb9ed1fa29964deeccc524a8f5e2198e#writeContract).

### AMM Integrations

Uniswap v3 & v2 are the first AMMs that Double integrates with. Since Uniswap front-end does not support Arbitrum Sepolia, a pool \<USDC, WETH> (The 0.01% fee tier on v3 is preferred for testing) has been added using script for both Uniswap v2 and Uniswap v3.&#x20;

#### Uniswap v3 (deployment by Uniswap)

* Factory address: 0x248AB79Bbb9bC29bB72f7Cd42F17e054Fc40188e
* PositionManager address: 0x6b2937Bde17889EDCf8fbD8dE31C3C2a70Bc4d65

#### Uniswap v2 (deployment by Double)

* Factory address: 0x9c5975D93B205Be9ACf4e12bb1E45cDAaf27B647
* Router address: 0xBf17B87892c75464868eBD944a11E92282C8fcfd


---

# 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.double2win.xyz/deployments/arbitrum.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.
