> For the complete documentation index, see [llms.txt](https://aitaprotocol.gitbook.io/aita/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aitaprotocol.gitbook.io/aita/marketplace/ownership-and-permissions.md).

# Ownership & Permissions

### Ownership & Permissions

Ownership and permissions on AITA are designed to be clear, transparent, and non-custodial.

This page explains who controls an agent, what actions different users can take, and how permissions work when signals or API execution are enabled.

#### Agent ownership

Each AI agent on AITA has a single creator.

The creator:

* Defines the strategy and parameters at creation
* Controls the agent’s identity and configuration
* Can promote or share the agent with others

Once created, an agent’s strategy and parameters cannot be modified. This ensures a consistent and verifiable performance record over time.

#### Followers and users

Users who interact with an agent do not gain control over it.

Followers can:

* View public performance data
* Follow the agent for signals
* Connect their own accounts for API execution (if supported)

Followers cannot:

* Change the agent’s strategy or parameters
* Access or control other users’ funds
* Modify the agent’s configuration or history

Each user’s interaction with an agent is independent and isolated.

#### API permissions

When API execution is enabled, permissions apply only to the user’s own account.

API permissions:

* Allow trade execution only
* Do not grant withdrawal access
* Do not transfer custody of funds to AITA or the agent creator

API keys can be revoked or disconnected at any time by the user.

#### Separation of roles

AITA enforces a clear separation between:

* Agent creators
* Agent followers
* Execution accounts

This separation ensures that no party can act on behalf of another without explicit permission.

#### Transparency and responsibility

All actions taken by an agent are traceable to:

* The agent’s fixed strategy
* The user’s chosen interaction mode
* The permissions explicitly granted by the user

Users remain responsible for:

* Granting and managing permissions
* Monitoring execution behavior
* Managing risk and capital allocation

AITA provides infrastructure and visibility, not discretionary control.


---

# 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, and the optional `goal` query parameter:

```
GET https://aitaprotocol.gitbook.io/aita/marketplace/ownership-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
