-
Notifications
You must be signed in to change notification settings - Fork 6
/
faq.html
434 lines (391 loc) · 28.3 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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- grid css -->
<link rel="stylesheet" href="/css/plugins/bootstrap-grid.css">
<!-- font awesome css -->
<link rel="stylesheet" href="/css/plugins/fontawesome.min.css">
<!-- swiper css -->
<link rel="stylesheet" href="/css/plugins/swiper.min.css">
<!-- okai css -->
<link rel="stylesheet" href="/css/style-stylish.css">
<!-- page title -->
<title>Frequently Asked Questions - The Leading Multichain, Open Source Digital Cash - OK Token</title>
<meta name="description" content="OK Okcash | Multi-Chain Digital Currency | Secure, Fast, and Sustainable Payments Across Leading Blockchains. The Future of Decentralized Social Payments.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://okcash.org/">
<meta property="og:title" content="Frequently Asked Questions - The leading Multichain, Open Source Digital Cash - OK Token">
<meta property="og:description" content="OK Okcash | Multi-Chain Digital Currency | Secure, Fast, and Sustainable Payments Across Leading Blockchains. The Future of Decentralized Social Payments.">
<meta property="og:image" content="https://okcash.org/img/ok-site.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Frequently Asked Questions - The Leading Multichain, Open Source Digital Cash - OK Token">
<meta name="twitter:description" content="OK Okcash | Multi-Chain Digital Currency | Secure, Fast, and Sustainable Payments Across Leading Blockchains. The Future of Decentralized Social Payments.">
<meta name="twitter:image" content="https://okcash.org/img/ok-site.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png">
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100132336-1', 'auto');
ga('send', 'pageview');
</script>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","native_language_names":true,"detect_browser_language":true,"languages":["en","es","pt","ja","zh-CN","zh-TW","fr","ru","uk","vi","ko","ar","hy","pl"],"wrapper_selector":".gtranslate_wrapper","alt_flags":{"en":"usa","pt":"brazil"}}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<!-- wrapper -->
<div id="smooth-wrapper" class="mil-page-wrapper">
<!-- cursor -->
<div class="mil-cursor-follower"></div>
<!-- cursor end -->
<!-- preloader
<div class="mil-preloader">
<div class="mil-preloader-animation">
<div class="mil-pos-abs mil-animation-1">
<p class="mil-head1 mil-m1">Empower</p>
<p class="mil-head1 mil-a2">And</p>
<p class="mil-head1 mil-m1">Decentralize</p>
</div>
<div class="mil-pos-abs mil-animation-2">
<div class="mil-reveal-frame">
<p class="mil-reveal-box"></p>
<p class="mil-head1 mil-m1">okcash.org</p>
</div>
</div>
</div>
</div>
preloader end -->
<!-- scroll progress -->
<div class="mil-progress-track">
<div class="mil-progress"></div>
</div>
<!-- scroll progress end -->
<!-- fixed elements -->
<div class="mil-fixed">
<div class="mil-top-panel-2">
<div class="container">
<div class="mil-left-side mil-tp-transition" id="swupTpLeft">
<a href="/index.html" class="mil-logo mil-scroll-to" data-no-swup>
<img src="/ok-logo.png" alt="Chain" height="33" class="rounded-circle me-2"> <!-- <i class="far fa-cube"></i> -->
<span>Okcash</span>
</a>
</div>
<div class="mil-onepage-nav">
<ul>
<strong>
<a href="/okcash-for-individuals.html" class="mil-text-link mil-a2 mil-c-gone">Individuals</a> |
<a href="/okcash-for-businesses.html" class="mil-text-link mil-a2 mil-c-gone">Businesses</a> |
<a href="/okcash-for-developers.html" class="mil-text-link mil-a2 mil-c-gone">Developers</a> |
<a href="/getting-started.html" class="mil-text-link mil-a2 mil-c-gone">Getting Started</a> |
<a href="/how-it-works.html" class="mil-text-link mil-a2 mil-c-gone">How It Works</a> |
<a href="/you-need-to-know.html" class="mil-text-link mil-a2 mil-c-gone">You Need to Know</a> |
<a href="/innovation.html" class="mil-text-link mil-a2 mil-c-gone">Innovation</a> |
<a href="/collaborators.html" class="mil-text-link mil-a2 mil-c-gone">Collaborators</a> |
<a href="/secure-your-wallet.html" class="mil-text-link mil-a2 mil-c-gone">Security</a> |
<a href="/protect-your-privacy.html" class="mil-text-link mil-a2 mil-c-gone">Privacy</a> |
<a href="/developer-documentation.html" class="mil-text-link mil-a2 mil-c-gone">Documentation</a> |
<a href="/dev-start.html" class="mil-text-link mil-a2 mil-c-gone">Dev Start</a> |
<a href="/crypto-glossary.html" class="mil-text-link mil-a2 mil-c-gone">Crypto Glossary</a> |
<a href="https://okcash.network" class="mil-text-link mil-a2 mil-c-gone" target="_blank">OK Multichain Explorer</a> |
<a href="https://okcash.network/index.html#exchanges" class="mil-text-link mil-a2 mil-c-gone" target="_blank">Exchanges</a> |
<a href="https://okcash.network/index.html#staking" class="mil-text-link mil-a2 mil-c-gone">Staking</a> |
<a href="https://github.com/okcashpro/ok-graphics" class="mil-text-link mil-a2 mil-c-gone" target="_blank">Branding Kit</a> |
<a href="https://github.com/okcashpro/okcash" class="mil-text-link mil-a2 mil-c-gone" target="_blank">Github</a> |
<a href="https://okcash.news" class="mil-text-link mil-a2 mil-c-gone" target="_blank">Okcash News</a>
</strong>
</ul>
</div>
<div class="mil-buttons-tp-frame mil-c-gone">
<div class="mil-buttons">
<div class="mil-tp-btn"><i class="fal fa-seedling"></i></div>
<div class="mil-tp-btn">
<div class="mil-menu-btn"><span></span></div>
</div>
</div>
</div>
</div>
</div>
<div class="mil-menu-frame mil-menu-frame-2">
<div class="mil-menu-window">
<div class="container">
<div class="row mil-no-g">
<div class="col-lg-6">
<div class="mil-left-side">
<div class="mil-menu-part mil-inner-scroll" id="swupMenu">
<ul class="mil-main-menu mil-c-gone">
<li>
<a href="/index.html">Home</a>
</li>
<li class="mil-has-children">
<a href="#.">Introduction</a>
<ul>
<li><a href="/okcash-for-individuals.html" data-no-swup>Individuals</a></li>
<li><a href="/okcash-for-businesses.html" data-no-swup>Businesses</a></li>
<li><a href="/okcash-for-developers.html" data-no-swup>Developers</a></li>
<li><a href="/getting-started.html" data-no-swup>Getting Started</a></li>
<li><a href="/how-it-works.html" data-no-swup>How it works</a></li>
<li><a href="/you-need-to-know.html" data-no-swup>You need to know</a></li>
</ul>
</li>
<li>
<a href="/index.html#partners">Partners</a>
</li>
<li class="mil-has-children">
<a href="#.">Resources</a>
<ul>
<li><a href="https://okcash.network" target="_blank">OK Multichain Explorer</a></li>
<li><a href="https://okcash.network/index.html#exchanges" target="_blank">Exchanges</a></li>
<li><a href="https://okcash.network/index.html#staking" target="_blank">Staking</a></li>
<li><a href="/collaborators.html">Collaborators</a></li>
<li><a href="/developer-documentation.html">Documentation</a></li>
<li><a href="https://okcash.network" target="_blank">Branding Kit</a></li>
<li><a href="https://github.com/okcashpro/okcash" target="_blank">Github</a></li>
</ul>
</li>
<li>
<a href="/innovation.html">Innovation</a>
</li>
<li>
<a href="/faq.html">FAQ</a>
</li>
</ul>
</div>
<div class="mil-bottom-part">
<p class="mil-text-sm">© 2014-2025 Okcash Project. Released under the <a href="https://github.com/okcashpro/okcash/blob/master/COPYING" target="_blank" class="mil-text-link mil-a2 mil-c-gone">MIT license</a>.<br>
All trademarks and copyrights belong to their respective owners.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="mil-right-side">
<div class="mil-links-part">
<ul class="mil-links">
<li><a href="https://okcash.news" target="_blank">Okcash News</a></li>
<li><a href="https://okcash.network" target="_blank">OK Multichain Explorer</a></li>
<li><a href="https://coinmarketcap.com/currencies/okcash/" target="_blank">OK on Coinmarketcap</a></li>
<li><a href="https://www.coingecko.com/en/coins/okcash" target="_blank">OK on Coingecko</a></li>
</ul>
</div>
<div class="mil-blog-part">
<div class="mil-blog-section">
<div class="mil-jcb mil-aic">
<h4 class="mil-head4 mil-mb30">Buy Okcash On</h4>
</div>
<div class="swiper-container mil-blog-slider-sm">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="https://app.uniswap.org/swap?outputCurrency=0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189&inputCurrency=eth" class="mil-blog-card-sm mil-c-gone" target="_blank">
<div class="mil-cover">
<div class="mil-hover-frame">
<img src="/img/blog/9.png" alt="cover">
</div>
</div>
<div class="mil-text-frame">
<h4 class="mil-head6 mil-max-1row-text">Uniswap</h4>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="mil-menu-social">
<ul class="mil-social mil-c-gone">
<li><a href="#." data-no-swup><i class="far fa-cube"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-cube"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-cube"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-cube"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-cube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- fixed elements end -->
<!-- page transition -->
<div class="mil-transition-fade" id="swup">
<div class="mil-transition-frame">
<!-- content -->
<div id="smooth-content" class="mil-content">
<!-- hero -->
<div class="mil-hero-1 mil-sm-hero mil-stl mil-up" id="top"><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p>
<ul class="mil-breadcrumbs mil-mb60 mil-c-gone">
<li>
<a href="/index.html">Home</a>
</li>
<li>
<a href="#.">Frequently Asked Questions</a>
</li>
</ul><br>
<section id="faq" class="container">
<h1 align="center">❓ Frequently Asked Questions—Your Burning Questions Answered! 🔥</h1><br><br>
<ul class="faq unstyled">
<li>
<div>
<h4>1️⃣ How does OK staking work in the new multichain system? Do I need to leave my wallet open to earn rewards? 🤔</h4>
<br><p style="text-align: justify;">
Great news, fellow adventurer! 🌟 Staking OK in our multichain universe is as easy as pie—and you don't need to keep your wallet open or run a node! 🛠️ Thanks to our secure staking pools on multiple networks like Base, BSC, Polygon, Avalanche, and Arbitrum, you can stake and earn rewards without breaking a sweat! 😎<br><br>
Just connect your wallet, select your preferred chain, and start staking through Team.Finance's secure, audited platform. 🛡️ Rewards are managed by the pool directly, adding convenience and enhanced security. Sit back, relax, and watch your OK grow! 💰
</p>
</div>
</li><br><br>
<li>
<div>
<h4>2️⃣ How do I back up my wallet, and what should I do if I need to restore it? 🗄️</h4>
<br><p style="text-align: justify;">
Protecting your treasure is crucial! 🏴☠️ To back up your MetaMask, Trust Wallet, or similar wallets, securely save your 12- or 24-word recovery phrase—your magic words! ✨ This phrase is your master key, allowing you to access your OK balance across any supported chain and device. 🗝️
<br><br>
Write it down on paper and store it offline, in a secure location like a safe or vault. 🔒
Avoid digital copies like screenshots or notes on your phone. 🛑<br><br>
To restore your wallet, simply:<br>
- Download the wallet app on your new device.<br>
- Select the "Import Wallet" option.<br>
- Enter your recovery phrase.<br><br>
Voilà! Your OK balance and settings will be restored. Remember, never share your recovery phrase with anyone—it's the key to your kingdom! 🏰
</p>
</div>
</li><br><br>
<li>
<div>
<h4>3️⃣ How long does it take for staked OK to earn rewards on the different chains? ⏱️</h4>
<br><p style="text-align: justify;">
Once you stake your OK on any supported chain, rewards start accumulating immediately! 🥳 The rewards are determined by the specific APY of that chain’s pool—be it Base, BSC, Polygon, or others. 📈<br><br>
- No waiting periods or lock-up times!<br>
- APYs vary based on total staked OK and market dynamics.<br>
- Check each pool's APY before staking to choose the best fit for your goals. 🎯<br><br>
Start staking and watch your rewards roll in! 💎
</p>
</div>
</li><br><br>
<li>
<div>
<h4>4️⃣ What’s the best way to keep my OK secure across multiple chains? 🛡️</h4>
<br><p style="text-align: justify;">
Security is our top priority! 🔒 To keep your OK secure across multiple chains:<br><br>
- Use reputable wallet providers like Trust Wallet, MetaMask, or Coinbase Wallet with strong security features. 🦊<br>
- Enable encryption and security features within your wallet app. 🔐<br>
- Consider multisignature wallets for added security, especially for large amounts. 🛡️<br>
- Be cautious of phishing attempts and only interact with official OK platforms and partners. 🕵️♂️<br><br>
Remember, Team.Finance’s audited contracts and the decentralized networks add extra layers of protection. Stay vigilant and keep your OK safe! 🧠
</p>
</div>
</li><br><br>
<li>
<div>
<h4>5️⃣ What should I know about APY rates in OK’s multichain staking pools? 📊</h4>
<br><p style="text-align: justify;">
Our OK staking pools offer competitive APYs across different chains! 🌐 Each pool—whether on Base, BSC, Polygon, Avalanche, or Arbitrum—has a unique APY based on:<br><br>
- Staking pool size.<br>
- Duration.<br>
- Total staked OK.<br>
- Market dynamics.<br><br>
For example:<br><br>
- 82% APY on Base. 🌟<br>
- Up to 300% APY on Arbitrum! 🚀<br><br>
Pro Tip: Always check the specific pool’s APY before staking to select the option that best fits your reward goals. Maximize your gains with OK! 💰
</p>
</div>
</li><br><br>
<li>
<div>
<h4>6️⃣ Can I participate in OK’s governance through staking or holding OK? 🗳️</h4>
<br><p style="text-align: justify;">
Absolutely! 🎉 With the upcoming OK DAO, staking and holding OK across chains will enable you to participate in governance:<br><br>
- Submit proposals for new projects, integrations, and strategic decisions. 📝<br>
- Vote on community initiatives and help shape the future of OK! 🗳️<br>
- Be part of a fully decentralized governance model where your voice matters! 🗣️<br><br>
Join the OK Heroes and have a direct impact on OK’s direction. Your stake, your say! 💪
</p>
</div>
</li>
</ul>
</section><!--/#faq--><br>
</div>
<!-- hero end -->
<!-- call to action --><br><br><br><br><br><br><br>
<div class="mil-p-0-100">
<div class="container mil-relative">
<div class="mil-objects">
<div class="mil-obj-1"></div>
<div class="mil-obj-2"></div>
</div>
<p class="mil-stylized mil-m2 mil-mb60 mil-tac mil-up">Be Part of the OK Movement! Decentralized, Open-Source, and Powered by YOU! 🌟</p>
<h2 class="mil-head1 mil-rubber mil-tac mil-mb60 mil-up"><span class="mil-a1">OK</span> is <span class="mil-a1">Pure Community</span>-Driven <span class="mil-a1">Crypto </span>Goodness. <span class="mil-a1">Join </span>the Ranks of the <span class="mil-a1">OK Heroes </span>and Let's Make <span class="mil-a1">Crypto History </span>Together! </h2>
<div class="mil-text-with-button mil-mb60">
<p class="mil-text-sm mil-tar mil-768-tac mil-up">OK is not a security, it never had an ICO, nor any kind of funding rounds. <br>OK is self sustainable and is fully supported by volunteers (Just like Bitcoin). 🤝</p>
</div>
<h2 class="mil-head1 mil-rubber mil-tac mil-mb60 mil-up">Don't Miss Out! Become an OK Hero Today!</h2>
</div>
</div>
<!-- call to action end -->
<!-- footer -->
<footer class="mil-footer mil-p-160-160">
<div class="container">
<div class="row mil-no-g">
<div class="col-lg-12">
<div class="mil-footer-menu-frame mil-mb90 mil-up">
<ul class="mil-footer-menu">
<li><a href="#" class="mil-c-gone">Top</a></li>
<li><a href="https://okcash.network" class="mil-c-gone" target="_blank">Explorers</a></li>
<li><a href="https://okcash.network/index.html#wallets" class="mil-c-gone" target="_blank">Wallets</a></li>
<li><a href="https://github.com/okcashpro/ok-graphics" class="mil-c-gone" target="_blank">Branding Kit</a></li>
<li><a href="/developer-documentation.html" class="mil-c-gone">Documentation</a></li>
<li><a href="https://okcash.news" class="mil-c-gone" target="_blank">News</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=1028368.0" class="mil-c-gone" target="_blank">BitcoinTalk</a></li>
</ul>
<ul class="mil-social mil-c-gone">
<li><a href="#." data-no-swup><i class="far fa-circle"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-circle"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-circle"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-circle"></i></a></li>
<li><a href="#." data-no-swup><i class="far fa-circle"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-12">
<div class="mil-footer-bottom mil-up">
<p class="mil-text-sm">© 2014-2025 Okcash Project. Released under the <a href="https://github.com/okcashpro/okcash/blob/master/COPYING" target="_blank" class="mil-text-link mil-a2 mil-c-gone">MIT license</a>.<br>
All trademarks and copyrights belong to their respective owners.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- footer end -->
</div>
<!-- content -->
</div>
</div>
<!-- page transition -->
</div>
<!-- wrapper end -->
<!-- swup js -->
<script src="/js/plugins/swup.min.js"></script>
<!-- gsap js -->
<script src="/js/plugins/gsap.min.js"></script>
<!-- scroll smoother -->
<script src="/js/plugins/ScrollSmoother.min.js"></script>
<!-- scroll trigger js -->
<script src="/js/plugins/ScrollTrigger.min.js"></script>
<!-- scroll to js -->
<script src="/js/plugins/ScrollTo.min.js"></script>
<!-- swiper js -->
<script src="/js/plugins/swiper.min.js"></script>
<!-- parallax js -->
<script src="/js/plugins/parallax.js"></script>
<!-- pixy js -->
<script src="/js/main.js"></script>
</body>
</html>