🚩Label

The Label is a way to add more granularity to the data inside an element, this can help to better classify those element when being displayed to the user.

To better understand this notion, let's take an example :

On CurveFinance you can provide liquidity for some assets to earn trading fees but you can also deposit those assets into a Farm, which allows you to earn additional rewards on top of it (usually tokens).

There is very little difference between providing liquidity in a pool and in a farm, the initial deposit is exactly the same : it's an array of assets.

This is why we use the label "LiquidityPool" and "Farming" on this case, to differentiate one from another and help the user know which is where.

You can find all available labels here.

Last updated