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

# Introduction

TBCT provides a platform for easy-to-use Decentralized Finance (DeFi) products.

TBCT's DeFi products deliver ease-of-use in achieving your crypto-finance objectives. The TBCT token (TBCT) is the core economic engine that facilitates the building and expansion of TBCT’s capabilities and its community.

## Single-token staking without impermanent loss

TBCT automatically pairs staked tokens and integrates hedge strategies against impermanent loss through a smart contract to maximize user revenue. While at the same time it also effectively solves the problems of low single-token mining revenue, high impermanent loss for LP mining, etc..

## LP staking mining

LP staking mining is a high-yield product provided by TBCT for liquidity mining users.

Liquidity Pool (LP) mining is a high-yield product provided by TBCT. Users can provide the liquidity of a token pair in the corresponding DEX. The DEX issues LP Token to the user. Then, the user can deposit their LP Tokens into TBCT corresponding project to obtain revenue, and the generated revenue will be reinvested every 5–10 minutes to bring users higher revenues.


---

# 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://tbct-community-1.gitbook.io/tbct-introduction/introduction.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.
