# Developer Quickstart

*Welcome! If you're looking to integrate Ocean Finance, here's the fastest way to get started:*

## *For Frontend Dapps*

* *Call `mint()` on `MintingManager` to issue OCUSD*
* *Use `redeem()` to let users exit*
* *Read OCUSD balance + APY for display*

## *For DeFi Protocols*

* *Accept OCUSD as collateral or LP token*
* *Optional: allow stakedOCUSD for $OCEAN incentives*

## *For Chains & Bridges*

* *Coordinate with Ocean to deploy OCUSD via bridge*
* *Offer vaults or LP pools for OCUSD yield*

## *Developer Essentials*

* *✅ Contract Addresses: See Section 11*
* *✅ ABI: See Section 12*
* *✅ Architecture: See Section 10*

> *For partnership/integration support, contact: <dev@ocean.finance>*


---

# 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.ocean.fi/development/13-developer-quickstart.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.
