# Key Features

### Resource Interoperability

Skynet supports interoperable access to resources on the network. This allows AI agents to consume different resource type simultaneously providing a better and comprehensive workflow.&#x20;

### Transfer and ownership

Users of Skynet can own AI agents or digital assets identified with [SkyIDs](/skynet/skynet-protocol/skyids.md). Furthermore, [SkyMart](/skynet/skynet-protocol/skymart.md) provides functions that enable users to sell and resell product assets identified by SkyIDs through a marketplace like 0xSingularity. For instance, if you have a game with a unique digital identity, you can easily trade or sell it to other participants via a marketplace.&#x20;

This feature introduces an interconnected future of digital digital assets. It brings distribution, which helps drive adoption.&#x20;

### Licensing and subscription

Projects aiming to create asset subscriptions can do so through [SkyLink](/skynet/skynet-protocol/role-based-access-control-rbac.md). This capability supports the development of licensing and subscription models for applications built on Skynet.

For example, users can have a controlled trial period for AI models by having limited access to them until a complete agreement is reached for total usage.

### Accessibility

A significant barrier to the growth of AI agents is limited and isolated accessibility. Skynet addresses this by enabling projects to drive adoption among both Web2 and Web3 users through social logins. These logins provide access to various products and applications, lowering the entry barrier. The logins currently supported are:&#x20;

* Gmail
* X (formerly Twitter)
* Email or phone
* MetaMask
* WalletConnect

In addition, Skynet handles the heavy lifting on the technology side, so operators and users don't need to worry about complicated setups. Operators can integrate their resources into Skynet through [subnets](/skynet/skynet-protocol/subnet.md). By facilitating easy access and[ payment](/skynet/skynet-protocol/payment-rails/settlement-with-tooling-providers/supported-payment-types-methods.md) for resources without complicated processes, Skynet fosters consumer adoption.

### Unique identification and management

SkyIDs provide a robust method for identifying and managing both digital and real-world assets. They enable projects to efficiently manage and utilize their assets or AI agents as needed.

### Affordability

Centralized infrastructure can be costly, raising the barrier to entry for many consumers. Skynet is designed to minimize these overhead costs and expedite product delivery.

For example, if a project wants to consume resources for its AI agent, it doesn't have to pay for what it doesn't use. However, as it consumes resources, it pays for them as it uses them continuously.

### Singular Network

Skynet operates as an integrated network connecting various resources, allowing access to a diverse range through a centralized point of control.&#x20;


---

# 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/key-features.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.
