# Introduction

### **What is Pilot?**

Pilot is an **AI Agent Control Layer** designed for the future of onchain transactions and trading.

At its core, Pilot abstracts the complexity of wallets, chains, and protocols into a **single conversational interface**. Users can:

* Manage wallets and assets across networks
* Swap tokens and interact with DeFi protocols
* Execute complex transactions through natural language commands

On top of this, Pilot is developing the infrastructure that makes **trading and execution smoother** — giving users a unified way to act across protocols while setting the stage for agents to become a central part of onchain activity.

### **Why it matters**

The blockchain ecosystem has grown rapidly, but the **user experience is still fragmented**:

* Wallets, chains, and protocols operate in silos.
* Transactions often require multiple steps and manual confirmations.
* Most AI agents today can parse intent, but lack the infra to execute actions safely across chains.

Pilot solves this by:

* **Abstracting fragmentation** → one layer between intent and execution.
* **Making transactions natural** → users give instructions in plain language.
* **Building for scale** → protocols can plug into Pilot’s SDK to launch agents without reinventing infra.

The result is a **control layer for agents** and a **unified interface for users**, accelerating adoption of onchain transactions.


---

# 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://docs.pilotagent.org/overview/introduction.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.
