> For the complete documentation index, see [llms.txt](https://oracle-free-dollar.gitbook.io/ofd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oracle-free-dollar.gitbook.io/ofd/contracts-2025/contracts-on-optimism.md).

# Contracts on Optimism

```
Deployer on optimism: 0x47DA76238C5C77581E48CF4CA190477bf8FA3AcC

OFD
0xE11e428e3cBa4a0854aDa8Df31302543795775c9

Equity 
0xda4F97e77077Bba2079d22127DD25e3A3D0FBA6a

PositionFactory
0x53617944eE8B1457e4CAe93777BE55CF510821a9

PositionRoller
0x566d2d0Bb54b2B37462C00c9531dad675A3804C0

SavingsAddress
0x0f1821696BD48c56202720bABBbb72237E953a26

MintingHub
0x36D1a5d0E2032eD61C72cD502DD748d1f8fD4DaF

StablecoinBridge
0x9f40C343aB936907a2CAb4d5E8f1De9ff91AEB7F

Using USDC on Optimism
0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85
```


---

# 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://oracle-free-dollar.gitbook.io/ofd/contracts-2025/contracts-on-optimism.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.
