# Technical specs/features

* **AI Engine**: Built with agentic LLM architecture + custom toolchain.
* **Wallet Control**: Uses smart wallet with delegated keys, rate limits, and transaction caps.
* **Cross-Chain Compatibility**: Starts with Base, with other EVM chains & SOL expansion planned.
* **Command Types:**
  * Buy items online (e.g. Amazon, Shopify, Farfetch)
  * Transfer crypto using usernames/handles
  * Swap tokens and manage balances
  * Claim airdrops, mint NFTs, interact with DApps
  * Set up automations and reminders
* **Security:**
  * Every transaction is user-confirmed
  * Pilot can’t transfer without permission
  * No seed phrases stored or shared


---

# 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://pilot-6.gitbook.io/pilot-docs/overview/technical-specs-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.
