> For the complete documentation index, see [llms.txt](https://docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intersectmbo.org/intersect-knowledge-base/legal/policies-and-conditions/intersect-members-policies/code-of-conduct.md).

# Code of Conduct

Version: 1.2

Apache 2.0 license, derived from the Apache Foundation code of conduct.

## Welcome to the Intersect Community!

At Intersect, our goal is to cultivate a safe, friendly, and inclusive space that benefits all members and non-members alike. To ensure that our community remains a positive and enriching environment for everyone, we've put together this Code of Conduct that outlines our shared values and expectations.

This code of conduct is your guide for engaging as a member or non-member of Intersect. It applies to all physical and digital spaces that Intersect hosts, manages, sponsors, or otherwise controls. Your participation is contingent upon following these guidelines in all Intersect activities.

## When and How to Use These Guidelines

Share and Learn: Our community is a space for sharing knowledge, experiences, and ideas. Positively contribute to discussions, offer helpful feedback, be willing to educate others on your work, and remain open to learning from others, both members and non-members.

Give Credit: When sharing content or ideas that aren't your own, ensure you give proper credit to the original creator. Plagiarism and intellectual property infringement are strictly prohibited.

Respect Privacy: Always seek consent before sharing personal information about yourself or others. Respecting each other's privacy is vital to building trust within our community.

Be Inquisitive And Embrace Continuous Improvement: We strive to improve from each experience and are open to constructive criticism. We encourage questions and redirect them to the appropriate channel if we do not have the answer.

Stay On Topic: While we encourage friendly conversations, please ensure your discussions remain relevant to the community's purpose. To keep our space focused and valuable, off-topic or irrelevant content may be redirected or removed. Specific topics that are not appropriate include offering to buy or sell any cryptocurrency or engaging in price speculation.

No Hate Speech or Harassment: Let's maintain a constructive and uplifting atmosphere in all interactions. We have a zero-tolerance policy for any form of hate speech, bullying, harassment, or discrimination. This includes, but is not limited to:

* Violent threats or language directed against another person.
* Sexist, racist, or otherwise discriminatory jokes and language.
* Posting sexually explicit or violent material.
* Posting (or threatening to post) other people's personally identifying information ("doxing").
* Sharing private content without explicit consent, such as messages sent privately or non-publicly.
* Personal insults.
* Unwelcome sexual attention.
* Excessive or unnecessary profanity.
* Repeated harassment of others. In general, if someone asks you to stop, then stop.
* Advocating for or encouraging any of the above behavior.

Governance Integrity: Intersect’s governance depends on each member exercising their membership rights — including voting — independently and in good faith. Members shall not engage in conduct that undermines the integrity of Intersect elections, votes, or governance processes. This includes, but is not limited to:

• Obtaining or maintaining more than one Individual Membership for the purpose of casting additional votes.

• Permitting another person to access or use your membership account, or using another member’s account on their behalf.

• Coordinating, directing, or agreeing to direct the voting of other members’ accounts.

• Accepting membership funding that is conditioned upon voting in a particular manner or for particular candidates.

• Participating in any scheme or arrangement the purpose or effect of which is to concentrate voting power, circumvent the one-member-one-vote principle, or otherwise distort election or governance outcomes.

If you become aware of conduct that may compromise the integrity of an Intersect election or governance process, please report it to <conduct@intersectmbo.org>.

Have Fun and Connect: Finally, remember that Intersect is a place to connect, collaborate, learn, and work together to further the ongoing development of the Cardano ecosystem. But remember, to have fun!

## Managing Violations

If you encounter inappropriate content or behavior, please report it immediately to <conduct@intersectmbo.org>. By working together, we can maintain a positive and safe environment.

If you are the subject of or witness to any violations of this Code of Conduct, please get in touch with us at <conduct@intersectmbo.org>.

For physical events, please get in touch with Intersect staff in attendance or use <conduct@intersectmbo.org>.

We are committed to protecting the safety and privacy of anyone who reports a violation. Intersect has the right, in its sole discretion, to take any action deemed appropriate for such infractions, up to and including loss of Good Standing with Intersect and/or involvement with law enforcement. For purposes of this Code of Conduct, ‘Good Standing’ has the meaning set forth in the Intersect Bylaws and Membership Agreement and requires, among other things, that the member (a) has paid all required membership dues, (b) is not subject to a current suspension of membership rights, and (c) is in compliance with the Membership Documents, including the Bylaws, the Membership Agreement, and this Code of Conduct. A violation of this Code of Conduct may result in the suspension or termination of membership in accordance with the procedures set forth in the Bylaws, including any interim protective measures authorized thereunder.

## Cross-Reference to Governing Documents

This Code of Conduct is one of the Membership Documents governing your relationship with Intersect. It should be read together with the Intersect Bylaws and the Membership Agreement, which contain additional obligations, definitions, and procedures — including the definition of Good Standing, the procedures for membership suspension and termination, election integrity provisions, and the one-person-one-membership rule. In the event of any conflict between this Code of Conduct and the Bylaws, the Bylaws shall control. The most current versions of all governing documents are available at docs.intersectmbo.org.

<br>


---

# 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.intersectmbo.org/intersect-knowledge-base/legal/policies-and-conditions/intersect-members-policies/code-of-conduct.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.
