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