> For the complete documentation index, see [llms.txt](https://paycheck-labs.gitbook.io/checks-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paycheck-labs.gitbook.io/checks-whitepaper/post-mvp-framework/yield-checks.md).

# Yield Checks

## Introduction <a href="#overview" id="overview"></a>

The Yield Check is a specialized type of NFT Check designed for the Auto-Investment feature of the Checks Platform. Unlike Payment or Vesting Checks, which serve structured transfers of value, Yield Checks are purpose-built to maximize capital efficiency by turning idle funds into productive, yield-generating positions. They bring the benefits of DeFi yield farming into a standardized, transferable NFT format that is transparent, composable, and easy to use.

<figure><img src="/files/c2qr1ez4j6boLKFjjiPq" alt=""><figcaption><p>Yield Check — Version 1.0.1</p></figcaption></figure>

## Overview <a href="#overview" id="overview"></a>

When minting a Yield Check, users lock assets such as ETH, POL, or USDC into an Auto-Investment-enabled NFT. These funds are then routed into approved DeFi protocols, where they earn ongoing rewards that are automatically reinvested. Yield Checks simplify what was once a complex process by embedding strategy selection, automated deployment, and compounding directly into the NFT. The result is a passive income instrument that users can hold, trade, or integrate into broader DeFi workflows.

## Key Capabilities <a href="#overview" id="overview"></a>

Yield Checks provide a streamlined way to access DeFi yields without requiring technical expertise. They combine programmability with automation, ensuring capital works productively at all times.

* **Continuous Yield**: Assets generate returns automatically while locked in the check.
* **Auto-Compounding**: Rewards are harvested and reinvested to maximize growth.
* **Flexible Assets**: Supports major tokens like ETH, POL, and USDC, with expansion planned.
* **NFT Transferability**: Yield Checks can be held, sold, or integrated into other DeFi platforms.

#### How It Works <a href="#key-capabilities" id="key-capabilities"></a>

1. **Creation**: A user mints a Yield Check through the platform’s minting application, selecting eligible assets and investment settings.
2. **Deployment**: Locked funds are routed to vetted protocols such as Aave, Compound, or approved yield aggregators.
3. **Management**: Rewards are harvested periodically and compounded back into the position, all transparently visible on-chain.
4. **Redemption**: The user can redeem the Yield Check or transfer it, capturing accrued rewards at any time.

## Example Use Cases <a href="#overview" id="overview"></a>

Yield Checks can be applied across many contexts, from personal investing to professional fund management. They make idle capital productive while keeping every position programmable, transparent, and transferable on-chain.

1. **Personal Yield**: An individual deposits 3,000 USDT into a Yield Check. The funds are automatically deployed to a lending protocol, and the user’s NFT compounds earnings over time without requiring daily oversight. The holder can track yield growth directly in their portfolio and choose to sell or transfer the check at any time, giving them both passive income and liquidity.
2. **Client Fund Management**: An investment broker creates a Yield Check holding 10 ETH for a client. The Yield Check deploys funds into a yield farming protocol, generating passive income while the client retains verifiable ownership through the NFT. Unlike traditional arrangements, performance can be tracked on-chain, and the position remains transferable if the client wants to exit early.

By covering both individual and institutional needs, Yield Checks demonstrate their versatility across a wide range of scenarios. They provide the same assurance of security and programmability regardless of scale, allowing small investors and professional managers alike to benefit from reliable, automated yield. This dual utility reinforces their role as a bridge between everyday DeFi users and more traditional financial actors entering the ecosystem.

## Why Use Yield Checks? <a href="#overview" id="overview"></a>

Yield Checks remove the complexity of DeFi yield farming by embedding strategies directly into programmable NFTs. Instead of navigating approvals, wallets, and rebalancing, users can mint a Yield Check and let the system manage compounding transparently. This creates a seamless way to make capital productive while maintaining the programmability and trust that define the Checks Platform.

#### Key Benefits: <a href="#key-capabilities" id="key-capabilities"></a>

* Idle funds automatically become productive capital.
* Earnings paid in assets with tangible market value.
* Full transparency of strategies, returns, and on-chain verification.
* Transferable and composable across DeFi, expanding use cases.

***

## Conclusion <a href="#overview" id="overview"></a>

Yield Checks extend the functionality of the Checks Platform by bridging programmable agreements with yield farming strategies. They provide individuals with simple tools to put idle assets to work, while also giving individuals, brokers, funds, and other organizations a transparent, on-chain way to manage larger positions on behalf of clients.

More than a convenience, Yield Checks represent the next step in the evolution of programmable finance, transforming locked assets from static storage into productive positions that continuously generate returns. By embedding automation into a transferable NFT format, they make yield farming not only accessible but also verifiable, secure, and aligned with trustless execution.

Looking ahead, Yield Checks are positioned to become a cornerstone of how both retail users and institutions engage with DeFi yield opportunities. By combining programmability, composability, and continuous productivity, they establish a durable foundation for strategies that can scale with adoption and market growth, anchoring yield generation as a core pillar of the Checks ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://paycheck-labs.gitbook.io/checks-whitepaper/post-mvp-framework/yield-checks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
