# Registry

- [Contracts](https://docs.originprotocol.com/registry/contracts.md): Contracts for all Origin tokens and products
- [OS Registry](https://docs.originprotocol.com/registry/contracts/os-registry.md): Contracts related to Origin Sonic (OS)
- [OETH Registry](https://docs.originprotocol.com/registry/contracts/oeth-registry.md): Contracts related to Origin Ether
- [Super OETH Registry](https://docs.originprotocol.com/registry/contracts/super-oeth-registry.md): Contracts related to Super OETH
- [OUSD Registry](https://docs.originprotocol.com/registry/contracts/ousd-registry.md): Contracts related to Origin Dollar
- [ARM Registry](https://docs.originprotocol.com/registry/contracts/arm-registry.md): Contracts related to the Automated Redemption Managers (ARM)
- [Lido: stETH/WETH](https://docs.originprotocol.com/registry/contracts/arm-registry/lido-steth-weth.md): Lido ARM on Ethereum with stETH as the base asset and WETH as the liquidity asset.
- [EtherFi: eETH/WETH](https://docs.originprotocol.com/registry/contracts/arm-registry/etherfi-eeth-weth.md): EtherFi ARM on Ethereum with eETH as the base asset and WETH as the liquidity asset.
- [Ethena: sUSDe/USDe](https://docs.originprotocol.com/registry/contracts/arm-registry/ethena-susde-usde.md): Ethena ARM on Ethereum with sUSDe as the base asset and USDe as the liquidity asset.
- [Origin: OETH/WETH](https://docs.originprotocol.com/registry/contracts/arm-registry/origin-oeth-weth.md): Lido ARM on Ethereum with OETH as the base asset and WETH as the liquidity asset.
- [Origin: OS/WS](https://docs.originprotocol.com/registry/contracts/arm-registry/origin-os-ws.md): Origin ARM on Sonic with OS as the base asset and WS as the liquidity asset.
- [Pool Booster](https://docs.originprotocol.com/registry/contracts/pool-booster.md): List of pool booster used across-chains
- [Safe Modules Registry](https://docs.originprotocol.com/registry/contracts/safe-modules-registry.md): List of all Safe Modules that Origin uses on Safe multisigs
- [Dapp](https://docs.originprotocol.com/registry/dapp.md): The Origin Dapp is hosted on IPFS and is accessible via AWS. You may access this using one of the links below.
- [API](https://docs.originprotocol.com/registry/api.md)


---

# 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.originprotocol.com/registry.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.
