# 6.9 - Troubleshooting Checklist

When something doesn’t work, it’s usually one of these. Check in order.

#### 1) Safety + basics (always first)

* ✅ You’re using the official app: <https://app.usenest.xyz/>
* ✅ You’re on **HyperEVM**
* ✅ You have **HYPE for gas** (most common issue)
* ✅ You’re connected to the **correct wallet**

***

### Swaps&#x20;

#### Swap failed / reverted

* **No gas:** add a bit more HYPE and retry
* **Approval missing/stuck:** approve again, refresh, retry
* **Slippage too tight:** increase slightly or reduce size
* **High price impact / thin liquidity:** split trade, trade smaller, or route through deeper hubs (USDH / WHYPE)

#### Route looks weird

* Reduce size + retry
* If it’s a new/low-liquidity token, expect routing to be imperfect until liquidity deepens

***

### Liquidity

#### I don’t see rewards / APR changed

* **Epoch flip:** emissions shift weekly — APR is a snapshot
* **Pool not incentivised this epoch:** no vote weight = no emissions
* **Pool is crowded:** dilution reduces your share

#### CLAMM (Ranges) not earning

* **Out of range = inactive** (typically zero emissions while inactive)
* Fix: withdraw and re-add with a new range

#### ICHI vault deposit/withdraw issues

* Make sure you’re interacting with the **vault**, not the underlying pool
* Rewards still depend on whether the underlying pool is incentivised this epoch

#### Can’t remove liquidity

* Usually gas, approvals, or a temporary UI/RPC hiccup
* Refresh, retry, or try from the Liquidity page instead of Dashboard (or vice versa)

***

### veNEST + Voting&#x20;

#### My veNEST NFT doesn’t show on the Vote page

* Most common cause: your veNEST is **deposited in HEV** (HEV votes for you)
* Or: wrong wallet / wrong network

#### I can’t vote near the end

* Don’t leave it late — vote earlier in the epoch window
* Final-hour behaviour is often reserved for HEV flip flow; treat “last hour” as too late for manual ops

***

### Bribes / Incentivise&#x20;

#### “Bribes” confusion

* Bribes are for **protocols** to attract **votes → emissions**, not a user deposit product
* Bribes are **non-returnable** once submitted for an epoch

***

### General UI / network issues

* Refresh the page, disconnect/reconnect wallet
* Try a different RPC/provider in your wallet if transactions keep failing
* Check you’re not on a lookalike site

***

### If you need support (fastest resolution)

Open a Discord **support ticket** and include:

* wallet address
* tx hash (if you have one)
* what you were trying to do
* screenshot of the error

Never share seed phrases or private keys.


---

# 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.usenest.xyz/tutorials/6.9-troubleshooting-checklist.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.
