A Brief Summary
A Summary Overview of Deep Learning and Neural Network Techniques to Influence Blockchain Security, Speed, and Control
The Kempelen consensus engine (PoSA-K) is an upgrade over the existing Parlia consensus engine deployed by the BNB chain. While keeping the lightweight, common-trust based staked authority proof validating consensus, it addresses the issues that may arise from the human decided authority assignment. For example, a shutdown of a chain utilizing Parlia can happen if the authority assigner team, and the existing validator nodes are removed. The Kempelen consensus engine proposes a distributed, intelligent authority assignment process that eliminates most of the human involvement in the upkeep of the chain.
Deploying a consensus algorithm that assigns authority to a varying number of validators without any key kept on existing signers.
Implementing an automated statistical ZK key checker that can consistently provide an NP-complete query to prospecting validators in a fully deterministic environment (blockchain).
Implementing a routing protocol that fetches the node that suits the user’s transaction patterns, allowing to batch the transaction types on the same node, for optimized processing on the validator machines.
Each node has a running score
of transaction processing time
by
transaction type.
Transactions are batched by type onto each block.
These batches are pushed into the highest scored nodes.
Read more
$25m in grants and sponsorships for projects
bolstering Web3 and the Miami ecosystem.
Share your email, and let's team up
Each node has a running score of transaction processing time
by transaction type
Transactions are batched by type onto each block.
These batches are pushed into the highest scored nodes.
The blockchain state is kept as a continuous hamiltonian graph.
Node 1 is an existing validator, Node 2 is a prospector.
A set of transactions in P are assigned (by a learning model) as nodes on a
hamiltonian cycle ‘G’.
Node 1 generates a matrix H isomorphic to G
Depending on which authority pool the prospector is trying to join two separate
queries are formed.
Node
2 will either have to prove that it knows the isomorphism
between H and G by demonstration, or it
will
need to provide the number of vertices
of H.
Node 1 has this hamiltonian cycle (received by the AI key generation node, with
varying difficulty
depending on the blockchain’s needs).
The computing time for both of these operations through the means of brute force
is too high, however,
if
Node 2 can provide a passing answer to either question, it will
be granted signing authority over a
fixed amount of blocks, then this process is
repeated.
Therefore removing the need for a password to be kept on a centralized database,
and suited for a
decentralized network.