# Intro

#### What is Yelay? <a href="#key-features" id="key-features"></a>

[Yelay](https://yelay.io) provides infrastructure and tooling that enable crypto companies to seamlessly integrate yield-generating "Earn" products for stablecoins, ETH, and BTC into their applications—without requiring deep DeFi expertise or smart contract development knowledge.

If you are a:

* DeFi project (that requires action providers to earn yield)
* Launchpool (deposit X → farm token Y)
* Treasury and invoice management solution
* Yield-bearing stablecoin
* Exchange
* Wallet provider
* Custodian

and want to offer a "Stake & Earn" feature to your clients, Yelay is the right choice for you.

Instead of developing individual connections to DeFi protocols that generate yield—and being exposed to yield fluctuations—companies using Yelay gain access to an infrastructure that dynamically rebalances users' liquidity, seeking the best yield opportunities while compounding farmed rewards, all in one go.

#### Yelay SDK <a href="#key-features" id="key-features"></a>

[Yelay SDK](https://www.npmjs.com/package/@yelay-lite/sdk) is a TypeScript npm package that provides a convenient way to interact with the Yelay protocol. It encapsulates RPC calls to Yelay smart contracts, making it easier for developers to integrate Yelay functionality into their projects.

This document contains code snippets of all SDK functions, along with concise explanations. Additionally, all key concepts are explained in an easy-to-understand manner using both text and visual diagrams. This ensures that developers new to Yelay can quickly grasp how everything works, streamlining their onboarding process.

Yelay is highly modular and focuses on five key "Yield Layer for Partners" requirements:

1. Generating maximum risk-adjusted yield from connected protocols at any given time.
2. Providing simple tooling for the "convert yield to anything" use case.
3. Enabling flexibility to update the types of strategies/protocols vaults are connected to over time.
4. Offering low gas fees on deposits.
5. Supporting multi-chain compatibility.

#### Multi-chain Yelay <a href="#key-features" id="key-features"></a>

As of August 2025, Yelay (V3) is available on [Ethereum](https://perq.finance/), [Base](https://monstro.fun/toolz/syr), [Sonic](https://app.yelay.io/sonic), [Avalanche](https://github.com/YieldLayer/yelay-lite/tree/12166bb607ea55ef27089cc665746a8380c07893/deployments) and [Arbitrum](https://perq.finance/)

#### Yelay contract addresses <a href="#key-features" id="key-features"></a>

Find the latest contract deployment addresses here: <https://github.com/YieldLayer/yelay-lite/tree/main/deployments>

#### Licensing

This SDK is licensed under the **ISC License**.


---

# 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.yelay.io/yelay-sdk/intro.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.
