> For the complete documentation index, see [llms.txt](https://docs.everwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everwallet.net/ew-id/memulai/menginstal-and-masuk/peluncuran/bagaimana-cara-meluncurkan-dompet-anda/aplikasi-ever-wallet.md).

# Aplikasi EVER Wallet

Setelah membuat dompet baru, Anda perlu meluncurkannya untuk menyiarkan transaksi Anda atau melakukan pertukaran.&#x20;

{% hint style="info" %}
Untuk meluncurkan dompet Anda, Anda akan memerlukan beberapa EVER. Cari tahu bagaimana cara mendapatkannya dari halaman di bawah ini.
{% endhint %}

{% content-ref url="/pages/nhftjwkEqvfHisihTmAU" %}
[Bagaimana cara mendapatkan EVER](/ew-id/memulai/bagaimana-cara-mendapatkan-ever.md)
{% endcontent-ref %}

1. Setelah Anda memiliki EVER di dompet Anda, Anda bisa mengklik tombol **Luncurkan**.
2. Pilih jenis dompet yang ingin Anda luncurkan: Standar (jika Anda adalah satu-satunya pengguna dompet) atau [Multisig](/ew-id/multisig.md) (jika transaksi harus disetujui melalui tanda tangan yang berbeda)**.**

![](/files/3ZJYXl84OcDuEsAWhOcr)

3\. Klik **Berikutnya**, kemudian **Luncurkan**. Kemudian konfirmasi transaksi dengan memasukkan kata sandi dompet dan tunggu hingga selesai.

4\. Setelah transaksi selesai, Anda akan melihat bahwa sekarang Anda sudah bisa mengirimkan token, yang artinya bahwa dompet sudah berhasil diluncurkan.

![](/files/TckHBGmCqwTWy96TPCZR)


---

# 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.everwallet.net/ew-id/memulai/menginstal-and-masuk/peluncuran/bagaimana-cara-meluncurkan-dompet-anda/aplikasi-ever-wallet.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.
