# Wallet Setup

### Preface

Using the Alterdot full wallet is fairly easy so you can just download the latest version, wait until it is completely synchronized with the network, and then start using it. The initial synchronization can take long, sometimes more than 4-5 hours, so we have added a bootstrap to speed things up.

The latest builds of Alterdot can be found in the releases section of our GitHub repository. If your computer is somewhat recent (not older than 5 years) you can most probably download an AVX2 version. If you plan on using the bootstrap, check the guides below before downloading.

{% embed url="<https://github.com/Alterdot/Alterdot/releases/latest>" %}

### Bootstrap

The bootstrap itself is an archive containing blockchain data that would otherwise be synchronized automatically by the Alterdot software through a slower process.

{% content-ref url="/pages/MX6RIxyeONA1NeVLAmyk" %}
[Bootstrap instructions for Linux](/guides/wallet-setup/bootstrap-instructions-for-linux.md)
{% endcontent-ref %}

{% content-ref url="/pages/zoFve7jWPUR4FWcdNoUn" %}
[Bootstrap instructions for Windows](/guides/wallet-setup/bootstrap-instructions-for-windows.md)
{% endcontent-ref %}


---

# 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.alterdot.network/guides/wallet-setup.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.
