# Introduction

Welcome to the Ocean Finance documentation. This comprehensive guide covers everything you need to know about Ocean Finance, the All-in-One Yield-Bearing Stablecoin protocol.

## What is Ocean Finance?

Ocean Finance is building the next generation of DeFi infrastructure with OCUSD, a yield-bearing stablecoin that automatically generates yield from diversified strategies across multiple chains.

## Quick Navigation

### Getting Started

* [What is Ocean Finance?](https://docs.ocean.fi/getting-started/01-introduction)
* [Yield-Bearing Stablecoin](https://docs.ocean.fi/getting-started/02-yield-bearing-stablecoin)
* [How Ocean Works](https://docs.ocean.fi/getting-started/03-how-ocean-works)

### Protocol Architecture

* [Core Contracts](https://docs.ocean.fi/protocol-architecture/04-protocol-architecture)
* [Governance](https://docs.ocean.fi/protocol-architecture/04-protocol-architecture/governance)
* [Strategy Modules](https://docs.ocean.fi/protocol-architecture/04-protocol-architecture/strategy-modules)

### User Guides

* [User & Staker Guide](https://github.com/isle-labs/ocean-docs/blob/main/05-user-guide/README.md)
* [Partner Integration](https://github.com/isle-labs/ocean-docs/blob/main/06-partner-integration/README.md)

### Development

* [Developer Setup](https://github.com/isle-labs/ocean-docs/blob/main/07-developer-setup/README.md)
* [System Architecture](https://github.com/isle-labs/ocean-docs/blob/main/08-system-architecture/README.md)
* [API Reference](https://github.com/isle-labs/ocean-docs/blob/main/10-api-reference/README.md)
* [Developer Quickstart](https://github.com/isle-labs/ocean-docs/blob/main/11-developer-quickstart/README.md)

## Key Features

* **Yield-Bearing**: Automatically generates yield from diversified DeFi strategies
* **Multi-Chain**: Operates across multiple blockchain networks
* **Composable**: Integrates seamlessly with existing DeFi protocols
* **Secure**: Built with modular architecture and comprehensive governance

## Contact

* **Partnerships**: <partnerships@ocean.finance>
* **Development**: <dev@ocean.finance>

***

*This documentation is open source and community-driven. Contributions are welcome.*


---

# 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/readme.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.
