Equations for Key Processes
Last updated
Here are key equations that explain the underlying processes of KYC, authentication, encryption, risk management, and transaction throughput.
The risk score RKYC is a weighted sum of risk factors:
Where:
w1,w2,w3 are the weights for each factor.
Rlocation,Rtransaction_history,Raccount_activity re the risk scores for each category.
The probability Pauth of successful authentication:
Where:
Ppassword is the probability of correct password entry.
PMFA_token is the probability of valid MFA token entry.
Pbiometric is the probability of successful biometric verification.
Encryption and decryption processes:
Where:
E is the encryption algorithm, D is the decryption algorithm.
K is the symmetric key, P is the plaintext, and C is the ciphertext.
The time Tprocessing to process a transaction:
Where:
Tvalidation is the time to validate the transaction.
Tconfirmation is the time for block confirmation.
Risk Management in Trading:
The expected value E of a trade:
Where:
Pgain is the probability of gain, Vgain is the value of the gain.
Ploss is the probability of loss, Vloss is the value of the loss.
The hash of a block Hblock :
Where:
H is the hash function (e.g., SHA-256),
Dblock is the block data,
N is the nonce value.
System throughput TPS :
Where:
is the number of transactions,
is the time taken to process them.
This document represents a comprehensive guide on how GCB implements its technical architecture, security protocols, and regulatory strategies, including critical equations to explain the system’s key processes.
Last updated