# Glossary

* **AMM:** Automated Market Maker. An algorithmic system to allow for non-custodial swaps of cryptocurrencies.
* **Bridge:** An app that allows you to lock tokens from a different blockchain and receive the SecretToken equivalent to use inside Secret Network. Currently, Ethereum is supported on mainnet, Binance Smart Chain is supported on testnet and other bridges are in development.
* **Constant Product Formula:** The AMM algorithm used by SecretSwap.
* **LP tokens:** Tokens that a Liquidity Provider receives when providing tokens to a liquidity pool, representing the LP's portion of the liquidity pool.
* **LP:** Liquidity Provider. A member of the SecretSwap community that has provided tokens to the liquidity pools that drive SecretSwap.
* **Liquidity Provider Fees:** The fee incurred for each swap executed in SecretSwap, to reward Liquidity Providers. It is currently 0.3%.
* **Network Fees:** The fees that are required to execute transactions and secret smart contracts on Secret Network. These fees are paid in `SCRT` tokens.
* **Pair:** A secret smart contract that enables trading between two SNIP-20 tokens.
* **Price Impact:** The impact the size of your trade will have on the liquidity pool and therefore on the price you will ultimately pay.
* **SNIP-20:** The Secret Network standard for tokens, based on the Cosmos CW-20 standard.
* **Slippage:** See *Price Impact*.


---

# 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.secretswap.net/user-guide/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.
