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 Roadmap: React.FC = () => { return (

ROADMAP

It's important we build lasting utility into Unicorn & Wings in order to create a sustainable long term project, to do so we will be building out the platform's functionality into other areas of DeFi. As Unicorn is pegged to WCRO it allows us to use it in ways similar to how a stablecoin would such as for payments, borrowing & lending.



We're first & foremost a community led project & very receptive to suggestions as well as changes should the community see it as the best course of action. Below is where we'll be headed in the next year.

Q1

- Unicorn & Wings Airdrop for dedicated supporters

- Renounce ownership of Unicorn contract

- Start marketing blast & influencer partnerships

- Unicorn staking for Wings rewards

- More autocompounder providers

- Implement Zap contract for LPs

- Strategy guides implemented on site

- User help guides in docs

- Start weekly Unicorn burns from the DAO

- Wings governance voting through snapshot

- Integrate weekly Wings raffle on site

- NFT drop for LPs & WINGS hodlers providing exclusive access to new developments

- Launchpad & partnerships with projects to give exclusive benefits for WINGS holders

- Unicorn & Wings nodes (bonus feature)

Q2

- UI/UX website revamp (ongoing)

- Chainlink integrations

- Implement bonding to secure protocol owned liquidity

- LP nodes (bonus feature)

- NFT based p2e game & staking

Q3

- Implement cross chain Unicorn liquidity

- Lending & borrowing platform including Unicorn & Wings as collateral

- Auto repaying loans using yielding strategies

- Leveraged positions

- Partner with projects in the ecosystem to improve token utilization (ongoing)

Q4

- Dedicated mobile app for Unicorn Finance

- Partner with crypto payment gateways to accept Unicorn

- Partner with card provider

- Card payments using credit from collateral provided

- Payment rewards & cashback system

); }; export default Roadmap;