Инструменты пользователя

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
en:startpage [2023/10/03 10:13] anelen:startpage [2024/04/30 06:52] (текущий) anel
Строка 1: Строка 1:
-====== Start page ======+====== H2K Wiki ======
  
-===== Connectivity Options =====+===== Knowledge base ===== 
 + 
 +**H2K service ** is a [[en:h2k:terms#Custodial wallet| crypto custodial wallet]] that utilizes a [[en:h2k:terms#Multisignature| multi-sig mechanism]] to ensure the security and authorization of transactions. 
 + 
 +H2K includes a unique technology with a well-thought-out security system that corresponds to [[en:h2k:terms#AES| AES]].
  
 Our team has successfully developed both a web version and a mobile application of the H2K service, providing clients with the flexibility to utilize these tools based on their level of experience in blockchain technologies. Our team has successfully developed both a web version and a mobile application of the H2K service, providing clients with the flexibility to utilize these tools based on their level of experience in blockchain technologies.
Строка 9: Строка 13:
  
 ---- ----
- 
-**H2K service ** is a [[en:h2k:terms#Custodial wallet| crypto custodial wallet]] that utilizes a multi-sig mechanism to ensure the security and authorization of transactions. 
  
 **Service Components**: **Service Components**:
- - Electronic document flow for conducting and processing payments. +  - Electronic document flow for conducting and processing payments. 
- - A fully functioning backend that includes the software complex "Black Box + Safina API."+  - A fully functioning backend that includes the software complex "Black Box + Safina API."
  
 **[[en:h2k:terms#Black Box|Black Box ]]** - is the core of the information system for managing crypto-assets. It consists of subsystems for encryption and key storage, defining rules for working with secret keys, and interacting with the blockchain. **[[en:h2k:terms#Black Box|Black Box ]]** - is the core of the information system for managing crypto-assets. It consists of subsystems for encryption and key storage, defining rules for working with secret keys, and interacting with the blockchain.
Строка 22: Строка 24:
 ---- ----
  
-===== The relevance =====+The solution significantly expands the capabilities of smart contracts, providing access to real-world data and autonomous computations while maintaining the security and reliability guarantees inherent to blockchain technology.
  
-  - Increasing interest in working with crypto assets; +Service clients have the ability to verify the funds in their wallets without the need for obligatory interaction with us
-  - Transition of many financial services to crypto assets; + **We do not have access to clients' funds.** Only wallet owners and authorized wallet signatories have control over their assets.
-  - Need for conducting cross-border payments+
- +
-Due to the spread of crypto assets, new solutions are required for easy access to the blockchain and secure transaction processing. +
- +
- +
-In the modern world of crypto assets, there are **2 main** issues that stand out: +
-  * Preserving the [[en:h2k:terms#private key| secret key]] from loss; +
-  * Distributing access to the secret key among potential wallet owners.+
  
 ---- ----
  
-The project's Hidden Keys (hereinafter referred to as H2K) know-how is a fast and secure  [[en:h2k:terms#blockchain|blockchain]] technology that functions as a [[en:h2k:terms#Multi-Signature Wallet|multi-signature]] wallet. It includes a unique technology with a well-thought-out security system that corresponds to [[en:h2k:terms#AES| AES]].+=====Functionality of H2K=====
  
-The solution significantly expands the capabilities of smart contractsproviding access to real-world data and autonomous computations while preserving the security and reliability guarantees inherent in blockchain technology.+^ Functionality of H2K  ^^^ 
 +| Supported Blockchains and Tokens: H2K provides full coverage of the Bitcoin (BTC) blockchainPolygon and supports the TRON and ETH blockchains, including tokens such as TRX, ETH, MATIC and USDT (TRC-20, ERC-20). In the near future, we plan to add support for other tokens.| Convenience: We offer wallet import functionality, the creation of multi-signature wallets (up to 9 signatories), and the ability to create multiple wallets for a single user.|Multi-signature Wallets:We offer a unique offline method for creating, signing, and verifying transactions.|
  
-[[en:h2k:terms#Black Box| Black Box]] (BB) - the core of the service.+**Signature verification and collection**
  
-{{ :en:концептуальная_карта_-_1-2.png?1000 |}}+In H2K, the wallet's private key is stored centrally in a Black Box instead of being distributed among the wallet signatories and owner in separate parts. To conduct a transaction, all participants of the wallet provide electronic signatures generated by H2K, which identify them. Then, based on the verification of these signatures, the server automatically signs the transaction with the private key.
  
 To create a transaction, wallet participants must provide their signature. In our case, the signature can be of two types: To create a transaction, wallet participants must provide their signature. In our case, the signature can be of two types:
Строка 49: Строка 44:
   - A generated BB key pair using the elliptic curve method, with the public key shared with the participant.   - A generated BB key pair using the elliptic curve method, with the public key shared with the participant.
  
----- +{{ :en:enc.png?600 |}}
-=====Functionality of H2K=====+
  
-^ Functionality of H2K  ^^^ +The signing sequence is as followsfirstwallet co-signers provide their signaturesOnce the minimum number of signatures is reachedthe owner of the wallet's signature is also checkedNexta manager from the H2K document management system adds their signature. It's important to note that all signatures from participants in the signing process have the same status. If any of the signatures are missing (or the minimum number of co-signer signatures is not obtained), the transaction will not be sent to the network.
-| Supported Blockchains and TokensH2K provides full coverage of the Bitcoin (BTC) blockchain and supports the TRON and ETH blockchainsincluding tokens such as TRX, ETH, and USDT (TRC-20, ERC-20)In the near futurewe plan to add support for other tokens.| Convenience: We offer wallet import functionality, the creation of multi-signature wallets (up to 9 signatories), and the ability to create multiple wallets for a single user.|Multi-signature Wallets:We offer a unique offline method for creating, signing, and verifying transactions.| +
- +
-----+
  
-====Signature verification and collection====+**Security**
  
-The [[en:h2k:terms#Managing Server|management server ]]is responsible for collecting signatures. It passes the collected signatures to BB, which, in the case of codesverifies the received signatures against the generated ones. In the case of key signingBB verifies the participants' keys against those specified during the wallet creation. +**The main security principle** is the complete isolation of processes involving wallet creationwallet key generationand signature verification from external threats.
-After successful verification by BB, the transaction is sent to the network.+
  
-Successful verification criteria:+**The key system and security** revolve around the secure isolated data storage of Black Box. It is located in the DMZ (Demilitarized Zone) and operates according to the established rules set during its creation. This server is responsible for creating wallets, storing their private keys, signing transactions with them, and sending them to the blockchain.
  
-  - The minimum required number of signatures is collected+The H2K server in the DMZ has tightly restricted access privileges, preventing employees from stealing private wallet keys
-  - The signature of the wallet owner matches.+Electronic signatures from wallet participants are generated by the Safina application server and then transmitted to Black Box for inclusion in wallet parameters.
  
 ---- ----
  
-  * [[en:h2k:token|CH2K token]] 
  
-  * [[en:h2k:doc|Documentation]] 
- 
-  * [[en:h2k:dao|H2K DAO]] 
- 
----- 
  
 [[https://h2k.me/|H2K Website]] [[https://h2k.me/|H2K Website]]
Строка 82: Строка 66:
  
 [[https://my.h2k.me|H2K web version]] [[https://my.h2k.me|H2K web version]]
- 
-[[https://www.linkedin.com/company/h2k-hidden-key|Linkedin H2K]] 
  
 [[https://t.me/test_h2kbot|H2K Mobile's Chatbot (powered by ChatGPT)]] [[https://t.me/test_h2kbot|H2K Mobile's Chatbot (powered by ChatGPT)]]
- 
-[[https://t.me/public_h2k_app|H2K's telegram channel]] 
  
 [[https://h2k.me/suggestions_ru|The feedback form]] [[https://h2k.me/suggestions_ru|The feedback form]]
- 
-[[https://www.youtube.com/@OrisLab|Videoinstructions on YouTube]] 
  
  
  

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information