> For the complete documentation index, see [llms.txt](https://trifecta.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trifecta.gitbook.io/welcome/terms-and-conditions.md).

# Terms & Conditions

Last Updated: 05 September 2023

### **Introduction**

Welcome to Trifecta, a decentralized platform designed to provide automated trading solutions in the cryptocurrency market. These Terms and Conditions ("Terms") govern your use of our website, mobile application, Telegram trading, and other services ("Services").

Please read these Terms carefully before using our Services. By accessing or using our Services, you agree to comply with and be bound by these Terms. If you disagree with any part of the Terms, then you may not access or use our Services.

### **Acceptance of Terms**

By accessing or using the Services, you confirm your acceptance of these Terms and your agreement to be bound by them. If you do not agree to these Terms, you may not access or use the Services.

### **Changes to Terms**

Trifecta reserves the right to change, modify, or revise these Terms at any time. Every time you use the Services, the latest version of these Terms will apply. We will attempt to notify users of any changes, but it is your responsibility to review these Terms regularly.

### **Decentralized Services**

Trifecta's Services are decentralized and are facilitated through MetaMask or other blockchain interfaces. While we do not store your private keys, wallet information, or other sensitive data, you are solely responsible for securely managing your own blockchain-secured information.

### **Risks and Disclaimers**

Trifecta employs automated trading algorithms designed for cryptocurrency markets, but it does not guarantee profits. Investing in cryptocurrencies is inherently risky and you should only invest money that you can afford to lose. Trifecta is not responsible for any losses you may incur.

### **Limitation of Liability**

In no event shall Trifecta, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from your use or the inability to use the Services.

### **Intellectual Property**

The Services and its original content, features, and functionality are and will remain the exclusive property of Trifecta and its licensors. Our Services are protected by copyright, trademark, and other laws of both the United States and foreign countries.

### **Governing Law**

These Terms shall be governed and construed in accordance with the laws of Lisbon, Portugal, without regard to its conflict of law principles.

### **Contact Information**

For any questions about these Terms, please contact us at:

Email: <contact@trifecta.fi>


---

# 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://trifecta.gitbook.io/welcome/terms-and-conditions.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.
