> For the complete documentation index, see [llms.txt](https://docs.flowx.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowx.finance/privacy-and-terms/risk-disclaimer.md).

# Risk Disclaimer

By using FlowX.Finance website, services, dapp or application, you agree to the following Terms & Conditions.&#x20;

You confirm that you are aware of them and accept them in full: FlowX Finance is a smart contract protocol in its early stages. Though multiple security reviews have been conducted on the smart contracts, you acknowledge that there is a risk associated with using FlowX and its associated functions.&#x20;

Any interactions with the associated FlowX dapps, smart contracts, or related functions MAY put your funds at risk. By using these functions, you release the FlowX protocol and its contributors, team members, and service providers from any and all liability.&#x20;

You confirm that you are lawfully permitted to access this site and use the FlowX Finance protocol functions, and you are not in contravention of any laws governing your jurisdiction of residence or citizenship.&#x20;

You confirm that you are not a resident of Belarus, the Central African Republic, the Democratic Republic of Congo, the Democratic People's Republic of Korea, the Crimea region of Ukraine, Cuba, Iran, Libya, Somalia, South Sudan, Syria, the USA, Yemen, and Zimbabwe, or any other jurisdiction in which accessing or using FlowX Finance protocol is prohibited.&#x20;

You also confirm that you are not located in, incorporated, or otherwise established in a prohibited locality and that you are not using any Virtual Private Network (VPN) to modify your internet protocol address or otherwise circumvent or attempt to circumvent this prohibition.


---

# 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.flowx.finance/privacy-and-terms/risk-disclaimer.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.
