-
Notifications
You must be signed in to change notification settings - Fork 0
/
whitepaper-7.html
112 lines (106 loc) · 5.73 KB
/
whitepaper-7.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Empower your kids with financial literacy and smart saving habits using DooCoins, a reward system that promotes responsibility through Web3 transparency.">
<meta name="keywords" content="DooCoins, financial literacy for kids, reward system for children, Web3 technology for families, positive reinforcement app, kids organizational skills, blockchain parenting tools, earning rewards for chores">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="burger-menu.css">
<link rel="icon" href="logo.svg" type="image/svg+xml">
<title>DooCoins Kids Rewards System - Whitepaper Roadmap</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RWNWT85LRH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RWNWT85LRH');
</script>
</head>
<body class="animated-background">
<div class="container">
<header class="header">
<a class="logo-group" href="/">
<img src="logo.svg" class="logo-img" alt="doo logo">
<h1 class="logo-type">DooCoins</h1>
</a>
<menu class="menu">
<li><a href="/">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="whitepaper.html" class="active">Whitepaper</a></li>
<div class="connect-dropdown">
<a href="#" class="connect-button">Connect</a>
<div class="submenu">
<a href="connect-parent.html" class="submenu-button">Parent</a>
<a href="connect-kids.html" class="submenu-button">Child</a>
</div>
</div>
</menu>
<menu class="burger">
<input id="menuToggle" type="checkbox"/>
<label for="menuToggle"></label>
<li><a class="h1" href="/">Home</a></li>
<li><a class="h1" href="faq.html">FAQ</a></li>
<li><a class="h1" href="whitepaper.html">Whitepaper</a></li>
<li><a class="h1" href="connect-parent.html">Parent App Connect</a></li>
<li><a class="h1" href="connect-kids.html">Kids App Connect</a></li>
</menu>
</header>
<main class="main">
<div class="column">
<h2>Whitepaper</h2>
<div class="button-container">
<a href="whitepaper.html">
<button>Intro</button>
</a>
<a href="whitepaper-2.html">
<button>Opportunity</button>
</a>
<a href="whitepaper-3.html">
<button>Product</button>
</a>
<a href="whitepaper-4.html">
<button>The Internet Computer</button>
</a>
<a href="whitepaper-5.html">
<button>Business Model</button>
</a>
<a href="whitepaper-6.html">
<button>Tokenomics</button>
</a>
<a href="whitepaper-7.html">
<button class="active">Roadmap</button>
</a>
</div>
<h3>Roadmap</h3>
<p>
DooCoins has already reached significant milestones, starting with concept validation, securing $10,000 in grant funding, and building a fully functioning MVP. With branding and a dedicated product website in place, DooCoins launched to an initial group of 100 early adopters who are actively providing feedback to refine and optimize the app for broader adoption.
</p>
<h4>Q4 2024: Fundraising</h4>
<p>
DooCoins will secure initial investment to accelerate product development and support strategic expansion. This funding will be instrumental in building out our core team, enhancing our infrastructure, and ensuring that the platform can scale to meet growing demand.
</p>
<h4>Q1 2025: Growth Strategy</h4>
<p>
Partnering with a Web3 marketing agency, DooCoins will implement a comprehensive strategy focused on user acquisition and community building. This phase will include outreach to target demographics, community engagement initiatives, and onboarding programs that make it easy for new families to join the platform.
</p>
<h4>Q2 2025: Product Enhancements</h4>
<p>
Based on insights and feedback from early adopters, DooCoins will roll out a series of new features and improvements to enrich the user experience. Enhancements will likely include advanced parental controls, customizable task and reward options, and expanded functionality in both the Parents and Kids apps, aligning with user needs and preferences.
</p>
<h4>Q3 2025: Monetization and Token Launch</h4>
<p>
DooCoins will introduce premium subscription options to provide enhanced features for users seeking a richer experience. Additionally, we’ll establish partnerships for the DiscoverDoo marketplace and formally launch the DooCoins (DCN) token, which will power premium access, in-app transactions, and staking mechanisms. This monetization phase will support sustained growth and create multiple value-driven revenue channels within the ecosystem.
</p>
<p>
This roadmap reflects DooCoins' commitment to continuous growth, community engagement, and delivering a meaningful, educational experience that empowers kids to learn financial literacy and responsibility in a secure Web3 environment.
</p>
</div>
</main>
<footer class="footer">
<p class="small"><a href="https://internetcomputer.org">Built on The Internet Computer</a> | <a href="mailto:[email protected]">[email protected]</a> | <a href="https://twitter.com/DooCoins">X @DooCoins</a> | <a href="privacy.html">Privacy Policy</a></p>
</footer>
</div>
</body>
</html>