> ## Documentation Index
> Fetch the complete documentation index at: https://docs.archr.win/llms.txt
> Use this file to discover all available pages before exploring further.

# Contracts

> Archr contract addresses on Robinhood Chain (4663) — launchers, ARCHR token, distributor, and the canonical Uniswap V3 + Chainlink + WETH addresses on 4663.

## Deployment

Archr runs on Robinhood Chain mainnet (chainId 4663). Every launcher factory below is verified on Blockscout. The owner of each factory below is the deploy wallet `0x9008C9eE6eF776c06D4aAFb4a4bfCF13083680c6`.

<Note>
  Explorer links open on [Blockscout for Robinhood Chain](https://robinhoodchain.blockscout.com) — the canonical block explorer for 4663.
</Note>

## Archr launchers

### `WebFactory`

The launcher factory the archr.win site uses. Deploys [`Coin`](#coin) contracts, creates single-sided V3 pools, and holds every LP NFT permanently locked. Its `launcher` — the only address allowed to call `launch(...)` — is the [`ArchrLaunchpad`](#archrlaunchpad) adapter. Constants: `SUPPLY = 1e27`, `FEE = 10000`, `TICK_SPACING = 200`.

```
0x1cd6759F20adf6E911d17e45d7046faC7cf6EE72
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x1cd6759F20adf6E911d17e45d7046faC7cf6EE72)

### `ArchrLaunchpad`

The public payable adapter for the site trigger. Stateless — no owner, no pause, no storage — and immutable in its wiring to [`WebFactory`](#webfactory). Three entry points: `launch(...)` for launches without a dev-buy, `launchWithBuy(...)` for launches with an [dev-buy](/launch/dev-buy), and `launchWithBuyFromPost(...)` for launches keyed to an external post identifier.

```
0x73D72e01D3c3E44E11FdD6632D6725f672662b46
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x73D72e01D3c3E44E11FdD6632D6725f672662b46)

### `RedditFactory`

The launcher factory the Reddit `u/Archer_Bot` uses. Byte-similar to [`WebFactory`](#webfactory) — same constants, same locked-LP custody surface, same `Launched` event shape. The `launcher` is set at deploy time by the factory owner and is the only address permitted to call `launch(...)`. Deploys `RedditToken`, a rename of [`Coin`](#coin).

```
0x8c5DFfA69Eccb132B256eF963Db04A124bEBe0D2
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x8c5DFfA69Eccb132B256eF963Db04A124bEBe0D2)

### `TwitterFactory`

The launcher factory the X (`@archrdeploy`) mention bot uses. Byte-identical to [`RedditFactory`](#redditfactory) with only the contract name changed. Same constants and same locked-LP guarantee.

```
0x8044644e4458B76ae0331D30D07d468b615A07bD
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x8044644e4458B76ae0331D30D07d468b615A07bD)

### `Coin`

The token template every launcher factory deploys via CREATE2. See [FAQ → what does a coin look like on-chain](/reference/faq#what-does-a-coin-look-like-on-chain) for the properties. The `RedditFactory` and `TwitterFactory` deploy byte-identical renames (`RedditToken`).

Coin addresses are per-launch (deterministic from launcher + salt + name + symbol). See [launch overview](/launch/overview) for how a launch is triggered on-chain.

### `ArchrLauncher`

The one-shot launcher used to deploy the ARCHR platform token itself. Separate from the coin factories above — it launches a single coin, then `launched` flips to `true` and the contract cannot launch again. Holds a permanently-locked 70% LP; the other 30% went to the deployer at launch.

```
0x54DB23FEB1652a1C5294af7859ef09465f83f387
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x54DB23FEB1652a1C5294af7859ef09465f83f387)

## ARCHR

### ARCHR token

The Archr platform token — a plain ERC-20 with fixed supply `1,000,000,000e18`. See [FAQ](/reference/faq#what-does-a-coin-look-like-on-chain) for the properties. Holding ARCHR makes an address eligible for the [fee-flywheel airdrops](/earn/archr-flywheel).

```
0xce8F89b7d4AD8936531D764055E6b1a06e30Ab58
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0xce8F89b7d4AD8936531D764055E6b1a06e30Ab58)

### ARCHR WETH V3 pool

The Uniswap V3 pool ARCHR trades on. 1% fee tier, tickSpacing 200. Locked-LP NFT held by [`ArchrLauncher`](#archrlauncher). **This pool address is excluded from the flywheel's top-50 holder snapshot** — its ARCHR balance is unsold single-sided liquidity, not a real holder.

```
0x47d4DA247eA887248448aaA8528C556B2399bC31
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x47d4DA247eA887248448aaA8528C556B2399bC31)

### ARCHR fee-flywheel distributor

The address the [fee-flywheel program](/earn/archr-flywheel) uses as its working balance. Collected fees land here, the WETH-leg swap happens from here, and the top-50 airdrop is sent from here. Every airdrop shows up as 50 outgoing transfers of the coin-of-the-cycle.

```
0x5b82a4D03Fe13C45f9fF9A8d4eB394D35cb18b67
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x5b82a4D03Fe13C45f9fF9A8d4eB394D35cb18b67)

## Robinhood Chain canonical addresses

The following are canonical Robinhood Chain (4663) addresses used by Archr but not deployed by Archr. See [Robinhood Chain protocol contracts](https://docs.robinhood.com/chain/protocol-contracts) for the full list.

### Uniswap V3 Factory

```
0x1f7d7550B1b028f7571E69A784071F0205FD2EfA
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x1f7d7550B1b028f7571E69A784071F0205FD2EfA)

### Uniswap V3 NonfungiblePositionManager

The V3 periphery contract that mints LP positions as ERC-721 NFTs. Every Archr LP NFT is minted through this address.

```
0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3)

### Uniswap V3 SwapRouter02

The V3 periphery router the site's swap widget and every dev-buy call routes through.

```
0xCaf681a66D020601342297493863E78C959E5cb2
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0xCaf681a66D020601342297493863E78C959E5cb2)

### WETH9 (4663)

Wrapped ETH on Robinhood Chain — every Archr pool pairs a coin against this address.

```
0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73)

### Chainlink ETH / USD price feed

The oracle used to price each launch's initial tick from a target FDV in USD. 8 decimals, 24-hour heartbeat.

```
0x78F3556b67E17Df817D51Ef5a990cDaF09E8d3A9
```

[View on Blockscout](https://robinhoodchain.blockscout.com/address/0x78F3556b67E17Df817D51Ef5a990cDaF09E8d3A9)

## See also

* [Launch overview](/launch/overview) — what a launch does on-chain.
* [Trading overview](/trade/overview) — the pool shape, fees, and where to swap.
* [ARCHR fee-flywheel](/earn/archr-flywheel) — how launched-coin fees turn into airdrops for ARCHR holders.
* [Security](/reference/security) — private disclosure process for contract vulnerabilities.
