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

# What is Tlock

TLOCK is an application‑specific blockchain built on the Cosmos SDK that powers a fully decentralized social media platform, engineered for resilience to safeguard freedom of speech.

### What is Different

* **On-chain Instant Search** – millisecond look-ups across people, hashtag, community, and topics (no external indexer)
* **On-chain Personalized Feed** – hyper-personal, keyword-level, interest-based “For You” for every wallet
* **On-chain Reputation Layer** – verifiable scores, Sybil-resistant, instant content rewards
* **On-chain Real-time Ad Bidding** – transparent & prepaid slot ranking

### How It Works

Users can create profiles, post stories, build connections, and like or comment on posts directly on-chain. To streamline user interactions, gas fees can be paid by the system account if a periodic allowance is granted to the user.&#x20;

Each of these transactions triggers real-time sorting of recommended posts, trending topics, categories, and communities, enabling dynamic content updates, with content quality measured by accumulated reputation scores.

Inevitably, it introduces challenges including on-chain storage, token onboarding, Sybil resistance, indexing and sorting, and content moderation, which will be discussed in detail. TLOCK meets these challenges with a hybrid approach: a censorship-resistant on-chain core, plus an optional service layer—AI translation, auto-hashtags, human checks etc. —that improves UX without compromising the decentralized core.

### Quick Links

Official Site: [https://tlock.org](https://tlock.org/)

GitHub: <https://github.com/Tlock-org/tlock>

X.com(Twitter):  <https://x.com/TlockTok>

Telegram: <https://t.me/tlock_official>

Documentation: <https://tlock.gitbook.io/tlock>


---

# 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://tlock.gitbook.io/tlock/welcome/what-is-tlock.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.
