# Types of Subnet

The Skynet protocol encompasses various subnet types tailored to specific GPU and Compute requirements:

* **Public Subnet:** Accessible to the public, these subnets cater to applications that do not necessitate high-security measures or authorization before use. Users or enterprises utilizing this subnet do not require permission, it is permissionless.
* **Private Subnet:** Reserved and restricted, private subnets furnish computing resources for applications demanding heightened security and privacy. Only whitelisted enterprises or entities can access these private subnets.  Configuration of automated failover between different private subnets is the responsibility of the Enterprise/Entity.
* **Sovereign Subnet:** Sovereign subnets are inaccessible to any other parties besides the entity that established them. And this is because it is dedicated to the sole use of the creating entity.  An example of this would be an Enterprise scale AI company utilizing Skynet for their own AI training and inference.


---

# Agent Instructions: 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://skynet-sky.gitbook.io/skynet/depin-layer/supercloud/types-of-subnet.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.
