# Partner Integration

Ocean is designed to be composable and partner-friendly, with multiple integration opportunities for different types of partners.

## Protocol Integration Partners

### *Yield Protocols*

Ocean's standardized BaseHandler architecture enables seamless integration of new yield strategies:

* **Custom Handler Development**: Build standardized handlers for your protocol using BaseHandler
* **Whitelisted Integration**: Get approved for inclusion in Ocean's yield strategies
* **Revenue Sharing**: Participate in protocol revenue through yield generation
* **Technical Support**: Full documentation and templates for handler development

**Requirements**:

* Implement BaseHandler abstract contract
* Pass security audit requirements
* Maintain consistent uptime and performance
* Follow Ocean's integration standards

### *DeFi Protocols*

* **Collateral Integration**: Use OCUSD as collateral in lending protocols
* **LP Token Usage**: Provide OCUSD liquidity in AMMs and DEXs
* **Settlement Asset**: Use OCUSD for cross-protocol settlements
* **Yield Farming**: Create OCUSD farming opportunities

## Infrastructure Partners

### *Chain Partners*

* **Native Deployment**: Deploy OCUSD as native asset on your chain
* **Cross-Chain Bridging**: Enable seamless OCUSD transfers via LayerZero
* **Co-Incentives**: Co-incentivize liquidity with $OCEAN + chain tokens
* **Ecosystem Integration**: Deep integration with chain-specific DeFi

### *Bridge Partners*

* **LayerZero Integration**: Official cross-chain OCUSD transfers
* **Custom Bridge Solutions**: Partner-operated bridge contracts for specialized needs
* **Liquidity Management**: Secure cross-chain liquidity provision
* **Multi-Chain Strategy**: Coordinated yield strategies across chains

## Application Partners

### *Wallets*

* **Native Support**: Display OCUSD balance, APY, and staking status
* **Staking Interface**: Enable native staking/unstaking flows
* **Portfolio Tracking**: Real-time yield tracking and analytics
* **Transaction Optimization**: Gas-efficient transaction batching

### *Analytics & Tools*

* **Yield Tracking**: Real-time protocol performance monitoring
* **Risk Assessment**: Portfolio risk analysis and recommendations
* **Strategy Analytics**: Handler performance and allocation insights
* **API Integration**: Access to Ocean protocol data and events

## Technical Integration Paths

### *For Yield Protocols*

1. **Handler Development**: Implement BaseHandler for your protocol
2. **Integration Testing**: Comprehensive testing with Ocean testnet
3. **Security Audit**: Third-party security review
4. **Mainnet Deployment**: Production deployment and monitoring
5. **Revenue Sharing**: Participate in protocol yield distribution

### *For DeFi Protocols*

1. **OCUSD Integration**: Add OCUSD as supported asset
2. **Oracle Integration**: Connect to Ocean's price feeds
3. **Smart Contract Integration**: Direct protocol-to-protocol interactions
4. **Cross-Protocol Strategies**: Collaborative yield opportunities

### *For Infrastructure*

1. **Technical Assessment**: Evaluate integration requirements
2. **Custom Development**: Build chain or bridge-specific solutions
3. **Testing & Validation**: Comprehensive security and performance testing
4. **Go-Live Support**: Launch support and ongoing maintenance

## Integration Benefits

* **Standardized Architecture**: Consistent, audited integration patterns
* **Revenue Opportunities**: Multiple revenue streams through partnerships
* **Technical Support**: Full developer support and documentation
* **Security Framework**: Battle-tested security and risk management
* **Ecosystem Access**: Access to Ocean's growing DeFi ecosystem

## Getting Started

### *Protocol Partners*

* Review [Handler Development Guide](/protocol-architecture/04-protocol-architecture/strategy-modules.md#handler-development-guide)
* Contact technical team: <tech@ocean.finance>

### *Business Partners*

* Review partnership opportunities
* Contact partnerships team: <partnerships@ocean.finance>

### *Developers*

* Explore [Developer Setup](/reference/08-developer-setup.md)
* Join Ocean developer community

Ocean's modular architecture and standardized interfaces make integration straightforward while maintaining the highest security and performance standards.


---

# 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/reference/07-partner-integration.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.
