# Smart Wallet

- [Manage your smart wallet](https://timelessx.gitbook.io/timeless-x/smart-wallet/manage-your-smart-wallet.md)
- [Fund your smart wallet](https://timelessx.gitbook.io/timeless-x/smart-wallet/fund-your-smart-wallet.md)
- [Send funds from smart wallet](https://timelessx.gitbook.io/timeless-x/smart-wallet/send-funds-from-smart-wallet.md)
- [Smart Wallet FAQ](https://timelessx.gitbook.io/timeless-x/smart-wallet/smart-wallet-faq.md)
- [Did you send funds to a centralized exchange from your smart wallet?](https://timelessx.gitbook.io/timeless-x/smart-wallet/smart-wallet-faq/did-you-send-funds-to-a-centralized-exchange-from-your-smart-wallet.md): For users who sent funds from their Timeless X smart contract wallets to their addresses on centralized crypto exchanges (CEX) like Binance, Coinbase, Bybit, Kucoin, MEXC, Gateio etc.
- [Where is the private key for smart wallet?](https://timelessx.gitbook.io/timeless-x/smart-wallet/smart-wallet-faq/where-is-the-private-key-for-smart-wallet.md)
- [Why do I pay high gas fees for smart wallet transactions?](https://timelessx.gitbook.io/timeless-x/smart-wallet/smart-wallet-faq/why-do-i-pay-high-gas-fees-for-smart-wallet-transactions.md)
- [How can I disable a smart wallet?](https://timelessx.gitbook.io/timeless-x/smart-wallet/smart-wallet-faq/how-can-i-disable-a-smart-wallet.md)
- [Account Abstraction 101](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101.md)
- [Glossary](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/glossary.md)
- [What is an account?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-an-account.md)
- [What is Externally Owned Account (EOA)?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-externally-owned-account-eoa.md)
- [What is Smart Contract Account (SCA)?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-smart-contract-account-sca.md)
- [What is UserOperation?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-useroperation.md)
- [What is Bundler?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-bundler.md)
- [What is EntryPoint?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-entrypoint.md)
- [What is Aggregator?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-aggregator.md)
- [What is Paymaster?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-paymaster.md)
- [What is ERC-4337?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-erc-4337.md)
- [What is EIP-1271?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-eip-1271.md)
- [What is ERC-6900?](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-erc-6900.md)


---

# 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://timelessx.gitbook.io/timeless-x/smart-wallet.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.
