# FAQ

### Q1: **How to check my channel’s stats?**

Check your channel stats on this dashboard: [<mark style="color:purple;">http://rsp.bifrost.io/</mark>](http://rsp.bifrost.io/)

### **Q2: On the stats dashboard, why is my channel staked 1 DOT but the Effective Minting remains at 0?**

Conclusion: Because your staking amount represents too small a proportion of the protocol's vDOT issurance, it cannot be reflected as a percentage in permill.

#### How does it calculated?

`EffectiveMinting = ChannelVtokenShares*VtokenIssuanceSnapshots`

`ChannelVtokenShares` **is your staking share at the current circle (each circle = 1 day).**

`VtokenIssuanceSnapshots` **is protocol’s total effective vDOT issurance (after deducted redeem).**

#### Example:

* My channel vDOT minted: 1,000
* Bifrost vDOT total issurance: 100,000
* Bifrost vDOT redeem at the current circle: 2,000

My `ChannelVtokenShares` **=** 1,000/100,000 = 1%

`VtokenIssuanceSnapshots` **=** 100,000-2,000 = 80,000

My `EffectiveMinting` **=** 1,000/100,000\*(100,000-2,000) = **980 vDOT**

In actual calculations, Bifrost uses the `permill` function for storage. Therefore, if **ChannelVtokenShares falls below 1/1,000,000, the value won't be updated in the data storage.**

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

#### A Real Showcase:

* channelid\_4’s vDOT minting: **0.7004 vDOT**: <https://bifrost.subscan.io/block/6019200?tab=event&event=6019200-20>
* The **VtokenIssuanceSnapshots** at the circle: **5050374.5870 vDOT**: <https://bifrost.subscan.io/block/6012000?tab=event&event=6012000-1>

channelid\_4’s **EffectiveMinting = 0.7004**/**5050374.5870 < 1/1,000,000**

As a result, the data is not shown in Bifrost Storage, and channelid\_4 would need a minimum total minting amount of 5.06 vDOT to be displayed.

### **Q3: On stats dashboard, how often is the data updated?**

Since most data is on-chain data, which updated in 24 hours. Reward claimed data updated in about 20 mins.


---

# 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.bifrost.io/for-partners/reward-share-program-rsp/faq.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.
