> For the complete documentation index, see [llms.txt](https://osige.gitbook.io/osige-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osige.gitbook.io/osige-docs/reference/glossary-and-links.md).

# Glossary and Official Links

## Glossary

<table><thead><tr><th width="208.66668701171875" align="center">Term</th><th>Meaning</th></tr></thead><tbody><tr><td align="center">AMM</td><td>Automated Market Maker. A contract that quotes and executes trades using liquidity gathered in pools.</td></tr><tr><td align="center">Concentrated liquidity</td><td>An AMM design where each LP chooses the price range covered by its capital.</td></tr><tr><td align="center">Pool</td><td>A single market: a token pair with a specific fee tier and optional hook. Multiple pools can exist for the same pair.</td></tr><tr><td align="center">Position</td><td>An LP deposit into a pool with a selected price range, represented by an NFT.</td></tr><tr><td align="center">OLP</td><td>Osige’s position NFT. Its artwork is rendered fully onchain, and its owner controls the liquidity and fees.</td></tr><tr><td align="center">Price range</td><td>The lower and upper price selected by an LP for a position.</td></tr><tr><td align="center">In range / out of range</td><td>Whether the current pool price is within a position’s range. Only in-range liquidity earns fees.</td></tr><tr><td align="center">Fee tier</td><td>A pool’s swap-fee setting. Traders pay it and active LPs receive it.</td></tr><tr><td align="center">Hook</td><td>An optional contract that adds rules such as identity gates and fee discounts to a pool. It is opted into per pool.</td></tr><tr><td align="center">Route</td><td>One or more pools through which a swap passes.</td></tr><tr><td align="center">Price impact</td><td>The degree to which a trade itself moves the pool price unfavorably.</td></tr><tr><td align="center">Slippage tolerance</td><td>The worst execution condition allowed before a swap reverts. It is a safeguard, not a fee.</td></tr><tr><td align="center">Impermanent loss</td><td>When a token-price difference grows and an LP position performs worse than simply holding the tokens.</td></tr><tr><td align="center">Copied position</td><td>Your newly opened position that replicates the pool and range of a public position. Attribution is recorded so it can be verified onchain.</td></tr><tr><td align="center">Upbit Web3 Names</td><td>ENS-based readable names issued in the GIWA ecosystem, such as <code>username.up.id</code>.</td></tr><tr><td align="center"><code>up.id</code></td><td>Short for an Upbit Web3 Name. It can provide fee discounts and access to member pools on Osige.</td></tr><tr><td align="center">Dojang</td><td>GIWA’s attestation service for issuing verified onchain facts.</td></tr><tr><td align="center">Verified Address</td><td>A wallet whose identity has been verified by a trusted issuer through Dojang.</td></tr><tr><td align="center">SIWE</td><td>Sign-In with Ethereum, a gas-free wallet signature used to log in to community features.</td></tr><tr><td align="center">GIWA Sepolia</td><td>The GIWA test network with chain ID <code>91342</code>, where Osige currently operates.</td></tr><tr><td align="center">Testnet</td><td>A blockchain for testing. Assets on it have no monetary value.</td></tr></tbody></table>

## Official links

### Osige

* Application: [osige.exchange](https://osige.exchange)
* X: [@OsigeExchange](https://x.com/OsigeExchange)
* Product documentation: [osige.gitbook.io/osige-docs](https://osige.gitbook.io/osige-docs/)
* Developer documentation: [osige.gitbook.io/developers](https://osige.gitbook.io/developers/)

### GIWA

* [GIWA](https://giwa.io) · [GIWA documentation](https://docs.giwa.io/giwa-chain/en)
* [Connect to GIWA](https://docs.giwa.io/giwa-chain/en/get-started/connect-to-giwa)
* [GIWA Faucet](https://faucet.giwa.io) (gas ETH)
* [GIWA Sepolia Explorer](https://sepolia-explorer.giwa.io)
* [Dojang](https://docs.giwa.io/giwa-chain/en/giwa-ecosystem/dojang) · [Verified Address](https://docs.giwa.io/giwa-chain/en/giwa-ecosystem/dojang/verified-address)
* [Upbit Web3 Names](https://docs.giwa.io/giwa-chain/en/giwa-ecosystem/giwa-id)

{% hint style="warning" %}
Do not trust links from other sources, including DMs, comments, and search ads.\
Contract addresses are published in the [developer documentation](https://osige.gitbook.io/developers/), not in chat messages.
{% endhint %}


---

# 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://osige.gitbook.io/osige-docs/reference/glossary-and-links.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.
