# Silius

*Account Abstraction has for a long time been a dream of the Ethereum developer community.*

***- Vitalik Buterin***

### Introduction

**Silius** is an [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337) (account abstraction) bundler implementation in a highly efficient and safe programming language Rust. But there's more; it's design and architecture are:

* modular - architecture is split into multiple components, enabling you to run just what you need
* reusable - everything is implemented as Rust crates, making it possible to use different pieces in your project as building blocks
* efficient - :crab:

### Links

Check the code on [**GitHub**](https://github.com/Vid201/silius)!

Learn more about it [**here**](https://hackmd.io/@Vid201/aa-bundler-rust).

### Join the community!

Join the community and contribute to the account abstraction ecosystem in our [**Telegram group**](https://t.me/+sKeRcN4j3MM3NmNk)**!**

### Contributions

Any contribution is more than welcome, hop on GitHub and check what needs to be build!

<figure><img src="https://2409092259-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNOqA5oDE5uIey5myGREJ%2Fuploads%2F9HtVMQhWmQj1ZiOTan07%2Fbanner.png?alt=media&#x26;token=d9b958f5-f121-458f-b1f8-91ecb7218e74" alt="" width="375"><figcaption><p><em>Ethereum dev staring at the foundation Silius is building...</em></p></figcaption></figure>

### Authors

You can find the authors in the [**README**](https://github.com/Vid201/silius#authors) file.

### Donations

Silius is an open-source project and a public good. If you want to help the project, you can send donations of any size via:

* Ethereum address: `0x7cB801446AC4f5EA8f7333EFc58ab787eB611558`

### License

This project is dual-licensed under [**Apache 2.0**](https://github.com/Vid201/silius/blob/main/LICENSE-APACHE) and [**MIT**](https://github.com/Vid201/silius/blob/main/LICENSE-MIT) terms.


---

# 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://silius.gitbook.io/silius/home.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.
