> For the complete documentation index, see [llms.txt](https://docs.wisetoken.net/wise-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisetoken.net/wise-token/wise-ethereum/appendicies/terminology.md).

# Terminology

* **WISE** — the token and contract described herein.
* **YODA** — the base unit of the WISE token, analogous to wei for ETH, or satoshi for BTC.  One WISE equals one quintillion YODA (1,000,000,000,000,000,000).
* **Stake** — a time locked deposit of WISE which earns interest over time.
* **Liquidity Transformer Epoch** — the first fifty days of the contract's existence, during which users may deposit ETH to reserve part of the initial supply of WISE.
* **Circulation Epoch** — the epoch immediately following the end of the LT Epoch, during which users may mint their tokens reserved in the LT Epoch, transfer tokens, stake tokens, etc.
* **Uniswap** — a decentralized, non-custodial ERC-20 token and ETH exchange on the Ethereum blockchain.  The WISE contract is integrated directly with Uniswap.  General info on Uniswap is [here](https://uniswap.org/), Uniswap exchange stats are [here](https://uniswap.info/), and the main exchange is [here](https://app.uniswap.org/).
* **ERC-20** — a standard interface for Ethereum smart contract tokens.  ERC stands for “Ethereum Request for Comment”.  The original EIP (Ethereum Improvement Proposal) describing ERC-20 tokens can be found [here](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md).


---

# 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.wisetoken.net/wise-token/wise-ethereum/appendicies/terminology.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.
