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

# Is StableJack Safe to Use?

Learn how StableJack approaches user safety, fund custody, trading control, data security, and risk responsibility.

StableJack is designed to help users research markets, analyze trading opportunities, and manage investment workflows without taking custody of user funds. The platform provides AI-powered market analysis and trading tools, but users remain in control of their own accounts, wallets, and trading decisions.

### Does StableJack hold my funds?

No. StableJack does not custody user funds. Your assets remain in your own wallet, brokerage account, or connected exchange account, depending on the integrations you use.

StableJack is built as a trading terminal and investment copilot. It helps you access insights, analyze market conditions, review trade setups, and manage positions. It does not operate like a bank, broker, or custodial exchange.

### Can StableJack trade without my approval?

StableJack is designed to support decision-making and trading workflows. Users should review trade details before taking action.

If a trading or execution feature is available through a connected integration, users are responsible for reviewing the asset, order size, direction, entry, stop loss, take profit, fees, and risks before confirming a transaction.

StableJack should not be treated as an automated profit system. It is a tool for research, analysis, and execution support.

### How does StableJack protect users?

StableJack focuses on giving users more structured information before they make decisions. This includes market analysis, trade setups, risk flags, bull and bear cases, confidence scores, and position-related insights.

The goal is to help users avoid making decisions based only on fragmented information, emotional reactions, or incomplete market context.

However, no trading tool can remove risk. Markets can move quickly, AI-generated analysis can be incomplete, and every trade can result in losses.

### What should I check before trading?

Before making a trading decision, review the asset, market conditions, trade direction, position size, leverage, stop loss, take profit, time horizon, fees, and possible downside.

You should also consider whether the trade fits your own risk tolerance and financial situation.

### Summary

StableJack is safe to use as a non-custodial trading terminal and investment copilot, but it does not eliminate trading risk. The platform helps users analyze markets and make more informed decisions, while users remain responsible for their funds, trades, and risk management.

<br>


---

# 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.stablejack.xyz/stablejack/security/is-stablejack-safe-to-use.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.
