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

# Thalos

#### One Platform, Many Solutions

\
**Thalos is a decentralized escrow and trust infrastructure built on Stellar that enables secure, milestone-based payments between freelancers, creators, and businesses without relying on traditional intermediaries.**

Thalos solves the trust problem in digital transactions by locking funds on-chain until predefined conditions are met. It combines smart-contract-based escrow, identity verification, and on-chain reputation to reduce fraud, disputes, and payment delays.\
\
Unlike traditional freelance platforms that extract high fees and control user data, Thalos is non-custodial, transparent, and programmable.

#### VISION

**To become the foundational trust infrastructure for digital commerce, enabling secure, programmable agreements between anyone in the world without centralized control.**

Thalos aims to redefine online work and digital transactions by making trust programmable, transparent, and globally accessible.<br>

#### MISSION

**To remove trust barriers in peer-to-peer commerce by providing decentralized escrow, on-chain reputation, and frictionless crypto-native payment infrastructure.**

We empower freelancers, creators, and businesses to transact securely without platform dependency, excessive fees, or custodial risk.<br>

#### PRODUCT OBJECTIVE<br>

**Primary Objective:**\
Eliminate trust friction in peer-to-peer digital commerce by replacing centralized intermediaries with programmable escrow contracts on Stellar.

**Core goals:**

1. Prevent payment fraud and non-payment in freelance and service agreements.
2. Enable milestone-based conditional payments.
3. Provide verifiable on-chain reputation.
4. Reduce fees compared to centralized platforms.
5. Make crypto-native payments intuitive for non-crypto users.\ <br>


---

# 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://thalos.gitbook.io/thalos-docs/thalos.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.
