> For the complete documentation index, see [llms.txt](https://docs.vyfi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyfi.io/vy-finance-products/bar/serve-the-bar/the-serve-operation.md).

# The Serve Operation

The serve operation takes place in three rounds. Each round consists of the following steps:\
\
**Step one:** Check total value stored in ELP.\
\
**Step Two:** If the total value stored in ELP is greater than target value, serve ELP.\
\
**Step Three:** If the serve operation is conducted on $VYFI linked pair, serve to BAR.\
\
A Round will take place at a random time every 24 hours.\
\
The rounds are split into three sets:\
\
**Set one:** All CNT/CNT pairs\
\
**Set two:** All ADA/CNT pairs\
\
**Set three:** All VYFI/CNT pairs\
\
Each set has its own target value that the ELP must meet before step two of the round is performed.\
\
Target values are as follows:\
\
**Set one:** CNT/CNT pair contains > 10ADA locked in the ELP.

**Set two:** ADA/CNT pair contains > 50ADA locked in the ELP.\
\
**Set three:** VYFI/CNT pair contains > 100ADA locked in ELP.\
\
Given that these requirements are met, the round will complete and the ELP will be served.

\
\
\&#xNAN;*On the next page we will give an example of our serve operation taking place.*\
\ <br>

<br>


---

# 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.vyfi.io/vy-finance-products/bar/serve-the-bar/the-serve-operation.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.
