> For the complete documentation index, see [llms.txt](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/7.-standr-bot-a-deep-dive/7.4-security-transparency-and-community.md).

# 7.4 Security, Transparency and Community

StandR Bot emphasises safety and trust:

* **Non‑custodial wallet:** users remain in full control of their funds; they hold the private keys. The bot cannot withdraw or transfer assets without permission.
* **Full transparency:** every trade executed by the bot is reported to the user in real time and can be viewed on-chain. Details include entry price, exit price, trade size, profit/loss and rationale. Users can audit trades via block explorers.
* **Community Support:** an official EOSI Finance Telegram group connects StandR Bot users with one another and with the EOSI Finance team. Members share experiences, ask questions and discuss strategies. The group also receives daily market analyses and signals.
* **AI Monitoring:** the bot’s models undergo regular audits. The quant team continuously monitors performance and updates algorithms. Users’ feedback influences model adjustments which are continuously evaluated by users and developers. Model updates and improvements are subject to governance.
* **Roadmap Integration:** futuristic features will be implemented based on user's votes. Future versions will integrate with EOSI’s governance so that token holders can vote on changes to the bot’s strategies, fee structures and asset support.


---

# 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://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/7.-standr-bot-a-deep-dive/7.4-security-transparency-and-community.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.
