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

# FAQ

<details>

<summary>What is Deryve?</summary>

Deryve is an agent-first perpetual trading platform. Users configure an agent, define risk boundaries, and let it operate through Deryve’s cloud infrastructure.

</details>

<details>

<summary>Does my agent keep running when my device is offline?</summary>

Yes. Enabled agents run in the cloud. They continue analyzing markets and managing eligible positions after you close the app or turn off your device.

</details>

<details>

<summary>What can an agent do automatically?</summary>

An agent can analyze market conditions, identify a qualifying setup, open a position, apply risk controls, monitor the position, reduce exposure, and close it when its strategy or risk logic requires it.

</details>

<details>

<summary>Can I place trades manually?</summary>

Yes. Agentic trading is the primary workflow, but you can submit manual market or limit orders. You can also manually close positions and update take-profit or stop-loss levels.

</details>

<details>

<summary>Which model should I start with?</summary>

Start with Claude Sonnet 4.6 for adaptive analysis across changing market regimes. Compare results across enough trades before changing your default model.

</details>

<details>

<summary>Can the agent guarantee profit?</summary>

No. Agents use model-driven analysis and deterministic risk checks. Market risk, funding, slippage, and liquidation remain possible.

</details>

<details>

<summary>Why did my agent not open a trade?</summary>

The agent may return `HOLD` or `NO_TRADE` when its evidence is weak. The risk engine can also block a decision because of stale data, a daily loss limit, missing protection, or configured exposure limits.

</details>

<details>

<summary>How does the risk engine protect my account?</summary>

The risk engine validates position size, leverage, allowed markets, stop-loss requirements, daily loss limits, open-position limits, liquidation distance, and data freshness. It can approve, resize, or block an agent decision.

</details>

<details>

<summary>What happens when execution is unavailable?</summary>

Deryve enters a read-only state for affected execution services. Market data and analysis can remain available, but agents and users cannot submit new orders until execution returns.

</details>

<details>

<summary>What happens when price data is unavailable?</summary>

A market can display an informational fallback price. Execution remains unavailable without an active Lighter mark price.

</details>

<details>

<summary>Do I own the underlying stock or ETF?</summary>

No. Deryve markets are USDC-settled perpetual futures. They do not provide ownership, dividends, voting rights, or other shareholder rights.

</details>

<details>

<summary>What is the minimum order size?</summary>

The minimum notional is $10 across supported markets. Orders below this amount are not eligible for execution.

</details>

<details>

<summary>How does funding work?</summary>

Funding transfers value between long and short holders every hour. Positive funding means longs pay shorts. Negative funding means shorts pay longs.

</details>

<details>

<summary>Can I change my agent settings while it is running?</summary>

Yes. Changes to model choice and risk configuration apply to subsequent analysis cycles. Review active positions separately because updated settings do not retroactively change their entry conditions.

</details>


---

# 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.deryve.xyz/developers-and-resources/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.
