> For the complete documentation index, see [llms.txt](https://docs.brahma.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brahma.fi/others/risks/other-risks.md).

# Other Risks

While Brahma offers advanced features and benefits, it's essential to be aware of potential risks. Please consider the following disclaimers:

1. Smart Contract Risks: Smart contracts, including those used in the Brahma, may be subject to various risks, vulnerabilities, and exploits. Despite rigorous testing and audits, unforeseen vulnerabilities may still exist, leading to financial losses or unintended consequences.
2. Third-Party Integration Risks: Brahma's functionality extends through integrations with third-party protocols and services for direct actions and automated processes. Although these integrations aim to bolster security and bypass the need for interacting with external frontends, they are not immune to potential third-party risks. Users are advised to diligently evaluate the security posture and dependability of these integrated services.
3. Custody and Security: Your account operates within a non-custodial framework, allowing users to retain control of their assets in their Safe Wallets. However, users are responsible for their wallet security, private keys, and overall custody of their funds. It's imperative to exercise proper security measures and utilise trusted wallet solutions to protect against unauthorised access or potential losses.
4. Regulatory Compliance: Users should ensure compliance with applicable laws, regulations, and guidelines when using Brahma. The regulatory landscape surrounding DeFi and cryptocurrencies is evolving, and it's essential to understand and adhere to the legal requirements of your jurisdiction.
5. User Responsibility: While your account strives to provide accurate and reliable information, it is the responsibility of each user to conduct their research, due diligence, and risk assessment before engaging with the platform. Users should carefully evaluate the risks involved and make informed decisions based on their risk tolerance.

*Disclaimer: The information provided here is for informational purposes only and should not be considered as financial, investment, or legal advice. The usage of Brahma and engagement with on-chain protocols involve inherent risks, and users should only participate with funds they can afford to lose. Brahma  and its team cannot be held responsible for any financial losses, damages, or liabilities incurred while using the platform. Users are encouraged to seek independent professional advice when making financial decisions.*

*By acknowledging and understanding these risks and disclaimers, users can approach Brahma with informed caution and take appropriate measures to mitigate potential risks.*


---

# 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.brahma.fi/others/risks/other-risks.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.
