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

# Welcome to Tronent

<figure><img src="/files/qJVBMeV79KDwkvv8kfK9" alt=""><figcaption></figcaption></figure>

## Overview

Tronent is a decentralized file versioning platform that offers secure, immutable file storage by leveraging BTFS (BitTorrent File System) and the TRON blockchain. Users can upload files, track multiple versions, and securely store metadata on the blockchain, ensuring data integrity and transparency.&#x20;

Each file uploaded to BTFS generates a unique Content Identifier (CID), and new file versions are seamlessly tracked by creating new CIDs for efficient version management. To streamline transactions on the TRON blockchain, Tronent integrates SunSwap, enabling users to convert stablecoins (e.g., USDT, USDC) into TRX to cover transaction fees without leaving the platform. This provides a frictionless user experience, simplifying the token conversion process.&#x20;

The platform’s React-based interface ensures an intuitive and responsive experience, making decentralized file management accessible even to non-technical users. Users can enjoy a seamless experience on a fully decentralized system by uploading files, managing versions, or converting tokens.

Tronent's core value lies in its decentralization, security, and user-friendly design, offering a robust solution for individuals and organizations looking for decentralized file management with built-in version control.&#x20;

<https://github.com/KPR-V/Tronent>


---

# 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://mankirats-organization.gitbook.io/tronent/welcome-to-tronent.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.
