> 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/reference/faq.md).

# FAQ

Answers to the questions people ask most about Guida. If you don't see yours here, the [Core Concepts](/guida-docs/core-concepts/concepts.md) section goes deeper.

## The basics

### What is Guida?

Guida is an autonomous AI trading agent for crypto and, over time, tokenized real-world assets. You describe a strategy in plain English, test it with backtesting and paper trading, and let it run automatically 24/7 — all within risk limits you set.

### Do I need to know how to code or trade professionally?

No. If you can describe what you want in words, you can build a strategy. Guida handles the logic, monitoring, and execution. It's built for both newcomers and experienced traders.

### How is Guida different from a normal trading bot?

Two big ways. First, you build strategies in plain English instead of writing code. Second, Guida is designed to *understand what it's trading* — it's being built to recognize that tokenized stocks and real-world assets behave differently from crypto, rather than treating everything as an interchangeable token.

### How is it different from just investing myself?

Guida doesn't replace your judgment — it executes it. You still decide the strategy. What Guida adds is tireless, disciplined, around-the-clock execution, plus the ability to rigorously test an idea before committing to it. It removes the emotion and the need to watch the market constantly.

## Safety & control

### Is my money at risk during early access?

No. Early access is **paper-trading only** — you use simulated funds on live market prices. It's a completely risk-free way to build and test strategies. Live trading arrives in a later release.

### Does Guida make trading decisions on its own?

No. Guida executes the rules *you* define, within the limits *you* set. It doesn't independently decide what to buy or sell. Think of it as a disciplined executor, not an autonomous decision-maker. See [Autonomous Trading Agents](/guida-docs/core-concepts/autonomous-agents.md).

### Can I stop or change a strategy after it's running?

Anytime. You can pause, adjust, or stop any strategy instantly, and review everything it has done from your [dashboard](/guida-docs/features/dashboard.md).

### What stops a strategy from spending more than I want?

Every strategy runs within guardrails you set — including a **maximum spend** cap and **position sizing** limits. Guida cannot act outside them. See [Risk Controls](/guida-docs/features/risk-controls.md).

## Strategies & testing

### What is backtesting?

Backtesting runs your strategy against historical data to show how it *would* have performed — return, win rate, drawdown, and more. It's a powerful sanity check, though past performance never guarantees future results. See [Backtesting](/guida-docs/core-concepts/backtesting.md).

### What is paper trading?

Paper trading runs your strategy forward on live market prices using simulated funds. It's the best way to see how a strategy behaves in real, current conditions before risking real capital. See [Paper Trading](/guida-docs/core-concepts/paper-trading.md).

### What kinds of strategies can I build?

Anything from simple dollar-cost averaging to multi-condition strategies with dip-buying, profit-taking ladders, stop-losses, and more. Browse the [Strategy Cookbook](/guida-docs/guides/cookbook.md) for ready-made examples.

## Assets

### What can I trade right now?

Guida launches with major cryptocurrencies — the ideal proving ground, given their 24/7 markets and deep liquidity. See [Crypto](/guida-docs/assets/crypto.md).

### When will tokenized stocks and other real-world assets be available?

Tokenized stocks and RWAs are on the [Roadmap](/guida-docs/reference/roadmap.md) for a later phase. They're central to Guida's long-term vision — an agent that understands real-world assets, not just crypto. See [Tokenized Stocks & RWAs](/guida-docs/assets/tokenized-rwa.md).

## The bigger picture

### When is live trading available?

Live trading is planned for a later release. We're intentionally paper-first so users can learn the system and prove their strategies safely first. See the [Roadmap](/guida-docs/reference/roadmap.md).

### Is there a Guida token?

An ecosystem and marketplace are on the roadmap for a later phase, and may in time include a token grounded in real utility and verified performance. We'll share specifics only when they're ready — anything before then is not a commitment. See [Ecosystem](/guida-docs/reference/ecosystem.md).

### Where can I learn the concepts in depth?

Start with [Core Concepts](/guida-docs/core-concepts/concepts.md), which covers agents, strategies, testing, and risk management in detail. New terms are defined in the [Glossary](/guida-docs/reference/glossary.md).

***

> Guida is a tool for executing strategies you define and control. Nothing in this documentation is financial advice or a guarantee of performance. Markets involve risk, including the risk of loss.


---

# 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/reference/faq.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.
