-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
290 lines (265 loc) · 12 KB
/
faq.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>WaifuChain - FAQ</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/faq.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/main.js"></script>
<script src="js/faq.js"></script>
</head>
<body onload="main()">
<a id="float-discord" href="https://discordapp.com/invite/ykrT4bw" target="_blank" class="round-btn"><div id="discord-text"><span>Talk to us on Discord</span></div></a>
<nav id="nav" class="navbar">
<div class="navbar-container">
<div class="navbar-g expandButton">
<svg onclick="displayMenu()" id="menu" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve">
<g id="menu-icon-lines">
<path d="M0,382.5h459v-51H0V382.5z M0,255h459v-51H0V255z M0,76.5v51h459v-51H0z"/>
</g>
<g id="menu-icon-close">
<path style="fill-rule:evenodd;clip-rule:evenodd;" d="M131.804,106.491l75.936-75.936c6.99-6.99,6.99-18.323,0-25.312 c-6.99-6.99-18.322-6.99-25.312,0l-75.937,75.937L30.554,5.242c-6.99-6.99-18.322-6.99-25.312,0c-6.989,6.99-6.989,18.323,0,25.312 l75.937,75.936L5.242,182.427c-6.989,6.99-6.989,18.323,0,25.312c6.99,6.99,18.322,6.99,25.312,0l75.937-75.937l75.937,75.937 c6.989,6.99,18.322,6.99,25.312,0c6.99-6.99,6.99-18.322,0-25.312L131.804,106.491z" fill="#000"/>
</g>
</svg>
</div>
<div onclick="location.href='index.html'" class="navbar-g nbrand">
<p>WaifuChain</p>
</div>
<div id="navlist" class="navbar-g nmenu">
<div class="navbar-g spaces">
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="faq.html">
FAQ
</a>
</li>
<li>
<a href="https://github.com/thewaifuproject" target="_blank">
Tech
</a>
</li>
</ul>
</div>
</div>
<div class="navbar-g">
<a href="/senpaimode"><button id="playnav" class="nbutton">Start</button></a>
</div>
</div>
</nav>
<div class="container">
<h1>Frequently asked questions</h1>
<h2>Getting to know WaifuChain</h2>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">What is WaifuChain? </span>
</h3>
</div>
<div class="toggle-inner">
<p>WaifuChain is an ecosystem built around waifus. Each Waifu is unique, and completely owned by you, that means that it cannot be destroyed nor taken away. You make the call to buy, sell or trade your Waifus! </p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">What makes WaifuChain special?</span>
</h3>
</div>
<div class="toggle-inner">
<p>•Trustless marketplace<br>•100% uptime<br>•You have full control over your waifus</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">What makes WaifuChain different from other cryptocollectibles?</span>
</h3>
</div>
<div class="toggle-inner">
<p>•Everything is under control of the waifu DAO, formed by all the waifu owners<br>•The development team isn’t in for a quick buck.<br>•And it has Waifus obvs</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">When did the Beta launch?</span>
</h3>
</div>
<div class="toggle-inner">
<p>It launched on Monday 3rd December on the Rinkeby testnet.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">When will the Beta end?</span>
</h3>
</div>
<div class="toggle-inner">
<p>Thursday 28th February.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">When is the official release?</span>
</h3>
</div>
<div class="toggle-inner">
<p>One day after the Beta ends, which is Friday 1st March. What a coincidence, the world really acts in some mysterious ways, right?</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How many Waifus are available?</span>
</h3>
</div>
<div class="toggle-inner">
<p>In the first distribution there will be a total of 450!</p>
</div>
</div>
<h2>Buying and Selling</h2>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How do I get a Waifu?</span>
</h3>
</div>
<div class="toggle-inner">
<p>By bidding in the auctions that will take place every day or buying one from someone else in the marketplace.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How to buy, sell and/or trade?</span>
</h3>
</div>
<div class="toggle-inner">
<p>Any wallet which implements ERC720 tokens should let you view and send your waifus, while trading can be done on <a href="https://openseas.io">openseas.io</a></p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How do I know if my transaction was successful? </span>
</h3>
</div>
<div class="toggle-inner">
<p>Once the transaction is mined, you will see a notification in the dapp with the information whether your transaction was a success or not.</p>
</div>
</div>
<h2>Other</h2>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">What else can I do with my Waifus? </span>
</h3>
</div>
<div class="toggle-inner">
<p>We have a twitter extension (so you can show other people what hotties you have) and soon a discord bot will be available, check our RoadMap for more information about whats commin’ next</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How many Waifus will the developers keep? </span>
</h3>
</div>
<div class="toggle-inner">
<p>Everyone will be on equal footing in the auctions. The development team will not have any advantage over other players and will not have any Waifus distributed to them. You can check this on the smart contract.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How big is the dev’s cut?</span>
</h3>
</div>
<div class="toggle-inner">
<p>None. Zero. Null. Nothing. Nada. Uhh I cannot think of more examples, but you get the idea.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">Where does the money from the auctions go?</span>
</h3>
</div>
<div class="toggle-inner">
<p>It goes 100% to the DAO.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">What is the Waifu DAO?</span>
</h3>
</div>
<div class="toggle-inner">
<p>DAO stands for Decentralized Autonomous Organization. Its objective is to make democratic decisions regarding the project and where it is headed.</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How to become a part of the DAO?</span>
</h3>
</div>
<div class="toggle-inner">
<p>That is simple my friend! When you own a waifu, you automatically become part of the DAO</p>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How can I reach the WaifuChain team?</span>
</h3>
</div>
<div class="toggle-inner">
<p>We are most active on discord, join our server here: <a href="https://discordapp.com/invite/ykrT4bw" target="_blank">https://discord.gg/87PNnXV</a>. We are also available at <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<a href="https://discordapp.com/invite/ykrT4bw" target="_blank"><button id="butt-discord">Discord</button></a>
</div>
</div>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">Why doesn't anybody love me?</span>
</h3>
</div>
<div class="toggle-inner">
<p>A fake 2D girl will always love you, go grab one! Besides, everyone knows that 2D>3D</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>