> For the complete documentation index, see [llms.txt](https://docs.swivel.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swivel.finance/developers/ubiquitous-language-v4/shared-language.md).

# Shared Language

#### Asset

A currency, token, or other tradable object. In Swivel, `asset` refers to `Underlying` currency or Tokens.

#### Underlying

The lending currency of a given `Market`, typically a `Stable Coin` or `Token`.

#### Token

An `Erc20` compatible token deployed at a given Ethereum Address. May also be referenced as *Erc20* or *uToken*.

#### YT (Yield Token)

Swivel's native yield-bearing token, representing the remaining yield potential of the `Underlying` for a given `Market`. For example: `ytDAI`, `ytUSDC`.

#### PT (Principal Token)

Swivel's native principal token, representing the principal lent to a given `Market`. For example: `ptDAI`, `ptUSDC`.

#### Balance

Amount of the `Underlying` or `Token` assets a given public key owns.

#### Market

An asset-duration (underlying-duration) pairing that identifies which `Orderbook` / instrument is being used.

#### Maturity

The duration a given `Market` generates yield, up to a specified date.

#### Volume

All orders expose an amount which can be filled, wholly or partially, by an `Order`. This will be represented by either the `Principal` or `Interest`, depending on whether the order is `Amplified` (deprecated: 'floating') or `Fixed`.

#### Yield

The amount of interest an `Order` has generated, expressed in terms of a percentage.

#### Liquidity Provider

On Swivel's orderbook-based protocol, Liquidity Providers are `Market Makers`.

#### Liquidity Incentives

Swivel incentivizes liquidity by providing token rewards only to those `Liquidity Providers` who's orders are `filled`.

#### Maker

A person who provides Limit orders to the orderbook.

#### Taker

A person who executes Market Orders, filling open orderbook orders.


---

# 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.swivel.finance/developers/ubiquitous-language-v4/shared-language.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.
