diff --git a/src/pages/ValidatorOnboarding/Advicsories/Advicsories.tsx b/src/pages/ValidatorOnboarding/Advicsories/Advicsories.tsx
index 43d86f2b..9d13436d 100644
--- a/src/pages/ValidatorOnboarding/Advicsories/Advicsories.tsx
+++ b/src/pages/ValidatorOnboarding/Advicsories/Advicsories.tsx
@@ -1,5 +1,7 @@
-import { Button, Shadow } from '@status-im/components'
-import { Stack } from 'tamagui'
+import { Button, Shadow, Text } from '@status-im/components'
+import { Stack, XStack, YStack } from 'tamagui'
+import IconText from '../../../components/General/IconText'
+import { Link } from 'react-router-dom'
const Advicsories = () => {
return (
@@ -12,7 +14,49 @@ const Advicsories = () => {
backgroundColor: '#fff',
padding: '16px 32px',
}}
- >
+ >
+
+
+ Advisories
+ ① Proof of Stake
+ ② Deposit
+ ③ Key Management
+
+ ④ Bad Behaviour
+
+ ⑤ Requirements
+ ⑤ Risks
+
+
+ Bad Behaviour
+
+ If you try to cheat the system, or act contrary to the specification, you will be
+ liable to incur a penalty known as slashing*. Running your validator keys
+ simultaneously on two or more machines will result in slashing.* Simply being offline
+ with an otherwise healthy network does not result in slashing, but will result in
+ small inactivity penalties.
+
+
+
+ The Ethereum consensus layer specification
+
+
+
+
+ More on slashing risks
+
+
+
+
+