> For the complete documentation index, see [llms.txt](https://treasurenft.gitbook.io/my-product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treasurenft.gitbook.io/my-product-docs/core-concept/treasurenft-platform-introduction/innovative-algorithmic-trading-model-pooling-algorithm-model.md).

# Innovative Algorithmic Trading Model-Pooling Algorithm Model

The latest core trading algorithm employed by the TreasureNFT trading platform is the Pooling Algorithm Model. This algorithm is designed to efficiently centralize the matching and settling of NFT trades.

1. **Pooling Trades:** The Pooling Algorithm Model operates on a pooling trading mechanism, which is different from traditional NFT market matching. In traditional matching trades, each trade requires a direct match between buyers and sellers. In pooling trades, all NFTs are pooled together, and buyers and sellers interact with this pool. This significantly enhances liquidity since trades do not depend on specific buyer-seller matches.
2. **Instant Settlement:** Pooling trades allow for instant settlements, meaning that trade parties can receive results immediately after deciding to participate. This is a significant advantage compared to traditional methods as there is no need to wait for the end of a trading cycle.
3. **Improved Trading Speed and Efficiency:** The Pooling Algorithm Model, by centralizing trades into pools, greatly enhances trading speed and efficiency. This is especially important for traders looking to act swiftly in the market, as they no longer need to wait for buyers or sellers to match with them.
4. **Optimized Liquidity:** The pooling algorithm also contributes to optimized liquidity by attracting more market participants, allowing more NFTs to flow within the pools. This further reduces trade execution times and associated trading costs.

In summary, TreasureNFT's Pooling Algorithm Model is a novel NFT matching approach based on pooling trades. It enhances liquidity, accelerates trading, and offers the advantage of instant settlements, making the NFT market more efficient and flexible. The application of this technology will contribute to further development and growth in the NFT market.


---

# 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://treasurenft.gitbook.io/my-product-docs/core-concept/treasurenft-platform-introduction/innovative-algorithmic-trading-model-pooling-algorithm-model.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.
