# About IKEY

IKEY is a multi-chain wallet based on ChainAbstraction technology.

With IKEY, users only need to hold a BTC, EVM, or Near wallet to create and manage wallets on other blockchains. Unlike the **BIP44** protocol, the user's BTC, EVM, or Near wallet genuinely holds ownership of these wallets, without generating new private keys.&#x20;

You can think of IKEY as an enhanced version of an **EIP-4337** wallet, allowing users to control wallets on other blockchains through a single wallet on one chain. This also includes securely transferring ownership of these controlled wallets to others.

### Core Features

**Account Exchange:** Users can securely transfer their subaccounts to anyone. The buyer doesn't need to worry about private key leaks, as the seller does not possess the private keys for the subaccount.

**Enhanced EIP-4337:** All the features of EIP-4337 but offers more. Since it is based on ChainAbstraction, the subaccounts it holds are EOA (Externally Owned Accounts) rather than smart contract accounts, which reduces gas fees. Additionally, it also supports non-SmartContract chains like BTC.

**KEY ID**: Compatible with and supportive of all current blockchains and private key formats, IKEY eliminates the need to create different wallets for different chains. With just one IKEY, users have their digital identity.

### Quick Entry

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick Start</strong></td><td>Create your first IKEY wallet</td><td><a href="/files/5kNKLZmPhIN0xLm7NHpJ">/files/5kNKLZmPhIN0xLm7NHpJ</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>Introduction</strong></td><td>How IKEY works</td><td><a href="/files/PTsRuJ7M65nauKRsV7WH">/files/PTsRuJ7M65nauKRsV7WH</a></td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td></tr><tr><td><strong>General</strong></td><td>Business &#x26; Legal Documents</td><td><a href="/files/FVFi5nGj0U9wlwbwgBiI">/files/FVFi5nGj0U9wlwbwgBiI</a></td><td></td><td><a href="/pages/NYC4lXBtduUjinfTs1Au">/pages/NYC4lXBtduUjinfTs1Au</a></td></tr></tbody></table>


---

# 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://doc.ikey.one/ikey-docs/readme.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.
