import React from 'react'; import Page from '../../components/Page'; import {createGlobalStyle} from 'styled-components'; import { Switch} from 'react-router-dom'; import HomeImage from '../../assets/img/fairybg.gif'; import { Grid , Container } from '@material-ui/core'; const BackgroundImage = createGlobalStyle` body { background: url(${HomeImage}) repeat !important; background-size: cover !important; // background: linear-gradient(90deg, rgba(144,17,105,1) 0%, rgba(95,17,144,1) 100%); } `; const Help: React.FC = () => { return (

Unicorn Guides

How to earn MAX YIELD and PROTECT THE PEG



Beginner tutorial on Unicorn staking & adding to LPs



Zone 1 - Introductions & what to do when Unicorn is above $2



Unicorn Finance Pool Priorities



The Basics of Seigniorage Protocols



How to stake LP tokens & Wings at Unicorn Finance



); }; export default Help;