# Welcome

**Tstocks** is a decentralized protocol built on **The Open Network (TON)** that enables permissionless, KYC-free trading of real-world stock assets (RWAs) on-chain.

Whether you're a user, developer, or researcher, this documentation will help you get started with the protocol, explore its features, and contribute to its growth.

***

### 🚀 What is Tstocks?

Tstocks is an **on-chain RWA stock trading platform** that allows anyone to:

* Trade tokenized stocks (xStocks) like Tesla, Apple, and NVIDIA
* Use stablecoins (USDT/USDC) to buy or short stocks
* Leverage long or short positions
* Use wallets via TON, EVM, or self-custody
* Enjoy a **gasless** trading experience
* Bridge assets from other chains

All while maintaining **privacy, security, and self-ownership**.

***

### 🛠️ Features

| Category              | Description                           |
| --------------------- | ------------------------------------- |
| 📈 Spot Trading       | Buy/sell RWA stocks using stablecoins |
| 💰 Leverage Trading   | Long/Short RWA stocks with collateral |
| 🔐 Wallet System      | MPC + Local wallet + TonConnect + EVM |
| 🌉 Multi-Chain Bridge | Deposit assets from Solana, EVM, etc. |
| 🧾 No KYC             | Trade freely without identity checks  |
| 📉 PnL Analysis       | Built-in analytics and portfolio view |

***

### 🔗 Supported Assets

Tstocks integrates with [Backed.fi](https://backed.fi) to tokenize and support a growing list of real-world stocks including:

* Tesla (TSLA)
* NVIDIA (NVDA)
* Alphabet (GOOGL)
* Apple (AAPL)
* Meta (META)
* Amazon (AMZN)

View all: [xstocks.com/products](https://xstocks.com/products)

***

### 📚 What You’ll Find Here

This documentation contains:

* ✅ **Getting Started Guide**: how to connect and use the app
* ⚙️ **Architecture**: how the protocol works
* 💼 **Developers Guide**: how to build on Tstocks
* 🔐 **Wallet Integration**: options for self-custody & MPC
* 🌉 **Bridging Guide**: how to move funds from other chains
* 🧠 **FAQs**: common questions and answers
* 📖 **Glossary**: key terms used throughout the app

***

### ✨ Quick Start

> Looking to trade immediately? Head over to <https://tstocks.xyz>

For developers:

```bash
# Clone the repo
git clone https://github.com/your-org/tstocks.git

# Install dependencies
pnpm install

# Run the frontend locally
pnpm dev
```

***

### 🧑‍💻 Who is This For?

* **DeFi traders** looking for stock exposure on-chain
* **Developers** building tools around RWA assets
* **Bridge users** transferring funds into TON
* **MPC & Wallet** researchers exploring cross-chain authentication

***

### 📬 Contact & Community

* 💬 Telegram: [@TstocksProtocol](https://t.me/TstocksProtocol)
* 🐦 Twitter: [@TstocksOnchain](https://twitter.com/TstocksOnchain)
* 🌐 Website: <https://tstocks.xyz>

Have a feature request or bug? Open an [issue](https://github.com/your-org/tstocks/issues).

***

### 🧾 License

This project is open-source under the MIT License.

***

> 💎 Tstocks — Decentralized stock trading for the open financial world.


---

# Agent Instructions: 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://docs.tstocks.pro/welcome.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.
