# Carbon Glossary

Auto-Pool:

A fully customized and automated liquidity strategy created on top of liquidity pools.

Intent:

The controls and customizations defined by the LPs while creating an auto-pool.

Portfolio:

Portfolio is a collection of all the liquidity positions of a user on one or more than one auto-pools.

Tick Spacing:

Refers to the minimum interval between price ticks in a pool, determining the granularity at which liquidity can be concentrated.

Management Fee:&#x20;

An upfront fee percentage applied to the capital when LPs withdraw from an auto-pool.&#x20;

Platform Fee:

A fee percentage that LPs earn based on the profits their auto-pools generate for other LPs.

Fee Status:

The status of the fee being generated. It could be compounded or claimed.

TWAP:&#x20;

Time Weighted Average Price is the average price of an asset over a specific time period, weighted by time.

TWAP Duration:&#x20;

The time window for querying the Time-Weighted Average Price (TWAP)&#x20;

Quadratic Multiplier:&#x20;

Adjusts how quickly the swap fee increases as the price deviates from TWAP. Higher values make the fee more responsive to price changes.&#x20;


---

# 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.a51.finance/carbon/a51-v3/guides/carbon-glossary.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.
