Skip to content

Commit 94397ee

Browse files
committed
chore(staking): add faq entry
1 parent 7de4ce3 commit 94397ee

File tree

1 file changed

+12
-0
lines changed
  • apps/staking/src/components/PublisherFaq

1 file changed

+12
-0
lines changed

apps/staking/src/components/PublisherFaq/index.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,18 @@ export const PublisherFaq = (
301301
</>
302302
),
303303
},
304+
{
305+
question:
306+
"Where can I find my OIS rewards and accumulated delegation fees?",
307+
answer: (
308+
<p>
309+
The rewards and delegation fees from other participants in the
310+
stake pool assigned to you will accumulate in your
311+
<strong>Unlocked & Unstaked</strong> balance. All rewards under
312+
this balance can be withdrawn immediately.
313+
</p>
314+
),
315+
},
304316
{
305317
question: "Does OIS affect other publisher reward programs?",
306318
answer:

0 commit comments

Comments
 (0)