> For the complete documentation index, see [llms.txt](https://docs.metronome.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metronome.io/smart-farming/how-does-it-work.md).

# How Does it Work?

Smart Farming utilizes advanced yield automation technology to streamline complex strategies into a single process that enables users to achieve looped yield. This process can be accomplished manually at much higher cost, but by utilizing Metronome’s looping architecture, users can obtain the same result in a simplified, gas-sensitive process all through the Metronome dApp.

By depositing productive yield-bearing assets (supported vTokens), users can set their loop amount and generate synthetic assets that represent the same underlying assets as their collateral. This synth can be swapped for the original underlying asset on a supported DEX, such as [Curve](http://curve.finance), and then converted into the yield bearing productive instrument ([Vesper](http://vesper.finance)).

Example:&#x20;

1. User deposits USDC into Vesper Finance USDC pool and receives vaUSDC tokens (yield bearing token), alternatively the user could deposit USDC directly into Smart Farming and skip step 2.
2. vaUSDC is deposited as collateral into Metronome’s Smart Farming.
3. User can then set comfortable loop multiplier amount.
4. msUSD is minted.
5. msUSD is automatically swapped on a DEX for USDC.
6. USDC is then deposited into Vesper Finance USDC pool which gives back vaUSDC.
7. The vaUSDC position is deposited as collateral to Metronome, making the total position safely overcollateralized.

***Disclaimer:** Looping deposits for yield increases the risk of liquidation. The more looping that is deployed, the higher the risk of liquidation.*


---

# 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://docs.metronome.io/smart-farming/how-does-it-work.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.
