We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4ce3 commit 94397eeCopy full SHA for 94397ee
apps/staking/src/components/PublisherFaq/index.tsx
@@ -301,6 +301,18 @@ export const PublisherFaq = (
301
</>
302
),
303
},
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
+ },
316
{
317
question: "Does OIS affect other publisher reward programs?",
318
answer:
0 commit comments