Skip to content

Commit cec695e

Browse files
authored
Merge pull request #1988 from cprussin/update-faqs
chore(staking): update publisher FAQs
2 parents 8d78895 + be36d1f commit cec695e

File tree

1 file changed

+18
-6
lines changed
  • apps/staking/src/components/PublisherFaq

1 file changed

+18
-6
lines changed

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const PublisherFaq = (
1313
questions={[
1414
{
1515
question:
16-
"Is there an Market Data Publisher (MDP) specific guide or tutorial?",
16+
"Is there a Market Data Publisher (MDP) specific guide or tutorial?",
1717
answer: (
1818
<>
1919
<p>
@@ -56,16 +56,28 @@ export const PublisherFaq = (
5656
),
5757
},
5858
{
59-
question: "Which MDPs can participate in OIS?",
59+
question: "Is participation in OIS mandatory?",
6060
answer:
61-
"All publishers can choose to participate in OIS. All publishers are already assigned a stake pool for OIS.",
61+
"Participation in OIS as a publisher is optional and voluntary. If you choose not to participate in OIS, you do not need to perform any actions in addition to your regular publisher activities. There are no penalties for choosing not to participate in OIS.",
6262
},
63-
6463
{
65-
question: "Is participation in OIS mandatory?",
64+
question:
65+
"Are there penalties for data publishers for choosing not to participate in OIS?",
6666
answer:
67-
"Participation in OIS as a publisher is optional and voluntary. If you choose not to participate in OIS, you do not need to perform any actions in addition to your regular publisher activities. There are no penalties for choosing not to participate in OIS.",
67+
"No. There are no penalties imposed on data publishers for choosing not to participate in OIS.",
68+
},
69+
{
70+
question:
71+
"Does participating in OIS affect my participation in other Pyth Network publisher programs?",
72+
answer:
73+
"No, participating in Oracle Integrity Staking (OIS) does not affect your involvement in any other Pyth Network publisher incentive programs. Your performance and earnings in these programs are completely separate from the OIS program. Likewise, participating in other publisher programs does not impact your participation or potential rewards you would earn in the OIS program.",
6874
},
75+
{
76+
question: "Which MDPs can participate in OIS?",
77+
answer:
78+
"All publishers can choose to participate in OIS. All publishers are already assigned a stake pool for OIS.",
79+
},
80+
6981
{
7082
question: "How do I opt in to receive OIS rewards as an MDP?",
7183
answer: (

0 commit comments

Comments
 (0)