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

# Welcome

Jaawle is one terminal for stocks, ETFs and crypto, on-chain.

Three things happen here, on the same assets and with the same wallet:

* **Trade perpetuals.** Long or short Apple, the S\&P 500 or Bitcoin up to 10× with USDC as collateral. Every stock market is backed by a pool that holds the real tokenized shares.
* **Buy the stock.** Any listed stock in the issuer's catalogue, as a tokenized share, bought on your own issuer account and delivered to your wallet.
* **Stake and earn.** Deposit shares or USDC into a market's pool. The pool earns the traders' fees and borrow, and every cash dividend stays in it, so it stays yours.

Everything settles in USDC on Base. Collateral sits in audited contracts or in your wallet, never with the platform. Prices come from Pyth, shares from the issuer (today Dinari).

## How this book is organised

| Section                                                                 | Read it if you want to                                                                     |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [Product](/product/markets.md)                                          | use the terminal: markets, trading, buying stocks, pools, triggers, sessions, fees         |
| [Assets and prices](/assets-and-prices/tokenized-shares-and-custody.md) | know what backs a market, who holds the shares, and where prices come from                 |
| [Risk](/risk/liquidation-and-insurance.md)                              | understand liquidation, insurance, and what can cost traders and liquidity providers money |
| [Protocol](/protocol/overview.md)                                       | understand the contracts: pools and NAV, the trading engine, dividends, governance         |
| [Security](/security/design.md)                                         | review what can go wrong and what stops it                                                 |
| [Legal](/legal/eligibility-and-identity.md)                             | check who may use the platform and how identity is verified                                |
| [FAQ](/legal/faq.md)                                                    | get a short answer                                                                         |

## Status

The platform is in closed beta on Base Sepolia. Until the issuer partnership is live, share purchases and pool rebalances run against a simulation that fills at the oracle price during the NYSE session; nothing is bought for real yet. Mainnet follows an audit of the contracts.


---

# 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://docs.jaawle.xyz/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.
