# 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](https://docs.citrea.xyz/developer-documentation/chain-information) section.
{% endhint %}


---

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