# SkyIDs

SkyIDs are the unique identifiers given to **projects** on Skynet.

They have several properties:

1. Enable the management of **budgets** (tokens and sUSD) by Agents.
2. Enable mapping between AI agents and human **identity services** to enable Ageny KYC.
3. Act as an identifier for **digital assets** other than agents (where assets can be an app, a dApp, a  tool, or infrastructure).
4. Identify Real World Assets from tooling providers that are fully integrated with Skynet.


---

# 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://documentation.skynet.io/skynet/skynet-protocol/skyids.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.
