Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add security guideline #209

Merged
merged 3 commits into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/security_guideline.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
slug: security
title: Security Guidelines
position: 9
sidebar_position: 9
---

To ensure the stability and security of your Axon chain, please adhere to the following security assumptions:
* **Validator Trustworthiness**: Assume the absence of **any malicious** entities within the validator list. A secure Axon chain relies on trustworthy validators.
* **High Availability**: To maintain a robust network, it's crucial that at least `(n/3 + 1)` nodes remain online at all times. This level of availability helps safeguard the chain's continuous operation and resilience against potential disruptions.
Loading