> For the complete documentation index, see [llms.txt](https://docs.powercity.io/core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powercity.io/core/definitions.md).

# Definitions

**PulseX:**  [PulseX](https://pulsex.com/) is a decentralized exchange (DEX) native to PulseChain that incentivizes liquidity providers. PulseX will house the largest amount of liquidity at PulseChain mainnet launch.

**Liquidity:**  A liquid asset can be sold rapidly, with minimal loss of value, anytime. An illiquid asset can not be sold without a drastic price reduction. Speculators and market makers are key contributors to the liquidity of a market or asset. Automated market makers, such as PulseX, require tokens to be paired into a liquidity pool in order to trade between them.  These pools enable trading to occur at anytime, without having to wait for another user to trade with.

**Liquidity Pool:**  A pairing of two tokens used by an automated market maker to facilitate trading.  This pool allows tokens to be swapped at any time without having to wait for another user to trade with.  Any user can add tokens to a liquidity pool on PulseX to support token trading, earn trading fees and sometimes liquidity provider incentives.

**Staking:**  Locking up tokens into a smart contract to earn rewards provided by that contract.  Staking is used in many ways throughout DeFi, many times as a way to distribute incentives and rewards in exchange for locking up tokens.

**NFT:** Non-Fungible Tokens are each one-of-a-kind, unique and separate from every other NFT.  Unlike a simple $USD bill which is the same as every other bill like it, each NFT is unique and cannot just be replaced with another NFT.  A non-fungible token is a unique digital identifier that cannot be copied, substituted, or subdivided, that is recorded in a blockchain, and that is used to certify ownership and authenticity.

**Bonding Curve:** a mathematical formula defining the pricing relationship between two tokens. &#x20;


---

# 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:

```
GET https://docs.powercity.io/core/definitions.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.
