> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Yield.xyz

> Connect your Yield.xyz account to Portal, store your API key, and start earning yield.

## Overview

Portal integrates with [Yield.xyz](https://dashboard.yield.xyz/sign-up/register-interest?referred_by=portal) so you can discover opportunities, enter/manage/exit positions, and track history through Portal APIs and SDKs. This page covers the one‑time setup in Yield.xyz and the Portal Dashboard.

## Steps to enable the Portal Yield.xyz integration

### 1. Sign up for Yield.xyz

* Create or access your Yield.xyz account [here](https://dashboard.yield.xyz/sign-up/register-interest?referred_by=portal).
* Click on each yield type in the Yield.xyz dashboard and click on the checkboxes by each yield opportunity to enable them.

<Frame>
  <img src="https://mintcdn.com/portal-003221ec/3ItHNvhdAsL09nDv/images/yield-xyz/yield-xyz-dashboard-1.png?fit=max&auto=format&n=3ItHNvhdAsL09nDv&q=85&s=a7c0c6a4ff0517c9c2a35f65133ddf41" alt="Yield.xyz Dashboard" width="2066" height="1924" data-path="images/yield-xyz/yield-xyz-dashboard-1.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/portal-003221ec/3ItHNvhdAsL09nDv/images/yield-xyz/yield-xyz-dashboard-2.png?fit=max&auto=format&n=3ItHNvhdAsL09nDv&q=85&s=a03310c8cf2a30d0abb761b5e22cf4eb" alt="Yield.xyz Staking Yields" width="2060" height="1920" data-path="images/yield-xyz/yield-xyz-dashboard-2.png" />
</Frame>

* Then, generate `2` Yield.xyz API keys in your Yield.xyz dashboard (one for your Portal `Development` environment and one for your Portal `Production` environment).

<Note>Keep your API keys secure. You'll paste it into Portal in the next step.</Note>

### 2. Enable the Yield.xyz integration in Portal

1. Open the [Portal Dashboard](https://app.portalhq.io).
2. Navigate to the `Integrations` page.
3. Locate the `Yield.xyz` integration and add it.
4. Paste your Yield.xyz API key for your selected Portal environment and save.

Once saved, Portal will proxy your SDK/API calls to Yield.xyz using this key securely from Portal's servers, so you won't need to embed it in your application code.

<Note>Integrations are environment‑scoped. Repeat these steps per Portal environment.</Note>

<Tip>
  Need some advice on legal disclaimers when integrating Yield.xyz? Check out [Yield.xyz's disclaimer guidelines here](https://stakekit.notion.site/Yield-Disclaimer-Index-2a35318e934e806f863fecea64be38a8).
</Tip>

## Next steps

Implement the flow in your app using our SDK guides for Yield.xyz:

* [Earn with Yield.xyz](/apis/enclave-mpc/guide/yield-xyz) using the Enclave MPC API
* [Earn with Yield.xyz](/sdks/android/guide/yield-xyz) using the Android SDK
* [Earn with Yield.xyz](/sdks/ios/guide/yield-xyz) using the iOS SDK
* [Earn with Yield.xyz](/sdks/web/guide/yield-xyz) using the Web SDK
* [Earn with Yield.xyz](/sdks/react-native/guide/yield-xyz) using the React Native SDK
