> For the complete documentation index, see [llms.txt](https://docs.archivesol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archivesol.xyz/iii.-for-creators/benefit-from-robust-security-and-privacy.md).

# Benefit from Robust Security & Privacy

Your intellectual property is your most valuable asset. The Archivium Protocol is engineered to provide a full spectrum of access control levels, allowing you to choose the perfect balance of openness and security for your project.

#### You Control the Keys

From the moment you tokenize your asset, you are in complete control of its distribution. We provide the framework for security; you define the rules.

#### A Full Range of Access Control

Whether you intend to grant open access to your work or implement enterprise-grade security to safeguard your intellectual property, Archivium supports your needs.

* **Open Access & Open Source:** Want to share your work freely but still track usage or accept tips? You can configure your asset to be publicly accessible while still being registered on the protocol.
* **Token-Gated Access:** The most common method. Require users to hold your specific SFT, or a certain amount of $ARCHIVE tokens, to gain access. This is perfect for commercial models and private datasets.
* **Enterprise-Grade Security:** For highly sensitive intellectual property, you can implement stricter authentication measures. This could involve whitelisting specific wallet addresses, requiring multi-signature approvals for access, or integrating with other decentralized identity solutions.

With Archivium, decentralization doesn't mean a lack of security. It means security is in your hands, not a third party's.

<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:

```
GET https://docs.archivesol.xyz/iii.-for-creators/benefit-from-robust-security-and-privacy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
