The technology underneath
Alethena Investment is built on the premise that a financial platform is only as trustworthy as its record-keeping. These are the specific mechanisms behind that.
1. A ledger that cannot be rewritten
Every movement of value on the platform — deposits, contract creation, accruals, withdrawals, corrections — is written to an append-only ledger. Ledger rows and audit entries cannot be updated or deleted; that constraint is enforced by the database itself, not by application code that could be bypassed. A correction is a new, linked entry, so the original record and the correction both remain visible.
2. One writer, no drift
A single component is permitted to change wallet balances, and it does so atomically alongside the ledger entry that explains the change. A balance and its history cannot disagree, because they are written in the same transaction.
3. Continuous reconciliation
An automated process independently recomputes every wallet balance from its complete transaction history and compares the result against the stored balance. Any divergence is surfaced immediately rather than accumulating silently.
4. Idempotent money operations
Deposits, contract creation, accruals, and withdrawals all carry idempotency keys. A retried request, a double-clicked button, or a re-run worker cannot produce a duplicate credit or a double payout.
5. A configurable rule engine
Deposit minimums, withdrawal requirements, cooldowns, and package terms are evaluated by a central rule engine before any money operation executes — and the same evaluation drives what you are shown in the interface. You see the conditions and your current status against them before you submit, not after.
6. Precision arithmetic
All monetary calculation uses arbitrary-precision decimal arithmetic server-side. No financial figure is ever computed in your browser.
7. A complete audit trail
Every administrative action is recorded immutably with its actor, timestamp, and before/after state.
Our areas of work
Distributed ledger technology · blockchain infrastructure · cryptofinance · tokenised equity · smart contracts · the Ethereum ecosystem · digital asset innovation.
Read how these controls protect your account day to day.