You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
309 lines
53 KiB
309 lines
53 KiB
// en.js
|
|
export default {
|
|
index: {
|
|
//help
|
|
faq:'Help Center',
|
|
t1:'What Is Blockchain?',
|
|
t2:'What Is a Decentralized Wallet?',
|
|
t3:'What Is the Private key, Mnemonic and Wallet Password?',
|
|
t4:'What Is the Miner Fee?',
|
|
t5:'Why can’t I transfer my assets to the contract address?',
|
|
t6:'Why can’t transfer tokens between different chains?',
|
|
t7:'Why can’t I get my funds back when the transfer was failed?',
|
|
|
|
b1:`Blockchain is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network. An asset can be tangible (a house, car, cash, land) or intangible (intellectual property, patents, copyrights, branding). Virtually anything of value can be tracked and traded on a blockchain network, reducing risk and cutting costs for all involved.
|
|
Business runs on information. The faster it’s received and the more accurate it is, the better. Blockchain is ideal for delivering that information because it provides immediate, shared and completely transparent information stored on an immutable ledger that can be accessed only by permission network members. A blockchain network can track orders, payments, accounts, production and much more. And because members share a single view of the truth, you can see all details of a transaction end to end, giving you greater confidence, as well as new efficiencies and opportunities.
|
|
Blockchain has its roots in Bitcoin. On 1 November 2008, a man calling himself Satoshi Nakamoto published an article entitled "Bitcoin: A Peer-to-Peer Electronic Cash System", in which he explained the concept of an electronic cash system based on P2P network technology, cryptography, timestamping technology and blockchain technology, which marked the birth of Bitcoin. Two months later the theory was put into practice and on 3 January 2009 the first block with the serial number 0 was created. A few days later, on 9 January 2009, a block with the number 1 appeared and was connected to the Genesis block with the number 0 to form a chain, marking the birth of the blockchain.`,
|
|
b2:`In contrast to centralized wallets (exchanges) where the private key is in the hands of a third-party service provider, the private key of a decentralized wallet is kept by the user themselves and the assets are stored on the blockchain, the user is the real holder of the digital currency, the wallet is just a tool to help the user manage the assets on the chain and read the blockchain data, so there is no way to control, steal or transfer your assets.
|
|
Therefore, decentralized wallets are difficult to be attacked by hackers centrally, and users do not have to worry about self-stealing or running away from the wallet service provider, because as long as you keep your private key safe when creating the wallet, your assets are still on the chain and can be displayed in a different wallet as well.
|
|
Note: If a decentralized wallet is lost or stolen, it cannot be recovered without a backup of your private key or seed phrase, so be sure to back up your private key securely and correctly.
|
|
`,
|
|
b3:`Private key When dealing with cryptocurrency, a user is usually given a public address and a private key to send and receive coins or tokens. The public address is where the funds are deposited and received. But even though a user has tokens deposited into their address, they won’t be able to withdraw them without the unique private key.
|
|
The private key can take a few different forms, usually depicted as a series of alphanumeric characters, which makes it hard for a hacker to crack. Most users represent their wallet keys in wallet import format, which has 51 characters. Think of a public address as a mailbox, and the private key as the key to the box.
|
|
On any wallet, by importing the private key and setting a new password you can import the assets from the previous A wallet into the B wallet. For example, if a mobile phone is lost, the assets can be recovered by simply importing the private key.
|
|
Mnemonic Because the private key is composed of 64-bit hexadecimal, which is inconvenient to record and copy. For users' convenience, mnemonic was generated. It is simplified into a mnemonic consisting of 12 words, with a space between each word. The mnemonic and private key have the same function, that is, you can import the wallet by entering the mnemonic and setting a new password. Like the private key, a wallet has one set of mnemonics and cannot be modified.
|
|
Anybody else who discovers the phrase can steal the cryptos, so it must be kept safe like jewels or cash. For example, no one should ask you for it on social networks or messenger, it must not be typed into any website.
|
|
Wallet Password When creating a wallet in BitCooo, you need to set a password of at least 8 characters. The wallet password is used to manage the wallet, e.g. to transfer funds, and must be entered when importing a wallet with a private key/keyword. Passwords can be changed or reset. If the original password is forgotten, the wallet can be imported with the private key or mnemonic words and a new password can be set.
|
|
An analogy can be drawn with bank accounts to differentiate between them. Private key = bank card number + bank card password Mnemonic = bank card number + card password Password = bank card password`,
|
|
|
|
b4:`Miner fees, commonly known as transfer fees as an incentive for miners to mine.
|
|
Miner fees are determined by the Gas Price (unit price) and the Gas Limit (amount) consumed. The calculation formula is: Transfer fee/Gas fee/Miner fee = Gas Limit * Gas Price
|
|
The amount of Gas Limit is mainly affected by the complexity of the operation based on the content of the smart contract. The more complex the operation, the higher the Gas Limit.
|
|
The Gas Price is set by the sender. The higher the Gas Price set by the sender, the faster the transaction initiated by the sender can be confirmed in the blockchain.
|
|
Notes: The gas fee for ETH is ETH; The gas fee for BSC is BNB; The gas fee for HECO is HT; The gas fee for OKExChain is OKT;
|
|
Gas can be returned if it is not used up`,
|
|
b5:`A smart contract is a self-executing contract with the terms of the agreement written into lines of code. The code and the agreements contained therein exist across a distributed, decentralized blockchain network. Taking Ethereum network as an example, issuing ERC20 Tokens on Ethereum network is essentially creating the smart contract of a Token. The code of the smart contract determines all information of the token in this address.
|
|
Since the smart contract doesn’t have a private key, once transferred tokens to the contract address, they may never be returned. In addition, Some contracts have reserved codes that can transfer Tokens, and some people believe that this is a hidden danger left by anonymous project parties.
|
|
Therefore, please be sure to confirm whether the transfer is valid and double check your transfer information before transferring;
|
|
Don't transfer tokens directly to the contract address!
|
|
Don't transfer tokens directly to the contract address!
|
|
Don't transfer tokens directly to the contract address!`,
|
|
b6:`With the development of public chains, exchanges are also launching their own public chains, such as the Binance Smart Chain (BSC) launched by Binance, the Huobi Eco Chain (HECO) launched by Huobi, and OKExChain launched by OKEx.
|
|
The same asset will appear on different public chains due to the increasing demand for cross-chain. For example, USDT can be circulated in ETH, TRX, BSC, HECO, etc., but they are not completely consistent and cannot be transferred directly to each other. Moreover, the address formats of ETH, BSC, HECO, and OKExChain are all the same, which often leads to errors in user transfers or withdrawals.
|
|
Be careful:
|
|
1. Different public chains cannot transfer the tokens to each other directly. For an example, USDT on Ethereum cannot be transferred to HECO directly.
|
|
2. When withdrawing tokens from exchanges, please pay attentions to choosing the right withdrawing channel/blockchain. For an example, if you want to withdraw from Binance to Binance Smart Chain, you must choose the BEP20 or BSC option. For another example, if you want to withdraw from Huobi to the Huobi Eco Chain, you must select the HECO option, otherwise the tokens cannot be received.
|
|
`,
|
|
|
|
b7:`When the transfer was failed on BitCooo wallet, it is usually caused by the following three reasons:
|
|
1.1.
|
|
Out of gas
|
|
2.2.
|
|
Bad instruction
|
|
3.3.
|
|
Reverted
|
|
If a transfer fails, BitCooo will not deduct your assets, and you can check your assets on the [Assets] page.
|
|
It should be noted that the miner fee generated by this transfer will not be refunded. It is not that BitCooo "stolen" your miner fee, but because this transaction has been packaged by the miner, which means that the miner fee has been collected by the miner.`,
|
|
|
|
|
|
// regis
|
|
Clicktoverify:'Click to verify fingerprint',
|
|
Loginwith:'Login with wallet password',
|
|
Decentralised:'Decentralised wallets,self-directed assets',
|
|
Localstorage:'Local storage of private keys, safe and secure',
|
|
EasyDecentralised:'Easy to use multi-chain wallet',
|
|
EasyLocalstorage:'Easy to manage multiple wallets, your close assistant',
|
|
NftDecentralised:'NFTCollection',
|
|
NftLocalstorage:'Convenient management of your NFT collection',
|
|
Oneidentity:'One identity management',
|
|
Logintowallet:'Login to wallet',
|
|
Restoreexisting:'Restore existing wallets',
|
|
|
|
|
|
|
|
tela:'Enter the token name or contract address',
|
|
tokensfound:'No related tokens found',
|
|
thetokenname:'Please enter the token name or contract address to search',
|
|
mainInfo:'According to relevant laws and regulations, it is currently unable to provide services to your location, which has caused you inconvenience. I am very sorry.',
|
|
walletname: 'Please enter wallet name',
|
|
Namecannot: 'Name cannot be empty',
|
|
// 底部导航栏
|
|
Wallet: 'Wallet',
|
|
NFT: 'NFT',
|
|
Market: 'Market',
|
|
Discover: 'Discover',
|
|
Profile: 'Profile',
|
|
// tongyong
|
|
Confirm: 'Confirm',
|
|
Successful: 'Successfully',
|
|
Cancel: 'Cancel',
|
|
Setsuccessfully: 'Set successfully',
|
|
Creationfailed: 'Creation failed',
|
|
correct: 'Correct',
|
|
selectWallet:'Select Wallet',
|
|
langSelect: 'Select',
|
|
fingerPass: 'Fingerprint password',
|
|
lans: 'Language settings',
|
|
curr: 'Currency',
|
|
curr2: 'Currency',
|
|
nodes: 'Node settings',
|
|
// profile
|
|
protit: 'Profile',
|
|
apps: 'App settings',
|
|
magew: 'Manage Wallet',
|
|
addBook: 'Address Book',
|
|
Settings: 'Settings',
|
|
helpcen: 'Help Center',
|
|
aboutus: 'About Us',
|
|
Hardware: 'Hardware',
|
|
math: 'Matching hardware',
|
|
// wallet
|
|
Wallet: 'Wallet',
|
|
assets: 'Assets',
|
|
cwallet: 'Choose a wallet',
|
|
manage: 'Manage',
|
|
mwallet: 'Manage wallet',
|
|
addwallet: 'Add to',
|
|
// add
|
|
crewalllet: 'Create a wallet',
|
|
mneimport: 'Mnemonic import',
|
|
privakeyimport: 'Private key import',
|
|
// back/index
|
|
backupMneTit: 'Backup mnemonics',
|
|
BackupTips: 'Backup Tips',
|
|
Axioms: 'Axioms are the only way to control assets.',
|
|
retrieve: 'You cannot retrieve a lost mnemonic, so be sure to back it up!',
|
|
disclose: 'Do not disclose your mnemonic to anyone.',
|
|
startBack: 'Start backup',
|
|
// backup2
|
|
pcopy: 'Please copy the helper words in',
|
|
pcopy2: 'the correct order',
|
|
booster: 'The booster words will be used for wallet asset recovery, please copy the booster words in the correct order and keep them in a safe place and do not disclose them to others',
|
|
copied: 'I have copied it',
|
|
// backup3
|
|
conMne: 'Confirm your wallet mnemonic',
|
|
boosterword: 'Please click on the booster words in order to ensure that your backup booster words are correct',
|
|
backCom: 'Backup mnemonic completed!',
|
|
seed: 'Invalid Seed',
|
|
wrongWord: 'You entered the wrong booster words,',
|
|
wrongWord2: 'please try again.',
|
|
// transPaw
|
|
transPaw: 'Transaction password',
|
|
settransPaw: 'Set transaction password',
|
|
transPawAgain: 'Please enter again',
|
|
Securetransaction: 'Secure transaction passwords,',
|
|
Securetransaction2: 'please do not disclose',
|
|
Passworddiscrepansies: 'Password discrepansies',
|
|
|
|
// about
|
|
Versionupdate: 'Version update',
|
|
Officialwebsite: 'Official website',
|
|
TermsofService: 'Terms of Service',
|
|
PrivacyPolicy: 'Privacy Policy',
|
|
// TermsofService
|
|
Etiamnisilorem1: 'Etiam nisi lorem',
|
|
Etiamnisilorem2: 'posuere at turpis at, fringilla efficitur quam. Suspendisse vitae lacus ac lectus facilisis ornare. Vivamus vitae pulvinar nisi, in vehicula elit. Praesent iaculis ante tellus, eu mattis lectus suscipit sit amet. Sed congue accumsan nunc in iaculis. Sed malesuada elit turpis, eu egestas eros rhoncus non. Sed pulvinar euismod libero sit amet scelerisque. Vestibulum ante felis, condimentum in vulputate id, tempor eu nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam condimentum augue vitae nulla suscipit eleifend. Phasellus consectetur volutpat nulla, cursus facilisis elit vulputate sed. Mauris in semper sem. Interdum et malesuada fames ac ante ipsum primis in faucibus.',
|
|
Etiamnisilorem3: 'Etiam nisi lorem, posuere at turpis at, fringilla efficitur quam. Suspendisse vitae lacus ac lectus facilisis ornare. Vivamus vitae pulvinar nisi, in vehicula elit. Praesent iaculis ante tellus, eu mattis lectus suscipit sit amet. Sed congue accumsan nunc in iaculis. Sed malesuada elit turpis, eu egestas eros rhoncus non. Sed pulvinar euismod libero sit amet scelerisque. Vestibulum ante felis, condimentum in vulputate id, tempor eu nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam condimentum augue vitae nulla suscipit eleifend. Phasellus consectetur volutpat nulla, cursus facilisis elit vulputate sed. Mauris in semper sem. Interdum et malesuada fames ac ante ipsum primis in faucibus.',
|
|
// privacy
|
|
TermsofService: 'Terms of Service',
|
|
|
|
// manage
|
|
Address: 'Address',
|
|
Manage: 'Manage',
|
|
Name: 'Name',
|
|
Setname: 'Set name',
|
|
Backupprivatekey: 'Backup private key',
|
|
Newwalletname: 'New wallet name',
|
|
// transPawMan
|
|
keepyourmnemonics: 'Please keep your mnemonics. Anyone who gets your mnemonics can control your account, including transferring all funds',
|
|
Incorrectpassword: 'Incorrect password',
|
|
// keyout
|
|
keepyourprivatekey: 'Please keep your private key. Anyone who gets your private key can control your account, including transferring all funds',
|
|
|
|
// showkey
|
|
Showprivatekey: 'Show private key',
|
|
Showprivatekeytext: 'Text',
|
|
ShowQRCode: 'QR Code',
|
|
ShowCopy: 'Copy',
|
|
ScantheQR: 'Scan the QR code to ....',
|
|
CopyprivatekeySuccessful: 'Copy private key Successful!',
|
|
Onemomentplease: 'One moment please',
|
|
// market
|
|
TrandingPairs: 'Tranding Pairs',
|
|
PriceVol: 'Price/Vol',
|
|
Chang: '24h Chang',
|
|
|
|
// discover
|
|
DAPPwebsite: 'Search or enter the DAPP website',
|
|
Beefy: 'Beefy finance(BSC)',
|
|
revenue: 'Revenue aggregator based on coin security intelligent chain',
|
|
Bunicorn: 'Bunicorn',
|
|
throughmobility: 'A high performance AMM DEX through mobility',
|
|
ForTube: 'ForTube(BSC)',
|
|
platform: 'The world is leading defi lending platform (BSC)',
|
|
Popular: 'Popular',
|
|
Lending: 'Lending',
|
|
Trade: 'Trade',
|
|
Yield: 'Yield',
|
|
Stake: 'Stake',
|
|
redirected: 'You will be redirected to a third party dApp page and your use of the third party dApp will be governed by that third party dApp is User Agreement and Privacy Policy, for which the third party dApp is directly and solely liable to you.',
|
|
Disclaimers: 'Disclaimers',
|
|
// nftCollection
|
|
NFTcollection: 'NFT collection',
|
|
Contractaddress: 'Contract address',
|
|
TokenID: 'Token ID',
|
|
entercontractaddress: 'Please enter the contract address',
|
|
entertokenID: 'Please enter token ID',
|
|
Contracts: 'Contracts',
|
|
ID: 'ID',
|
|
Collectiondetails: 'Collection details',
|
|
// btc index
|
|
Existingbalance: 'Existing balance',
|
|
Freezebalance: 'Freeze balance',
|
|
All: 'All',
|
|
Send: 'Send',
|
|
Receive: 'Receive',
|
|
// sendToken index
|
|
Receivingaddress: 'Receiving address',
|
|
ReceivingaddressError: 'Receiving address error',
|
|
ScanQR: 'Scan the QR code to transfer to the asset',
|
|
Copyaddress: 'Copy address',
|
|
CopySuccessful: 'Copy address Successful!',
|
|
// transfer
|
|
Transfer: 'Transfer',
|
|
AddressBook: 'Address Book',
|
|
Transferamount: 'Transfer amount',
|
|
Balance: 'Balance',
|
|
ALL: "ALL",
|
|
Remark: 'Remark',
|
|
Transactionfee: 'Transaction fee',
|
|
Transferconfirmation: 'Transfer confirmation',
|
|
Amount: 'Amount',
|
|
Sendaddress: 'Send address',
|
|
Fingerprintpassword: 'Fingerprint password',
|
|
fingerprintsensor: 'Touch the fingerprint sensor',
|
|
UsePassword: 'Use Password',
|
|
Fingerprintrecognized: 'Fingerprint not recognized.',
|
|
Tryagain: 'Try again',
|
|
Fingerprintrecognized: 'Fingerprint recognized.',
|
|
enterthetransferamount: 'Please enter the transfer amount',
|
|
enterthereceivingaddress: 'Please enter the receiving address',
|
|
lessthan: 'The entered amount cannot be less than 0',
|
|
runninglow: 'Sorry, your credit is running low',
|
|
fingerprintidentification: 'This device does not support fingerprint identification',
|
|
notequipped: 'This device is not equipped with a password lock screen and cannot use fingerprint identification',
|
|
oninthesetting: 'There is no fingerprint entered in this device. Please turn it on in the setting',
|
|
addressFormatError:'Address format error',
|
|
// Add Token
|
|
AddToken: 'Add Token',
|
|
Hotassets: 'Hot assets',
|
|
Addedsuccessfully: 'Added successfully',
|
|
// backup5
|
|
Importviaprivatekey: 'Import via private key',
|
|
Privatekeyimportverification: 'Private key import verification',
|
|
privatekeyanddo: 'Please enter your private key and do not disclose it to othersThe external address cannot be recovered by mnemonics. Please keep it properly',
|
|
enteryourprivatekey: 'Please enter your private key',
|
|
beempty: 'Cannot be empty',
|
|
beenimported: 'The wallet has been imported',
|
|
MnemonicsError:'Mnemonics error',
|
|
// backup4
|
|
Importmnemonics: 'Import mnemonics',
|
|
Mnemonicsimportverification: 'Mnemonics import verification',
|
|
Language: 'Language',
|
|
langfan: '繁體中文',
|
|
langjian: '简体中文',
|
|
by:'Русский',
|
|
eng: 'English',
|
|
edit: 'Edit',
|
|
Delete: 'Delete',
|
|
DELETE: 'DELETE',
|
|
Addaddress: 'Add address',
|
|
Save: 'Save',
|
|
selectcurrency: 'Please select currency',
|
|
Pleaserecipientaddress: 'Please enter the recipient address',
|
|
enterthename: 'Please enter the name',
|
|
Addressorname: 'Address or name cannot be empty',
|
|
loading: 'loading',
|
|
closevalidation: 'Confirm close validation?',
|
|
Login: 'Log in',
|
|
Transactiondetails: 'Transaction details',
|
|
Confirmed: 'Confirmed',
|
|
Time: 'Time',
|
|
TxFee: 'Tx Fee',
|
|
TransactionID: 'Transaction ID',
|
|
others: 'others',
|
|
me: 'me',
|
|
moreinformation: 'Go to your browser for more information',
|
|
CopySuccessful: 'Copy Successful!',
|
|
Nocontent: 'No content',
|
|
|
|
Recognitioncancelled: 'Recognition has been cancelled',
|
|
Fingerprintidentificationfailed: 'Fingerprint identification failed, please try again',
|
|
Fingerprintmatchingfailed: 'Fingerprint matching failed, please re-enter',
|
|
Thenumberoffingerprint: 'The number of fingerprint identification failures exceeds the limit. Please use other methods for authentication',
|
|
separatedbyspaces: 'Enter mnemonic words separated by spaces',
|
|
Notyetopen: 'Not yet open',
|
|
Transfersucceeded: 'Transaction has been broadcast',
|
|
Transferfailedconfirm: 'Transfer failed, please confirm the information is correct',
|
|
yourcredit: 'Sorry, your credit is running low',
|
|
failedInitiate: 'Failed to initiate',
|
|
offchain: 'Please enter a note (off-chain)',
|
|
TermsofServiceTxt:'This "Service Agreement" ("Agreement" or "Service Agreement") contains the terms and conditions governing your access and use of the websites and services (defined below) provided by us, and is between us and you or the entity you represent protocol. Please read this "Service Agreement" carefully before using this website or service. By using this website, or by clicking a button or check box to accept or agree to the terms of service of this "Service Agreement" (if this option is available), or fill in a service order, or, if earlier, use or otherwise access the service ("Effective Date"), you (1) accept and agree to this "Service Agreement" and any additional terms, rules and participation conditions that we publish from time to time, and (2) agree to the collection as described in our "Privacy Policy" , Use, disclosure, and other information processing activities. If you do not agree to this Service Agreement, you may not access or use the service.',
|
|
updateTitle:'Version upgrade prompt',
|
|
AgreementConfirmation:'I have read and agree to the',
|
|
serviceTit:'《BitCooo Terms of Service》',
|
|
serviceTwo:`
|
|
<br>Dear User,<br>Thank you for choosing BitCooo. This BitCooo Terms of Service (“Agreement”) is made between you (“you” or “User”) and BitCooo Foundation Ltd. (“TPF” or “we”) and is legally binding between you and TPF.<br><br>TPF hereby reminds you that you must carefully read the full content of this Agreement and other documents mentioned in this Agreement before using BitCooo (“BitCooo” or “App”). Particularly, you must carefully read the section of “Disclaimer and Limitation of Liability” and other sections which are displayed in bold. You must make sure that you fully understand the whole Agreement and evaluate the risks of using BitCooo on your own. In addition, BitCooo can be downloaded on mobile application platforms, including but not limited to Google Play and App Store.<br>I. Confirmation and Acceptance of this Agreement<br>1.1 You understand that this Agreement and other relevant documents apply to BitCooo and the Decentralized Applications (“DApps”) which are developed and owned independently by TPF on BitCooo (and excluding DApps developed by third parties).<br>1.2 After you download BitCooo and start to create or import wallet, you are deemed as having read and accepted this Agreement, which shall cause this Agreement to become effective and legally binding on both you and TPF immediately.<br>1.3 TPF may, at its sole discretion, modify or replace this Agreement at any time. The modified Agreement will automatically take effect once it is posted on BitCooo and you will not be notified separately. If you do not agree with the modifications, you shall cease to use BitCooo immediately. Use of BitCooo by you after any modification to this Agreement constitutes your acceptance of this Agreement as modified.<br>1.4 If you are under 18 years old or you are a person of no capacity for civil acts or a person of limited capacity for civil acts, please use BitCooo under the guidance of your parents or guardians.<br>II. Definition<br>2.1 BitCooo: The blockchain wallet developed by TPF based on BTC/ETH /TRON and other blockchain systems which BitCooo may support in the future, and other supporting tools which are developed for the convenience of the Users when using blockchain systems.<br>2.2 User: a) a User must be a natural person who possesses full capacity for civil acts; b) if you are under 18 years old, please use BitCooo under the guidance of your parents or guardians. If any person of no capacity for civil acts conducts any transactions on BitCooo or any person of limited capacity for civil acts conducts any transaction which does not commensurate his/her civil rights or act capacity, the parents or guardians of the User shall be liable for the consequences of such transactions.<br>2.3 Excluded Person: a) except for natural persons, persons who have the legal and consciousness ability to conclude this Agreement; or b) users who are prohibited, restricted, unauthorized or unqualified to use the service (as defined in this Agreement) ) in any form or method (in whole or in part) due to this Agreement, laws, regulatory requirements, or the provisions of the jurisdiction applicable to the user. For the avoidance of doubt, Chinese Users are also regarded as "Excluded Person".<br>2.4 Terms:<br> a) Create or import wallet: Using BitCooo to create or import wallet after you accept this Agreement.<br> b) Wallet Password: The password you set when you create the wallet. The Wallet Password will be used to encrypt and protect your Private Key. BitCooo, as a decentralized application, will not store your Wallet Password on our servers, nor will your Wallet Password be stored in your own mobile devices. If you lose or forget your Wallet Password, you will have to reset the Wallet Password with your Private Key or Mnemonic Words.<br>Reminder: It is recommended that Users follow the relevant steps for the information prompts involved in the BitCooo operating interface.<br> c) Specific Users: Users who should cooperate with TPF and disclose Personal Information in order to comply with the laws, regulations and policies of Singapore.<br> d) Private Key: Consists of 256 random bits. Private Key is the core for the User to hold and use the Tokens.<br> e) Public Key: Public key is derived from the Private Key based on cryptography and is used to generate wallet addresses. A wallet address is a public address for reception of Tokens.<br> f) Mnemonic Words: Consists of 12 (or 15/18/21/24) words which are randomly generated, and it is based on BIP39, the industry standard of blockchain. It is a human readable format of words to back up your Private Key for recovery.<br> g) Keystore: A file that is encrypted by Private Key or Mnemonic Words and protected by the User’s Wallet Password. Keystore is stored only in Users’ mobile device and will not be synchronized to TPF servers.<br> h) Tokens: The tokens which are supported by BitCooo currently, including but not limited to ETH, EOS and so on.<br> i) Materials: Contents in the columns of “News”, etc. on BitCooo. The Materials are TPF’ proprietary properties. User shall not reproduce or distribute the materials without TPF’ permission and authorization.<br> j) Personal Information: Means information recorded in electronic or any other form which may identify a natural person when used alone or in combination with other information, including but not limited to name, date of birth, identification card number, personal biological identification information, address, telephone number, bank card number, email address, wallet address, mobile device information, operation record, transaction record, but excluding Wallet Password, Private Key, Mnemonic Words and Keystore.<br> k) PRC: The People’s Republic of China, including Hong Kong, Macau and Taiwan.<br> l) Third-party services: Products and services provided by third parties such as third-party DApps, third-party DeFi, third-party smart contracts, third-party open source agreements, third-party web pages, third-party hardware wallets, third-party online web wallets, third-party exchanges, etc.<br>III. Services<br>3.1 Create or import wallet. You may use BitCooo to create a new wallet or import wallets generated by other wallet application. You may only import wallets with Tokens which are supported by BitCooo.<br>3.2 Transfer and receive Tokens. You may manage your digital Tokens by using the transfer and reception functions of BitCooo, i.e., you may revise the blockchain ledger by signing with your Private Key. Tokens Transfer means the payer transfer the Token to the blockchain address of the payee. The actual transfer of Tokens happens on the blockchain system (instead of on BitCooo).<br>3.3 Observe the market. You may use BitCooo to observe the market of the Tokens supported by BitCooo. The quotation of each Token is captured by BitCooo from corresponding exchange and is displayed in the “Markets” column on BitCooo.<br>3.4 Manage Tokens. You may use BitCooo to add, manage or delete the Tokens supported by BitCooo.<br>Browse DApps. Users may use BitCooo to visit and use the services provided by DApps (including DApps developed by TPF and DApps developed by third parties).<br>3.5 Browse the DApp. Users can link to the DApp and use the services provided by the DApp (including TPF own DApps and third-party DApps) through the link on BitCooo.<br>3.6 Transaction records. We will copy all or part of your transaction records from the blockchain system. However, Users shall refer to the blockchain system for the latest transaction records.<br>3.7 Suspension of service. You understand that we are not able to reverse or cancel the transaction because transactions based on blockchain technologies are irrevocable. However, under certain circumstances, we may suspend or limit the function of BitCooo used by a particular User.<br>3.8 Other services that TPF would like to provide.<br>IV. Users who use BitCooo must understand that:<br>4.1 In order to keep the decentralization feature of blockchain and to protect the security of your digital Tokens, TPF offers decentralized service which is largely different from the banking and financial institutions. Users shall understand that TPF (the decentralized solution) DOES NOT provide the following services:<br> a) store Users’ Wallet Password (the password Users set when creating or importing wallets), Private Key, Mnemonic Words or Keystore;<br> b) restore Users’ Wallet Password, Private Key, Mnemonic Words or Keystore;<br> c) freeze the wallet;<br> d) report the loss of wallet;<br> e) restore the wallet;<br> f) rollback transactions.<br>4.2 Users shall take care of their mobile devices, back up the BitCooo App, and back up the Wallet Password, Mnemonic Words, Private Key and Keystore by themselves. If your mobile device is lost, your BitCooo App or your wallet is deleted and not backed up, your wallet is stolen or you forget your Wallet Password, Private Key, Mnemonic Words or Keystore, TPF is not able to recover the wallet or restore Wallet Password, Private Key, Mnemonic Words or Keystore. Nor can TPF cancel transactions for the mishandling of Users (such as typing in wrong addresses for transactions).<br>4.3 BitCooo does not support all existing Tokens. Do not use BitCooo to handle any non-supported Tokens.<br>4.4 BitCooo is only a tool for Users to manage their Tokens and is not an exchange or a trading platform. For the purpose of this Agreement, the word “transactions” only means transferring and receiving Tokens, which is substantially different from transactions on the exchanges and trading platforms.<br>4.5 The DApps integrated into BitCooo include those developed independently by TPF and those developed by third parties. BitCooo only acts as a blockchain browser for those third-party-developed DApps. Users shall, at their sole discretion, decide whether there would be any risks to accept the services provided by or to conduct transactions on the third-party-developed DApps.<br>V. Your Rights and Obligations<br>5.1 Create or Import Wallet<br> a) Create or import wallet: you are entitled to use BitCooo on your mobile device to create and/or import wallet, set Wallet Password and use your wallet on BitCooo to transfer and receive Tokens on blockchain.<br> b) Identification verification: Specific Users will be asked to complete identification verification before using BitCooo to comply with related laws and regulations, according to the notification of BitCooo. Specific Users may be asked to provide Personal Information including but not limited to name, identification card number, cell phone number, bank card information, etc., without which the Specific Users will not be able to use certain services and the Specific Users alone shall be responsible for the loss caused by their delay in completing the verification.<br> c) TPF may develop different versions of BitCooo for different terminal devices. You shall download and install applicable version. If you download and install BitCooo or other application with the same name as “BitCooo” from any unauthorized third party, TPF cannot guarantee the normal operation or security of such application. Any loss caused by using such application shall be borne by you.<br> d) A previous version of BitCooo may stop to operate after a new version is released. TPF cannot guarantee the security, continuous operation or customer services for the previous version. Users shall download and use the latest version.<br>5.2 Use of BitCooo<br> a) Users shall take care of their mobile devices, Wallet Password, Private Key, Mnemonic Words and Keystore by themselves. TPF does not store or hold the above information for Users. You shall be responsible for any risks, liabilities, losses and expenses which result from frauds, you losing your mobile device, disclosing (whether actively or passively) or forgetting Wallet Password, Private Key, Mnemonic Words or Keystore, or your wallet being attacked.<br> b) Follow the Alert. You understand and agree to follow the Alert pushed by BitCooo. You shall be responsible for any risks, liabilities, losses and expenses which result from your failure to comply with the Alert.<br> c) You understand that BitCooo undertakes no responsibility to conduct due diligence on the services or transactions provided by third-party-developed DApps. You shall make investment decisions rationally and assume the risks by yourself.<br> d) Complete the identification verification. If BitCooo reasonably deems your operation or transactions to be abnormal, or considers your identification to be doubtful, or BitCooo considers it necessary to verify your identification documents or other necessary documents, you shall cooperate with BitCooo and provide your valid identification documents or other necessary documents and complete the identification verification in time.<br> e) With the registration method using BitCooo mobile phone number and email address (the effective decentralized solution under the EOS system), you can choose to export the private key functions to better manage your account. You are also informed that you can delete the multiple-signature Owner authority added by default and that TPF can no longer help you recover the private key if the authority aforementioned is deleted.<br>5.3 Transfer of Tokens<br> a) You understand that you may be subject to daily limits on the amount and times of transfers according to your location, regulatory requirements, transferring purposes, risk control by BitCooo, or identification verification.<br> b) You understand that blockchain operations are “irrevocable”. When you use BitCooo to transfer Tokens, you shall be responsible for the consequences of your mishandling of the transfer (including but not limited to wrong address, problems of the node servers selected by you).<br> c) You understand that the following reasons may result in “transfer failed” or “mining overtime”<br> a. insufficient balance in wallet;<br> b. insufficient gas for transaction;<br> c. blockchain’s failure to execute the code of smart contracts;<br> d. the transfer amount exceeds the transfer limits imposed by authorities, BitCooo or laws or regulations;<br> e. technical failure of the network or equipment;<br> f. abandoned transactions result from blockchain network congestion or failure;<br> g. the wallet address of yours or your counterparty’s is identified as special addresses, such as high-risk address, exchange address, ICO address, Token address etc.<br> d) You understand that BitCooo is only a tool for transfer of Tokens. TPF shall be deemed to have fulfilled its obligations once you have finished the transfer and shall not be held liable for any other disputes.<br> e) Compliance. You understand that you shall abide by relevant laws, regulations and policies when you use BitCooo or the DApps on BitCooo.<br> f) Notifications. BitCooo may send notifications to you by web announcements, e-mails, text messages, phone calls, Notification Centre information, popup tips or client-end notices (e.g., information about your transfer or suggestions on certain operations) which you shall be aware of timely.<br>5.4 Service fees and taxes.<br> a) BitCooo does not charge you any service fees or handling fees for the time being. BitCooo may reach an agreement with you or announce rules regarding service fees in the future;<br> b) You need to pay gas when you transfer Tokens, the amount of which would be on your sole discretion and would be collected by certain blockchain system;<br> c) You understand that under some specific circumstances, your transfer of Tokens may fail due to instable network, but you may still be charged gas by certain blockchain system;<br> d) You shall bear all the applicable taxes and other expenses occurred due to your transactions on BitCooo.<br>VI. Risks<br>6.1 You understand and acknowledge that the blockchain technology is a field of innovation where the laws and regulations are not fully established. You may be faced with material risks including instability of technology or failure of Tokens redemption. You also understand that Tokens have much higher volatility comparing to other financial assets. You shall make investment decisions and hold or dispose of the Tokens in a reasonable way and corresponding to your financial status and risk preferences. You also acknowledge that the market information is captured from exchanges by BitCooo and may not represent the latest or the best quotation of each Token.<br>6.2 If you or your counterparty fails to comply with this Agreement or fails to follow the instructions, tips or rules on the website or on the page of the transaction or payment, BitCooo does not guarantee successful transfer of the Tokens and BitCooo shall not be held liable for any of the consequences of such failure. If you or your counterparty has already received the payment in BitCooo wallet or third-party wallet, you understand that transactions on blockchain are irreversible and irrevocable. You and your counterparty shall assume the liabilities and consequences of your transactions.<br>6.3 You understand that blockchain operations and related transactions are irreversible. BitCooo shall not be held liable for the corresponding risks and consequences.<br>6.4 When you use third-party-developed DApps integrated in BitCooo, TPF strongly suggest you read this Agreement and BitCooo’s Alert carefully, get familiar with the counterparty and the product information and evaluate the risks before you make transactions on such DApps.<br>6.5 You understand that such transactions and corresponding contractual relationship are between you and your counterparty. BitCooo shall not be held liable for any risks, responsibilities, losses or expenses occurred due to such transactions.<br>6.6 It is your sole responsibility to make sure that your counterparty is a person with full capacity for civil acts and decide whether you shall transact with him/her.<br>6.7 You shall check the official blockchain system or other blockchain tools when you receive Alert such as “transaction failed” or “mining overtime” in order to avoid repetitive transfer. If you fail to follow this instruction, you shall bear the losses and expenses occurred due to such repetitive transfer.<br>6.8 You understand that after you create or import wallet on BitCooo, your Keystore, Private Key and Mnemonic Words are only stored on your mobile device and will not be stored in BitCooo or on the servers of TPF. You may change another mobile device to use BitCooo after you follow the instructions on BitCooo to backup your wallet. If you lose your mobile device before you could write down or backup your Wallet Password, Private Key, Mnemonic Words or Keystore, you may lose your Tokens and TPF is unable to restore them. If your Wallet Password, Private Key, Mnemonic Words or Keystore is disclosed or the device which stores or holds your Wallet Password, Private Key, Mnemonic Words or Keystore is hacked or attacked, you may lose your Tokens and TPF is unable to restore them. You shall bear the foregoing losses on your own.<br>6.9 We suggest you backup your Wallet Password, Private Key, Mnemonic Words and Keystore when you create or import wallet by writing them down on papers or backup them in password management apps. Please do not use electronic methods such as screenshots, e-mails, note-taking apps in cell phones, text messages, WeChat or QQ to backup any of the above information.<br>6.10 In order to avoid potential security risks, we suggest you use BitCooo in a secured network environment. Please do not use a jailbreak or Rooted mobile device.<br>6.11 Please be alert to frauds when you use BitCooo. If you find any suspicious conducts, we encourage you to inform us immediately.<br>VIl. Change, Suspension, Termination of TPF Service<br>7.1 You acknowledge and accept that TPF may, at its sole discretion, provide only a part of services for the time being, suspend certain services or provide new services in the future. When we change our services, your continuous use of BitCooo is deemed as your acceptance of this Agreement and revisions of this Agreement.<br>7.2 You understand that TPF may suspend services under the following circumstances:<br> a) due to the maintenance, upgrading, failure of equipment and blockchain system and the interruption of communications etc., which lead to the suspension of the operation of BitCooo;<br> b) due to force majeure events including but not limited to typhoon, earthquake, tsunami, flood, power outage, war, or terrorist attacks, or computer viruses, Trojan Horse, hacker attacks, system instability or government behaviors and other reasons, TPF is unable to provide services or in TPF’ reasonable opinion, continuous provision of services would result in significant risks;<br> c) due to other events which TPF cannot control or reasonably predicate.<br> d) TPF reserves the right to unilaterally suspend or terminate all or part of the function of BitCooo under the following circumstances:<br> a. death of Users;<br> b. if you steal others’ wallets information or mobile devices;<br> c. if you provide false Personal Information on BitCooo or cheat on Questionnaire;<br> d. if you refuse to allow mandatory update of BitCooo;<br> e. if you use BitCooo to commit illegal or criminal activities;<br> f. if you hinder the normal use of BitCooo by other Users;<br> g. if you pretend to be staff or management personnel of TPF;<br> h. if you threaten the normal operation of TPF computer system by attack, invasion, alternation or any other means;<br> i. if you use BitCooo to send spams;<br> j. if you spread rumors which endanger the goodwill of TPF and BitCooo;<br> k. if you conduct any illegal activities, breach this Agreement etc. or other circumstances under which TPF reasonably considers necessary to suspend services.<br>7.3 You are entitled to export your wallets within a reasonable amount of time if TPF changes, suspends or terminates its services.<br>VIIl. Your Representations and Warranties<br>8.1 You shall comply with all applicable laws and regulations of the country or area you reside in. You shall not use BitCooo for any unlawful purposes or by any unlawful means.<br>8.2 You shall not use BitCooo to commit any illegal or unlawful activities, including but not limited to:<br> a) activities opposing the basic principles set forth in the constitution, endangering national security, disclosing state secrets, overturning the government or undermining national unity;<br> b) any illegal conducts, such as money laundering, illegal fund raising etc.;<br> c) accessing TPF services, collecting or processing the content provided by TPF, intervening or attempting to intervene any Users, by the employment of any automated programs, software, network engines, web crawlers, web analytics tools, data mining tools or similar tools etc.;<br> d) providing gambling information or inducing others to engage in gambling;<br> e) invading into others’ BitCooo wallets to steal Tokens;<br> f) engaging in any inaccurate or false transactions with the counterparty;<br> g) committing any activities which harms or attempts to harm BitCooo service system and data;<br> h) other activities which TPF has reason to believe are inappropriate.<br>8.3 You understand and accept that you shall be responsible for any violation of law (including but not limited to the regulations of the Customs and Tax) or for breach of this Agreement by you and shall indemnify TPF against the losses, the third-party claims or administrative penalties against TPF incurred by such violation or breach, including reasonable attorney’s fees.<br>8.4 You are not an Excluded Person who is eligible to use the BitCooo service.<br>8.5 You confirm that you will pay the service fees charged by TPF in time (if applicable). TPF reserves the right to suspend the services when the User fails to pay service fees (if applicable).<br>IX. Privacy Policy<br>Your privacy is of utmost importance for TPF. Please refer to BitCooo Privacy Policy as updated by us from time to time for relevant privacy protection policies.<br>X. Disclaimer and Limitation of Liability<br>10.1 TPF only undertakes obligations expressly set forth in this Agreement.<br>10.2 YOU ACKNOWLEDGE AND ACCEPT THAT, TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, BitCooo IS PROVIDED ON AN “AS IS”, “AS AVAILABLE” AND “WITH ALL FAULTS” BASIS. TPF shall not be held liable for malfunction of BitCooo which results from the following reasons:<br> a) system maintenance or upgrading of BitCooo;<br> b) force majeure, such as typhoon, earthquake, flood, lightning or terrorist attack etc.;<br> c) malfunction of your mobile device hardware and software, and failure of telecommunication lines and power supply lines;<br> d) your improper, unauthorized or unrecognized use of TPF services;<br> e) computer viruses, Trojan Horse, malicious program attacks, network congestion, system instability, system or equipment failure, telecommunication failure, power failure, banking issues, government acts etc.;<br> f) any other reasons not imputed to TPF.<br>10.3 TPF shall not be held liable under the following circumstances:<br> a) Users lose their mobile devices, delete BitCooo applications and wallets without back-up, forget Wallet Passwords, Private Keys, Mnemonic Words, Keystores without back-up, which result in the loss of their Tokens;<br> b) Users disclose their Wallet Passwords, Private Keys, Mnemonic Words, Keystores, or lend or transfer their BitCooo wallets to others, or authorize others to use their mobile devices or BitCooo wallets, or download BitCooo applications through unofficial channels, or use BitCooo applications by other insecure means, which result in the loss of their Tokens;<br> c) Users mishandle BitCooo (including but not limited to wrong address, failure of the node servers selected by you), which result in the loss of Tokens;<br> d) Users are unfamiliar with the knowledge of blockchain and their mishandling of BitCooo results in loss of their Tokens;<br> e) BitCooo is unable to copy accurate transaction records due to system delay or blockchain instability etc.;<br>10.4 Under the registration method using BitCooo mobile phone number and email address (the effective decentralized solution under the EOS system), users can choose to export the private key. The property damage arising from loss or stolen private key after the user changes the authority of Owner and Active shall not be borne by TPF in any way.<br>10.5 Under the default mode of the registration method using BitCooo mobile phone number and email address (the effective decentralized solution under the EOS system), if the private key cannot be retrieved through mobile phone number due to the user’s causes (such as the user cannot gain a new SIM card), TPF will not provide the service to retrieve the private key.<br>10.6 Property loss caused by users themselves (including but not limited to loss of mobile phone number, email address, the disclosure of the verification code, publication of the private key by the user, and the user’s personal information being hacked) shall not be borne by TPF in any way.<br>10.7 Users shall undertake the risks and consequences of their transactions on the third-party-developed DApps.You understand that BitCooo is only an management tool for Tokens which is incapable to control the quality, security and legitimacy of products and services provided by the third-party-developed DApps, or the authenticity and accuracy of their information and their capabilities to fulfill the obligations under the agreements with you. You, at your sole discretion, decide whether to transact on the third-party-developed DApps. It is the third-party-developed DApps, instead of BitCooo, that transact with you. We kindly remind you to carefully review the authenticity, legitimacy, and effectiveness of related information provided by the third-party-developed DApps before you decide to use the DApps. In addition, you shall also assume all the risks arising from the transactions between you and any third party exchanges.<br><br>You acknowledge that BitCooo may provide services to you and your counterparties simultaneously and you agree to waive any actual or potential conflicts of interests and will not claim against TPF on such base or burden TPF with more responsibilities or duty of care.<br>XI. TPF does not warrant that:<br>a) services provided by TPF would satisfy all your needs;<br>b) all techniques, products, services, information or other materials from TPF would meet your expectations;<br>c) all the transaction information in digital tokens markets captured from the third party exchanges are prompt, accurate, complete, and reliable;<br>d) your counterparties on BitCooo will perform their obligations in the transaction agreements with you timely.<br>e) in any case, the total liability for TPF under this Agreement shall not exceed the greater of:<br> a. 0.1 Ether; or<br> b. 500 SGD, higher value shall prevail.<br>11.1 You are aware that BitCooo is only a tool for Users to manage their Tokens and to display transaction information. TPF does not provide legal, tax or investment advice. You shall seek advice from professional legal, tax, and investment advisors. In addition, TPF shall not be liable for any investment loss, data loss etc. during your use of our service.<br>11.2 You understand that we may change our entry standards, limit the range and ways to provide services for specific Users etc. at any time in accordance with relevant laws and regulations.<br>XII. Entire Agreement<br>12.1 This Agreement incorporates BitCooo Terms of Service, BitCooo Privacy Policy, and other rules (including contents in the “Support” column) posted by TPF from time to time.<br>12.2 If any provision of this Agreement is found by a court with competent jurisdiction to be invalid, the other provisions of this Agreement remain in full force and effect.<br>12.3 This English version and other translated version of this Agreement (if any) are provided for the convenience of Users, and are not intended to revise the Chinese version of this Agreement. If there is any discrepancy between the Chinese version and non-Chinese version of this Agreement, the Chinese version shall prevail.<br>XIll. Intellectual Property Rights Protection<br>BitCooo is an application developed and owned by TPF. The intellectual property rights of any contents displayed in BitCooo (including this Agreement, announcements, articles, videos, audios, images, archives, information, materials, trademarks or logos) are owned by TPF or the third party licensors. Users can only use the BitCooo applications and its contents for the purpose of holding and managing their Tokens. In particular, without prior written consent from BitCooo or the third party licensors, no one shall use, modify, decompile, reproduce, publicly disseminate, alter, distribute, issue or publicly publish the abovementioned applications and contents.<br>XIV. Governing Law and Dispute Resolution<br>14.1 The validity, interpretation, alternation, enforcement, dispute resolution of this Agreement and its revised versions shall be governed and construed in accordance with the TPF's national laws. Where there is no applicable law, this Agreement shall be interpreted by applicable commercial and/or industrial practices.<br>14.2 If any dispute or claim in connection with this Agreement arises between you and TPF, the parties shall first attempt to resolve the dispute or claim through amicable negotiations in good faith. If the parties cannot reach an agreement, either party may sue the other party at the competent court where TPF is located.<br>XV. Miscellaneous<br>15.1 If you live outside of Singapore, you shall fully understand and conform to the laws, regulations and rules in your jurisdictions which are relevant to use of TPF services.<br>15.2 During your use of TPF services, if you come across any problems, you can contact us through the submission of your feedbacks on BitCooo.<br>15.3 This Agreement is accessible for all Users on BitCooo. We encourage you to read this Agreement each time you log onto BitCooo. <br><br>As for any issues not covered in this Agreement, you shall comply with the announcements and relevant rules as updated by TPF from time to time.<br><br>BitCooo<br><br>
|
|
`
|
|
}
|
|
}
|
|
|