You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/staking/src/components/PublisherFaq/index.tsx
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ export const PublisherFaq = (
13
13
questions={[
14
14
{
15
15
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?",
17
17
answer: (
18
18
<>
19
19
<p>
@@ -56,16 +56,28 @@ export const PublisherFaq = (
56
56
),
57
57
},
58
58
{
59
-
question: "Which MDPs can participate in OIS?",
59
+
question: "Is participation in OIS mandatory?",
60
60
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.",
62
62
},
63
-
64
63
{
65
-
question: "Is participation in OIS mandatory?",
64
+
question:
65
+
"Are there penalties for data publishers for choosing not to participate in OIS?",
66
66
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.",
68
74
},
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
+
69
81
{
70
82
question: "How do I opt in to receive OIS rewards as an MDP?",
0 commit comments