> For the complete documentation index, see [llms.txt](https://docs.socialhood.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socialhood.app/contracts/addresses.md).

# Deployed Addresses

All contracts live on **Robinhood Chain** (chain id `4663`, gas token ETH). Explorer: [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com).

## Social app

| Contract                        | Address                                      |
| ------------------------------- | -------------------------------------------- |
| SocialhoodKeys                  | `0xc2a322737de6c570b6dd3aeadb3c6f20c090845c` |
| TipJar (v2 — ETH + ERC-20 tips) | `0x9d2c0bec4806bdee727aa207d443c9795c0f8cd7` |
| TipJar v1 (legacy, ETH only)    | `0x131588b8867cf264e323ca3028a5f863126f50f0` |

## Terminal (launchpad)

| Contract              | Address                                                 |
| --------------------- | ------------------------------------------------------- |
| **SocialhoodFactory** | `0x2416F1ABaf4f784C5024057FAb94A6AE011Aff6A` (verified) |
| AirdropEscrow         | `0x6A0dF0f9DFFdD6d4dbe04df7c976c6B69bcC29db`            |
| LP Locker             | `0xB2289cC97e7919629495D62e49B53dFbe16f1A9B`            |

## External infrastructure (Uniswap v3 on Robinhood Chain)

| Contract                         | Address                                      |
| -------------------------------- | -------------------------------------------- |
| Uniswap V3 Factory               | `0x1f7d7550B1b028f7571E69A784071F0205FD2EfA` |
| NonfungiblePositionManager       | `0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3` |
| SwapRouter02                     | `0xCaf681a66D020601342297493863E78C959E5cb2` |
| WETH                             | `0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73` |
| USDG (Global Dollar, 6 decimals) | `0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168` |

## Tokenized stocks (Robinhood Stock Tokens)

| Ticker | Address                                      |
| ------ | -------------------------------------------- |
| NVDA   | `0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC` |
| AAPL   | `0xaF3D76f1834A1d425780943C99Ea8A608f8a93f9` |
| GOOGL  | `0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3` |
| TSLA   | `0x322F0929c4625eD5bAd873c95208D54E1c003b2d` |
| AMZN   | `0x12f190a9F9d7D37a250758b26824B97CE941bF54` |

Always verify addresses against this page before interacting — copycat tokens with identical names exist on this and other chains.


---

# 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://docs.socialhood.app/contracts/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.
