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

# Welcome to Cintara

The **Cintara Network** is a next-generation, interchain-compatible blockchain ecosystem built to enable **secure**, **scalable**, and **decentralized** digital infrastructure. It is designed to support a wide array of decentralized applications (dApps), validators, and cross-chain interoperability, making it a cornerstone of the Cosmos ecosystem and beyond.

### Cintara aims to:

* **Empower developers and users** to build and interact with cross-chain applications without limitations
* **Enhance validator efficiency** through easy-to-use onboarding tools and staking mechanisms
* **Promote decentralization and community governance** through transparent validator operations and staking rewards

### &#x20;Core Components of the Cintara Ecosystem

#### 1. **Cintara Chain**

The primary proof-of-stake blockchain running on Cosmos SDK and Tendermint BFT. It offers:

* High throughput and finality
* Scalable staking and governance

***

#### 2. **CINT Token**

CINT is the native utility and governance token used for:

* Transaction fees
* Staking and validator bonding
* Voting on governance proposals
* Incentivizing network participants

#### 3. **Validator and Delegator Portal**

Cintara provides an intuitive UI for managing validator operations:

* **Validators** can register, manage, and monitor their nodes
* **Delegators** can stake CINT with trusted validators
* Features include:
  * Validator creation
  * Stake redelegation
  * Unbonding and rewards claiming
  * Restarting jailed validators

#### 4. **Interoperability Layer**

Thanks to IBC, Cintara can:

* Interact seamlessly with Cosmos-based chains
* Support token transfers and data exchange across networks
* Connect to Ethereum-compatible chains via bridging solutions


---

# 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://cintara.gitbook.io/testnet.cintara.io/readme.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.
