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

# Crypto

Crypto is where Guida begins — and it's a deliberate choice, not a limitation.

## Why start with crypto

* **It never closes.** Crypto markets run 24/7, which is precisely the environment where an always-on agent earns its keep. There's no "after hours" — there's only opportunity you can't personally watch every minute of.
* **Deep liquidity and rich data.** Major cryptocurrencies have deep markets and abundant historical data, which makes for meaningful backtests and realistic paper trading.
* **A mature on-chain ecosystem.** Crypto is where automated, non-custodial trading is most developed — the ideal proving ground for Guida's engine.

Starting here lets us prove the core experience — describe, test, deploy, automate — on the assets best suited to it, before extending to more complex asset classes.

## What you can do with crypto in Guida

* Build strategies on major cryptocurrencies using plain-English intent.
* Backtest them against historical crypto data.
* Paper-trade them on live prices with simulated funds.
* Automate execution 24/7 within the risk limits you set.

## Common crypto strategies

Crypto's volatility and round-the-clock nature make it especially well-suited to disciplined, automated strategies:

* **Dollar-cost averaging** to build positions steadily and remove timing stress.
* **Dip-buying** to take advantage of the sharp drawdowns crypto is known for.
* **Profit-taking ladders** to lock in gains during volatile run-ups.
* **Range and trend strategies** to trade the swings systematically.

You'll find ready-to-use versions of all of these in the [Strategy Cookbook](/guida-docs/guides/cookbook.md).

## The role of discipline

If any market punishes emotional decision-making, it's crypto. The volatility that creates opportunity also triggers fear and greed at their most extreme. This is exactly where automation shines: an agent that executes your stop-loss at 3 a.m. and takes profit on schedule, without the panic or euphoria that derails human traders.

***

**Next:** [Tokenized Stocks & RWAs →](/guida-docs/assets/tokenized-rwa.md)


---

# 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://guida-2.gitbook.io/guida-docs/assets/crypto.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.
