Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/staking/src/components/PublisherFaq/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,18 @@ export const PublisherFaq = (
</>
),
},
{
question:
"Where can I find my OIS rewards and accumulated delegation fees?",
answer: (
<p>
The rewards and delegation fees from other participants in the
stake pool assigned to you will accumulate in your
<strong>Unlocked & Unstaked</strong> balance. All rewards under
this balance can be withdrawn immediately.
</p>
),
},
{
question: "Does OIS affect other publisher reward programs?",
answer:
Expand Down
Loading