# Testing Guide

This guide walks you through testing PacaSwap using Stargazer Wallet and test DAG on the Integrationnet network.

{% hint style="info" %}
If you run into bugs, UI glitches, or anything unexpected during testing, please report it here:

👉 [**Bug Report Form**](https://forms.gle/VoEsaXzPcZiQrYUS8)

Your feedback helps us improve. Screenshots, wallet address, and steps to reproduce are appreciated.
{% endhint %}

***

### 1. Setup Stargazer Wallet

* Open your Stargazer Wallet and switch the network to Integrationnet

***

### 2. Get Test DAG

You’ll need test DAG tokens to start using the DEX.

* Copy your DAG wallet address from Stargazer.
* Paste it into this faucet URL, replacing `{your DAG wallet address}`:

```
https://faucet.constellationnetwork.io/integrationnet/faucet/{your DAG wallet address}
```

* Open the link in your browser.
* You should receive test DAG shortly after.

***

### 3. Perform Your First Swap

<figure><img src="/files/e51szrO2mNcpiwtvkUCp" alt="" width="563"><figcaption></figcaption></figure>

Once your test DAG is received, you can make your first swap.

#### Steps:

* Go to the **Swap** tab.
* Select **DAG → SWAP**.

> SWAP is the native token of the DEX and is required for governance participation.

#### Before proceeding:

* **Slippage Tolerance**:\
  This defines the maximum price difference you're willing to accept between initiating and executing the swap.\
  You can adjust it using the ⚙️ settings icon. Default is 1%.
* **Price Impact**:\
  Shows how much your trade will shift the token price in the pool.
* **Fees**:\
  Swap fees go to liquidity providers and the protocol.

#### Swap Process:

* When initiating the swap, your DAG will be locked.
  * If you complete the swap, it finalizes normally.
  * If you abandon the swap, your tokens will unlock automatically after 30 minutes.
* After locking, the Swap button becomes active.
* Complete the swap to receive your SWAP tokens.

***

### 4. Lock SWAP Tokens

<figure><img src="/files/KA7Z1aVJKNouMpgugjAH" alt="" width="563"><figcaption></figcaption></figure>

To participate in governance, you need to lock your SWAP tokens.

#### Steps:

* Navigate to the **Lock** tab.
* Click **Create New Lock**.

You’ll be prompted to set:

* **Amount**:\
  Minimum: 1,000 SWAP
* **Duration**:\
  The longer the lock, the higher your voting power (VP).

Once the lock is created, you'll see it listed under "My Locks" with:

* Locked amount
* End date
* Voting power
* Rewards earned

📌 **Notes**:

* Each wallet can have up to 10 active locks.
* Locked tokens cannot be withdrawn early.

***

### 5. Participate in Governance

<figure><img src="/files/G7dH3C1kGGh6aPAlYRGH" alt="" width="563"><figcaption></figcaption></figure>

With SWAP locked, you gain voting power (VP) to help decide where rewards go each round.

#### Voting Options:

* Liquidity pools
* Node validators

#### How to Vote:

* Go to the Governance tab.
* You’ll see:
  * Current round number
  * Time remaining
  * Your total voting power
  * List of all pools and options
* Click Edit Votes.

On the Vote Allocation page:

* Allocate exactly 100% of your voting power.
* Use the preset buttons (25%, 50%, 100%) or enter custom percentages.
* Click Apply Votes to confirm.

You can update your votes at any time during the round.\
Once the round ends:

* You’ll need to allocate again your VP as your vote allocation does not transfer automatically between rounds.

***

### 6. Claim Rewards & Track Progress

<figure><img src="/files/4mq0LfGVknwDcJlvyzt3" alt="" width="563"><figcaption></figcaption></figure>

All your activity is tracked in the Dashboard.

From there you can:

#### Claim Rewards

* LP Rewards: For providing liquidity to voted pools.
* Governance Rewards: For participating in votes.
* Node Rewards: If you run a node, you’ll see rewards based on performance.

#### Track Governance Overview

* Locked SWAP
* Total VP
* Unused (unallocated) VP
* Current round duration

#### Monitor Liquidity Pools

* Check your active positions
* View 24h volume and APY
* Click Pool → to manage your deposits

#### View Active Locks

* See each lock’s:
  * End date
  * Locked amount
  * Voting power
  * Earned rewards

***

You're now ready to test all major features of PacaSwap on Integrationnet.


---

# 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.pacaswap.com/user-testing/testing-guide.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.
