> For the complete documentation index, see [llms.txt](https://docs.citrea.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.citrea.xyz/developer-documentation/ecosystem-tooling/wallets-aa.md).

# Wallets & Account Abstraction

### Dynamic SDK

[Dynamic](https://www.dynamic.xyz) combines authentication, smart wallets, and secure key management into one flexible SDK. It is available on Citrea Testnet and you can onboard users with email, SMS or social login—no separate wallet extension required.

You can check the documentation from here: [Dynamic SDK Docs](https://www.dynamic.xyz/docs/introduction/welcome).

***

### Pimlico

[Pimlico](https://pimlico.io/) is the world's most popular ERC-4337 account abstraction infrastructure platform. Pimlico provides a suite of tools and services to help you build, deploy, and manage smart accounts on Ethereum and other EVM-compatible chains.

Pimlico's [Bundler](https://docs.pimlico.io/references/bundler) and [Paymaster](https://docs.pimlico.io/references/paymaster) are available on Citrea, allowing you to build account abstraction applications with ease.

You can access the bundler/paymaster endpoints at [https://api.pimlico.io/v2/5115/rpc?apikey=...](https://api.pimlico.io/v2/5115/rpc?apikey=).

***

### Safe{Wallet}

Deployed by [Protofire](https://www.protofire.io), [Safe{Wallet}](https://safe.citrea.xyz) is available on Citrea. It enables more choices for your custody needs, lets you set spending rules for your assets, and activates smarter & safer wallets.

***

{% hint style="info" %}
Citrea is EVM compatible, so you can add Citrea Mainnet & Citrea Testnet to any EVM wallet with the content available at the [chain information](/developer-documentation/chain-information.md) section.
{% endhint %}


---

# 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://docs.citrea.xyz/developer-documentation/ecosystem-tooling/wallets-aa.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.
