> For the complete documentation index, see [llms.txt](https://docs.hahacoinastar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hahacoinastar.com/dapp-staking/how-to-dapp-stake.md).

# How to dApp Stake

For those that know how to stake on the Astar Portal, you can stake with HAHA coin here:

\
<https://portal.astar.network/astar/dapp-staking/vote?dappAddress=0xc3a0dd8465dd41c8ffcf03906b80b5b7d148ea1c>

## How to Stake

1. Visit the Astar Portal:\
   <https://portal.astar.network/>
2. Connect your EVM or Native Wallet

<figure><img src="/files/Soz1cas4Hl8LKhh4KxL7" alt="" width="375"><figcaption><p>Connect wallet to Astar Portal</p></figcaption></figure>

3. Navigate to the dApp Staking page

<div align="center"><figure><img src="/files/NWENAfMKO9nshhjnEZpe" alt="" width="375"><figcaption><p>Astar dApp Staking page</p></figcaption></figure></div>

4. Two methods to stake:
   1\.

   ```
   * &#x20;Scroll down to the "Other" category and click on the HAHA Coin card.

   <figure><img src="/files/006FxG96evgbDzTNzkog" alt=""><figcaption><p>HAHA Coin dApp Staking card</p></figcaption></figure>

   * Click the blue ‘Vote & Stake’ button.

   <figure><img src="/files/jBixRoGVenM5OHtxde28" alt=""><figcaption><p>Voting and Staking with HAHA Coin</p></figcaption></figure>

   * Skip to step 5.
   ```

   2\.

   ```
   * From the top of the dApp staking page, click the blue "Start Staking Now" button.

   <figure><img src="/files/jqoUJIfpLFCAsjNTelC2" alt=""><figcaption><p>Start Staking Now</p></figcaption></figure>

   * Click the "Vote for project" dropdown arrow.

   <figure><img src="/files/56nSCjiqbcYsub2svTSH" alt="" width="375"><figcaption><p>Stake/Vote for a project</p></figcaption></figure>

   * Type “HAHA Coin” in the search box, click on the HAHA Coin image, and click “Done”.

   <figure><img src="/files/YbTMvJXprYzt7ZJSyLzh" alt="" width="375"><figcaption><p>Select HAHA to stake with</p></figcaption></figure>
   ```
5. Enter at least 500 ASTR in the staking field and click the confirm button.\
   \
   Note:&#x20;
   * Minimum staking amount is 500 ASTR.
   * Account must <mark style="color:red;">**hold more than 10 ASTR**</mark> transferable tokens after you stake.

<figure><img src="/files/f5pbwJ49GXjP5AekJduH" alt="" width="339"><figcaption><p>Stake at least 500 ASTR</p></figcaption></figure>

6. Confirm in wallet to finalize staking with HAHA.


---

# 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.hahacoinastar.com/dapp-staking/how-to-dapp-stake.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.
