This page provides a professional overview of Lockrion’s execution model, architectural separation, and compliance posture. It summarizes the strict implementation profile: fixed reserve, full pre-funding, immutable smart-contract execution, and deterministic settlement on Solana.
Lockrion is a commercially governed deployment platform for autonomous, time-locked reserve issuances implemented as immutable smart contracts on Solana. Governance exists only prior to deployment. After deployment, execution is controlled exclusively by on-chain logic.
Each issuance is an independent instance with immutable parameters, strict reserve funding requirements, deterministic accounting, and post-maturity settlement. Issuances are structurally isolated and do not share escrow accounts or accounting state.
Issuance parameters are fixed at deployment and cannot be modified. The v1 profile includes fixed reward asset (USDC), fixed reserve_total, fixed start/maturity timestamps, and fixed claim window configuration.
Participation is disabled until the reward reserve is fully funded on-chain. Partial funding is rejected. Funding must occur strictly prior to the participation window.
Deposits are permitted only during the participation window. Deposits after maturity are rejected. Withdrawals before maturity are prohibited by design.
Accounting and distribution are deterministic, integer-based, and reproducible. No floating-point arithmetic is used. Overflow/invalid states must fail transactions rather than produce ambiguous outcomes.
Participant deposits are held in a dedicated deposit escrow account (lock asset). Deposits remain isolated and are not used for reward funding. Deposit release is permitted only by immutable post-maturity withdrawal logic.
The full USDC reward reserve is held in a dedicated reward escrow account. The reserve cannot be increased after deployment. Reward funds can move only through predefined claim/sweep/reclaim paths.
Deposit escrow and reward escrow are strictly segregated. No commingling is permitted under any circumstances.
At maturity, participation ends permanently. No new deposits are accepted. Accounting stops accumulating new participation weight beyond the defined window.
Reward claiming is available within a predefined claim window after maturity. Claims are computed deterministically and are bounded strictly by the fixed reserve.
Deposits remain withdrawable after maturity. Withdrawal is not dependent on reward claiming.
Unclaimed rewards follow predefined immutable rules after claim window expiration. This handling does not modify historical accounting and does not recalculate results.
Outcomes are reproducible from public on-chain data. Any observer can verify reserve funding, escrow balances, timestamps, and settlement outcomes.
Lockrion v1 does not implement on-chain compensation mechanisms. Compensation, if any, is external, discretionary, and must not modify on-chain accounting, state, or results.
Lockrion implements Reserve Commitment Theory under a strict implementation profile intended to maximize predictability and eliminate discretionary behavior. Issuances are fixed commitments with time-discrete accounting, bounded reserves, proportional deterministic distribution, and structural independence.
Source repository: github.com/MaryanBog/Lockrion