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

# Terms & Conditions

Last updated: July 2026

These Terms & Conditions govern your access to and use of FortunaWay’s website, documentation, community channels, and product interfaces.

By using FortunaWay, you agree to these Terms.

### Use of FortunaWay

FortunaWay provides cultural identity, participation, credential, points, and membership-related features. You agree to use FortunaWay only for lawful purposes and in accordance with official rules and guidelines.

### Wallet Responsibility

Users are responsible for their own wallets, private keys, seed phrases, devices, and account security. FortunaWay will never ask for your private key or seed phrase.

### Fortuna Points

Fortuna Points are non-transferable contribution records used within the FortunaWay ecosystem. They are not tokens, not financial instruments, not cash-equivalent assets, and not redeemable for money.

### Fortuna Credentials

Fortuna Credentials may represent participation, achievements, roles, or membership status. Credentials are designed for identity and reputation purposes within the FortunaWay ecosystem.

### Prohibited Conduct

Users may not:

* Use bots, scripts, or fake accounts to manipulate participation
* Submit false, misleading, or fraudulent information
* Impersonate FortunaWay, team members, partners, or community members
* Attempt to exploit, attack, or disrupt FortunaWay systems
* Promote scams, phishing links, financial promises, or unauthorized campaigns
* Violate applicable laws or community rules

### Third-Party Services

FortunaWay may link to third-party wallets, infrastructure providers, social platforms, or partner services. FortunaWay is not responsible for third-party platforms, policies, or actions.

### Changes to Terms

FortunaWay may update these Terms from time to time. Continued use of FortunaWay after updates means you accept the revised Terms.

### Contact

For questions about these Terms, contact:

Email: <support@fortunaway.com>


---

# 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.fortunaway.com/resources/privacy-policy/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.
