# Troubleshooting

Here is a list of common issues and potential solutions for users of the [dashboard](https://dashboard.kiln.fi).

## I can't find when will happen the next skimming event on one of my ETH stakes

In the Ethereum validator table in the reporting page, you can hover the reward amount on each line to see the estimated next skimming date and amount for each of your validators.

<figure><img src="/files/NoJaGOszThDWTb2NJI5J" alt=""><figcaption></figcaption></figure>

## Dashboard not displaying the latest total amount staked and total rewards earned in the overview

**The total amount staked and rewards values are cached and updated daily.** In the case you can't see the latest amount staked in the total amount. You can check when was the last update performed by placing your mouse over the "**Refresh"** button.&#x20;

To force the refresh of these numbers to the current time, click the "**Refresh**" button. If the last updated time is not getting updated or if the issue persists contact your Kiln support team.

<figure><img src="/files/xcsbIpYFYBN4TfGSynCx" alt=""><figcaption></figcaption></figure>

## NEAR WalletConnect connection issues

**In order to connect a wallet, users need some tokens on the wallet they are trying to connect prior to connecting their wallet.** It is not possible to connect a NEAR wallet without NEAR on the wallet for example.

This is the error users get when connecting a wallet with 0 NEAR on it:

<figure><img src="/files/zFBTZnWknfO8tltxKu9t" alt=""><figcaption></figcaption></figure>

Upon connecting a NEAR wallet, you will be prompted to sign an **addKey** transaction. This transaction is required to interact with Kiln's pool contract. [Learn more.](https://docs.near.org/concepts/protocol/access-keys#function-call-keys)

## Signing and sending transactions with Fireblocks

When signing and sending transactions, they may fail for different reasons:

* **Users have not enough balance to pay for gas fees.**
* **Users have misconfigured their Fireblocks TAP rules** so they cannot sign transactions (the transaction then shows as "Blocked by policy" within Fireblocks).
  * Please follow [this TAP guide](https://support.fireblocks.io/hc/en-us/articles/7354983580316-About-the-TAP) from Fireblocks.&#x20;
  * If you are using the Fireblocks Raw Signing API, get in touch with the Kiln support team for your TAP setup guide.
  * Also note the Kiln batch deposit contract address on Ethereum [here](/v1/kiln-products/more-tools/eth-batch-deposit-contract.md).&#x20;
* **There is an issue with the RPC used**, in this case please&#x20;
  * **Retry**, there are intermittent issues due to the underlying provider or blockchain.
  * Contact your Kiln support team if the issue persists.


---

# 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.kiln.fi/v1/kiln-products/dashboard/troubleshooting.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.
