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

# Registry

## Ethereum mainnet

PrimeETH smart contracts deployed to Ethereum Mainnet:

<table><thead><tr><th width="233">Contract</th><th>Address</th></tr></thead><tbody><tr><td>primeETH ERC20</td><td>0x6ef3D766Dfe02Dc4bF04aAe9122EB9A0Ded25615 | primestaked.eth</td></tr><tr><td>LRTDepositPool</td><td>0xA479582c8b64533102F6F528774C536e354B8d32</td></tr><tr><td>LRTConfig</td><td>0xF879c7859b6DE6FAdaFB74224Ff05b16871646bF</td></tr><tr><td>LRTOracle</td><td>0xA755c18CD2376ee238daA5Ce88AcF17Ea74C1c32</td></tr><tr><td>ChainlinkPriceOracle</td><td>0xE238124CD0E1D15D1Ab08DB86dC33BDFa545bF09</td></tr><tr><td>OethPriceOracle</td><td>0xc513bDfbC308bC999cccc852AF7C22aBDF44A995</td></tr><tr><td>SfrxETHPriceOracle</td><td>0x407d53b380A4A05f8dce5FBd775DF51D1DC0D294</td></tr><tr><td>EthXPriceOracle</td><td>0x85B4C05c9dC3350c220040BAa48BD0aD914ad00C</td></tr><tr><td>MEthPriceOracle</td><td>0xE709cee865479Ae1CF88f2f643eF8D7e0be6e369</td></tr><tr><td>NodeDelegator index 0</td><td>0x8bBBCB5F4D31a6db3201D40F478f30Dc4F704aE2</td></tr><tr><td>NodeDelegator index 1</td><td>0x0000000000000000000000000000000000000000</td></tr></tbody></table>

## Supported LSTs

The following liquid staking tokens are the ones that are currently supported by Prime Staked ETH and can be deposited into the platform.

<table><thead><tr><th width="237">Contract Name</th><th>Address</th></tr></thead><tbody><tr><td>Origin (OETH)</td><td>0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3</td></tr><tr><td>Mantle (mETH)</td><td>0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa</td></tr><tr><td>Stader (ETHx)</td><td>0xA35b1B31Ce002FBF2058D22F30f95D405200A15b</td></tr><tr><td>Lido (stETH)</td><td>0xae7ab96520de3a18e5e111b5eaab095312d7fe84</td></tr><tr><td>Staked Frax (sfrxETH)</td><td>0xac3E018457B222d93114458476f3E3416Abbe38F</td></tr><tr><td>Rocket Pool (rETH)</td><td>0xae78736cd615f374d3085123a210448e74fc6393</td></tr><tr><td>Swell (swETH)</td><td>0xf951E335afb289353dc249e82926178EaC7DEd78</td></tr></tbody></table>

## Immutable Contracts

<table><thead><tr><th width="206">Contract Name</th><th>Address</th></tr></thead><tbody><tr><td>ProxyFactory</td><td>0x279b272E8266D2fd87e64739A8ecD4A5c94F953D</td></tr><tr><td>ProxyAdmin</td><td>0xF83cacA1bC89e4C7f93bd17c193cD98fEcc6d758</td></tr></tbody></table>

## Operational Roles

<table><thead><tr><th width="216">Contract Name</th><th>Address</th></tr></thead><tbody><tr><td>ProxyAdmin Owner</td><td>0xEc574b7faCEE6932014EbfB1508538f6015DCBb0</td></tr><tr><td>Admin</td><td>0xEc574b7faCEE6932014EbfB1508538f6015DCBb0</td></tr><tr><td>Manager</td><td>0xEc574b7faCEE6932014EbfB1508538f6015DCBb0</td></tr><tr><td>Operator</td><td>0xEc574b7faCEE6932014EbfB1508538f6015DCBb0</td></tr></tbody></table>


---

# 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.primestaked.com/smart-contracts/registry.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.
