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

# What is TAND3M

[TAND3M](https://tand3m.io/) is a decentralized launchpad platform built on the TON blockchain. It connects Startups with Project Backers to sell tokens and NFTs, utilizing Fixed Price and Liquidity Bootstrapping Pools (LBPs) for fair price discovery.

{% embed url="<https://youtu.be/ysbKYYT0ko8>" fullWidth="false" %}

## **Overview of the Platform**&#x20;

TAND3M enables Startups to conduct token sales and NFT offerings in a transparent, dynamic environment.&#x20;

The platform leverages both Fixed Price and LBPs — allowing for gradual price adjustment based on market demand — and supports NFT sales for Startups seeking to pre-sell products or services.&#x20;

Project Backers can easily participate, knowing the pricing models are designed to ensure fairness.

{% hint style="info" %}
To explore the math behind TAND3M in detail, take a look at our [Litepaper](/tand3m/technical-documentation/tand3m-litepaper.md).
{% endhint %}

{% hint style="warning" %}
Please review our [Terms of Use](/tand3m/legal/terms-of-use.md), [Disclaimer](/tand3m/legal/disclaimer.md), [Risk Disclosure](/tand3m/legal/risk-disclosure.md) and [Legal FAQ](/tand3m/faq/got-questions-weve-got-answers/legal-faq.md) for important information regarding platform use.
{% 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://tand3m.gitbook.io/tand3m/welcome-to-tand3m/what-is-tand3m.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.
