> For the complete documentation index, see [llms.txt](https://docs.wasabi.xyz/_/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wasabi.xyz/_/indonesian/gambaran-ikhtisar/langkah-untuk-memulai.md).

# Langkah Untuk Memulai

## 1. Bergabunglah dengan Discord Kami

Anda harus bergabung dengan [channel Discord](https://discord.gg/YknB4SfWMk) kami dan daftarkan wallet address Anda menjadi *whitelist* untuk menggunakan Wasabi. Setelah melakukannya, Anda dapat melihat dan menggunakan website, meminta *testnet* ETH, dan memenuhi syarat untuk mengikuti kompetisi trading.

## 2. \[Optional] Buat Akun Goerli \[Opsional]

Wasabi saat ini digunakan di testnet Goerli. Anda dapat menggunakan dompet mainnet Anda dengan berpindah jaringan, tetapi Anda juga dapat membuat akun Goerli jika Anda tidak ingin menggunakan akun utama Anda.

{% content-ref url="/pages/9EuOZVUdbTrnzWVbwZY0" %}
[Membuat akun](/_/indonesian/kompetisi-trading-wasabi-testnet/membuat-akun.md)
{% endcontent-ref %}

## 3. Whitelist-kan Akun Anda

Anda dapat memasukkan wallet Anda ke Whitelist secara otomatis dengan masuk ke channel [ #whitelist](https://discord.com/channels/1057478592948359179/1059269774212861953) dan menjalankan perintah (command) berikut:

```
/whitelist <0xALAMAT_WALLET_ANDA_DISINI>
```

## 4. Minta Token Demo

Anda akan dapat membeli/melatih/menjual opsi menggunakan token testnet ERC-20 kami: DETH. Buka[ halaman keran Wasabi](https://wasabi.xyz/faucet), hubungkan wallet Anda, dan buat token demo.

*Selamat, sekarang Anda sudah bisa menggunakan Wasabi!*

## 5. Beli Opsi Pertama Anda

Arahkan ke halaman[ Koleksi](https://wasabi.xyz/collections) , pilih koleksi yang ingin Anda beli opsinya, dan telusuri opsi yang tersedia. Beli opsi, periksa halaman latihan, dan biasakan diri Anda dengan situs web kami.

Anda dapat mempelajari lebih lanjut tentang menggunakan platform di panduan mendalam kami:

{% content-ref url="/pages/iVP8rV7ezE1G8KuHV5Gq" %}
[Membeli Opsi](/_/indonesian/panduan/membeli-opsi.md)
{% endcontent-ref %}

{% content-ref url="/pages/bMvSqowSunIjfMim4ayX" %}
[Menjalankan Opsi](/_/indonesian/panduan/menjalankan-opsi.md)
{% endcontent-ref %}

{% content-ref url="/pages/ynjhl92zUIKvDYMrPn7y" %}
[Menjual Opsi](/_/indonesian/panduan/menjual-opsi.md)
{% endcontent-ref %}

{% content-ref url="/pages/GnKZlSTyNFm73h9qkyWH" %}
[Arbitrase](/_/indonesian/panduan/arbitrase.md)
{% endcontent-ref %}


---

# 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.wasabi.xyz/_/indonesian/gambaran-ikhtisar/langkah-untuk-memulai.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.
