# Manage permissions

Aurora Chains have three different profiles of permissions:

* **Public Chain**: Anyone can freely interact and deploy contracts on this chain.
* **Public Permissioned Chain:** The chain owner decides who can interact and deploy contracts on the chain. The transactions are still public and available on the Chain Explorer.
* **Private Chain**: A permissioned chain with fully private data. No one can see the transaction details on this chain. A private chain can be exported as a public one if requested.

Permissioned Chains use whitelists of wallet addresses or user IDs to determine who can interact with it and who’s authorised to deploy contracts. These lists are fully configurable via APIs and can be linked to any third party application. A common use case is to couple them with KYC/KYB to ensure only verified users interact with the chain.

The advantage of chain-level permission over contract-level permission is that once users are verified, they can freely interact with any services deployed on this chain, enabling the creation of fully compliant ecosystems.


---

# 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://aurora-labs.gitbook.io/aurora-cloud-documentation/run-your-own-virtual-chain/manage-permissions.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.
