# Account.tech Documentation

Account.tech unlocks Sui's full potential through a comprehensive technology stack built on four foundational pillars: a Smart Account Framework that transforms addresses into powerful programmable accounts, Account Abstraction Infrastructure that simplifies complex implementations, an Enterprise Product Suite beginning with next-generation Multisig solutions, and a Rich Ecosystem that drives network effects.

{% hint style="info" %}
Visit [our GitHub organization](https://github.com/account-tech) to explore the different related repositories.
{% endhint %}

Before diving into our technology stack, learn more about our philosophy, why we created this new Smart Account standard on Sui, what it encompasses, and the problems it aims to solve.

{% content-ref url="/pages/TJ4Fsf2YjaQIgMIP3nEY" %}
[Overview](/docs/overview/context.md)
{% endcontent-ref %}

## Explore the stack

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Move Framework</strong></td><td><em>defining the novel Smart Account standard</em></td><td><a href="/files/nfKpHRxOYfKNMk4Pfv77">/files/nfKpHRxOYfKNMk4Pfv77</a></td><td><a href="/pages/nyij0lhiP8NwRKtw7a0w">/pages/nyij0lhiP8NwRKtw7a0w</a></td></tr><tr><td><strong>Move Registry</strong></td><td><em>grouping the different account implementations</em></td><td><a href="/files/nfKpHRxOYfKNMk4Pfv77">/files/nfKpHRxOYfKNMk4Pfv77</a></td><td><a href="/pages/09uJADygp5mwrv4a3cGp">/pages/09uJADygp5mwrv4a3cGp</a></td></tr><tr><td><strong>Typescript Library</strong></td><td><em>to build fully abstracted SDKs</em></td><td><a href="/files/Bm8rvB83RvbTS1A4QQFD">/files/Bm8rvB83RvbTS1A4QQFD</a></td><td><a href="/pages/FgxcQzi9tvT52yO2WLcm">/pages/FgxcQzi9tvT52yO2WLcm</a></td></tr><tr><td><strong>Typescript SDKs</strong></td><td><em>where Move is abstracted with fully-featured SDKs</em></td><td><a href="/files/Bm8rvB83RvbTS1A4QQFD">/files/Bm8rvB83RvbTS1A4QQFD</a></td><td><a href="/pages/BGiD4N6e4kHHYKRGvCkm">/pages/BGiD4N6e4kHHYKRGvCkm</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://account-tech.gitbook.io/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.
