> For the complete documentation index, see [llms.txt](https://cointswap-docs.gitbook.io/coint-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cointswap-docs.gitbook.io/coint-docs/our-shared-values.md).

# Our Shared Values

## &#x20;

### <mark style="color:green;">**Welcome to the Coint DEX community!**</mark>&#x20;

We're thrilled to have you join us as we build and grow our decentralized exchange platform. To ensure a positive and respectful environment for everyone, we've established these Community Guidelines outlining our shared values and expectations.&#x20;

Please take a moment to familiarize yourself with them.

### <mark style="color:yellow;">1. Respect and Inclusivity</mark>

**Respect Others** : Treat all community members, regardless of their background or opinions, with respect and courtesy. Disagreements are normal, but they should be expressed constructively and respectfully.

**Inclusivity** : We embrace diversity and inclusion. Discrimination, hate speech, or any form of harassment will not be tolerated.

### <mark style="color:yellow;">2. Constructive Participation</mark>

**Engage Thoughtfully** : Share your thoughts, ideas, and feedback thoughtfully and constructively. We encourage meaningful contributions that promote the growth of our platform.

**Stay On-Topic** : Keep discussions focused on Coint DEX-related topics. Off-topic or spammy content may be removed.

### <mark style="color:yellow;">3. Privacy and Security</mark>

**Protect Personal Information** : Do not share personal information or sensitive data about yourself or others. This includes wallet addresses, private keys, or any confidential information.

**Be Cautious** : Be wary of unsolicited messages or requests for personal information. Report any suspicious activity to the community moderators or administrators.

### <mark style="color:yellow;">4. Compliance and Legal</mark>

**Respect Laws and Regulations** : Follow all applicable laws and regulations, including those related to cryptocurrency and blockchain technology.

**No Financial Advice** : Do not provide or solicit financial advice. Consult with a qualified financial advisor for investment guidance.

### <mark style="color:yellow;">5. Community Moderation</mark>

**Report Violations** : If you come across content or behavior that violates these guidelines, please report it to the community moderators or administrators. We rely on your help to maintain a safe and respectful community.

**Moderator Decisions** : Respect the decisions of community moderators. They are here to ensure that our community remains a positive space for all members.

### <mark style="color:yellow;">6. Enjoy the Journey</mark>

**Have Fun** : Engage in discussions, ask questions, and explore our platform with enthusiasm. Let's make our community an enjoyable place to learn, grow, and collaborate.

By participating in the Coint DEX community, you agree to abide by these Community Guidelines. We reserve the right to take appropriate action, including warnings, temporary suspensions, or permanent bans, for violations of these guidelines.

<mark style="color:green;">Thank you for being a part of our community and contributing to the success of Coint .</mark>&#x20;

<mark style="color:green;">Let's build a vibrant and respectful ecosystem together!</mark>


---

# 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://cointswap-docs.gitbook.io/coint-docs/our-shared-values.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.
