> For the complete documentation index, see [llms.txt](https://documentation.skynet.io/skynet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.skynet.io/skynet/getting-started/skynet-benefits.md).

# Skynet Benefits

There are several benefits users get to enjoy from using the Skynet protocol. Below, we go through a few of them:&#x20;

* **Fast transaction:** Transactions sometimes take a while before they go through, which adds some latency to workflow. However, this isn't the case with the Skynet protocol because every transaction and request is routed through the Skynet Chain, which is inexpensive and fast.&#x20;
* **Developer and creator incentive:** There are many ways AI agent developers and creators can earn money on the Skynet protocol. All they have to do is publish their AI agent and earn from it through royalties, purchase fees, etc. This flexibility in earning incentivizes contribution to the protocol's long-term progress.&#x20;
* **Easy to use:** Skynet already abstracts away many technical details behind the hood, so there is zero need for high-level knowledge to use the protocol. It's straightforward and easy to use. From creating your own AI agent to deployment, every process is designed to be easy for the average person.&#x20;
* **Data Privacy:** On Skynet, your information is secured, especially because every agent you use is personalized to you alone and not shared amongst other users. Due to this, the chances of your sensitive information leaking are low and impossible. More impressive is that the creator or developer of any agent you use can't access that agent's data except you.
* **Clear ownership:** There's no platform lock-in on ownership, and whatever agent you purchase, you own directly. This means agents can be transferred, re-used, or monetized.


---

# 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://documentation.skynet.io/skynet/getting-started/skynet-benefits.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.
