Observability & Audit Logs
Operator and jurisdiction
BASIS is operated by BASIS DIGITAL INFRASTRUCTURE LTD, a Seychelles IBC. LEI: 254900IX2F2KCWNSSS64
Research and execution stack
BASIS execution and routing research is supported by Base58 Labs as a Research Partner. The BHLE stack is built for sub-50μs latency, 100K+ OPS, and proprietary routing infrastructure. Trust is grounded in deterministic execution, math constraints, and state machine risk controls.
Accounting and asset model
The interface may display balances and performance in USDT as an internal accounting and USD-equivalent reference unit. USDT is not a deposit or withdrawal asset.
Deposits and withdrawals use native assets only:
BTC via a unique BASIS-assigned deposit address for each account
ETH, SOL, and PAXG via a connected Web3 wallet such as MetaMask
Swaps are same-token 1:1 only:
BTC → stBTC
ETH → stETH
SOL → stSOL
PAXG → stPAXG
A system that cannot explain its behavior under stress is not trustworthy. Observability is the discipline of instrumenting the platform so operators and users can understand why the system behaved as it did, when it changed state, and how outcomes were reconciled.
For BASIS, observability must cover:
execution precision inside BHLE
structural alpha capture workflows
wallet and staking state transitions
deterministic risk controls
post-trade and user-balance reconciliation
1. The three pillars of observability
Logs are granular, timestamped records of discrete events.
Typical examples:
ORDER_SENTORDER_ACKNOWLEDGEDFILL_PARTIALSTATE_TRANSITION_NORMAL_TO_BSCBRECONCILIATION_PASSEDBTC_DEPOSIT_CONFIRMEDSWAP_BTC_TO_STBTC_COMPLETEDUNSTAKE_SETTLED_TO_STAKING_WALLET
Logs support forensic review, root-cause analysis, and audit trails.
Metrics are aggregated numerical views of system health over time.
Typical examples:
p50, p95, p99 routing latency
venue API latency
quote acceptance rate
fill ratio
reconciliation error count
withdrawal processing time by asset
state machine transition frequency
open exposure by asset and venue
Metrics power dashboards, thresholds, and automated alerts.
Traces show the full lifecycle of a single workflow across components.
A BASIS trace may follow:
market data intake
signal evaluation
eligibility gate decision
order submission
venue acknowledgement
fill and reconciliation
wallet or staking ledger update
For user operations, a trace may follow deposit detection, confirmation, wallet credit, swap, stake, reward accrual, unstake, and withdrawal.
BASIS uses all three pillars to maintain professional operational awareness across execution, accounting, and user funds movement.
2. What must be observable
The platform should capture enough detail to reconstruct both technical and economic outcomes.
Market data and quoting
raw ticks received, normalization results, quote construction, eligibility gate outcomes, reason codes for pass or reject
Order lifecycle
venue, asset, order size, limit or market instruction, acknowledgement, partial fill, full fill, cancel, reject, retry
Execution quality
route selection, latency by hop, slippage distribution, fill quality, deterministic fallback activation
Risk and state machine
all transitions between Normal, BSCB, DMM, trigger source, threshold value, exposure snapshot, margin status, liquidation guard alerts
Reconciliation
balance deltas, fee application, PnL attribution, ledger finalization, discrepancy detection, operator resolution notes
Infrastructure
queue depth, service saturation, packet loss, time synchronization health, dependency failures, recovery events
User wallet activity
deposit detection, confirmation count, Funding Wallet credit, withdrawal request, approval trail, broadcast, completion
Staking activity
same-token 1:1 swap event, stToken credit, booster selection, lock start, lock end, reward accrual, unstake settlement
Support and account actions
authentication events, security setting changes, support case creation, account-level risk flags
3. User-facing actions that must be auditable
Observability is not limited to internal trading systems. User actions must also be reconstructable from source event to final ledger state.
BTC deposit
BASIS-assigned deposit address, transaction hash, confirmation state, minimum deposit rule check of 0.0001 BTC, Funding Wallet credit
Assets
ETH deposit
connected wallet address, signature or authorization context, onchain tx hash, confirmation state, Funding Wallet credit
Assets
SOL deposit
connected wallet address, tx hash, confirmation state, Funding Wallet credit
Assets
PAXG deposit
connected wallet address, tx hash, confirmation state, Funding Wallet credit
Assets
Same-token swap
source asset, destination stToken, 1:1 conversion, swap fee of 0.01%, timestamp, wallet movement from Funding Wallet to Staking Wallet
Assets, Stake
Stake
pool type, asset, amount, booster term, lock schedule, final accepted position size
Stake
Reward accrual
real-time accrual rate, reward balance in same stToken, ledger snapshots, accrual interruptions if any
Stake
Unstake
full-position only validation, fixed-pool lock expiry validation, unstake request, settlement amount, auto-credit to Staking Wallet as stToken
Stake, Assets
Withdrawal
asset, destination, withdrawal fee of 0.05%, security checks, broadcast status, completion timestamp
Assets, Support
Referral network rewards
attribution event, eligibility logic, ledger posting, settlement state
Referral
Wallet model
Funding Wallet holds native assets for deposit and withdrawal
Staking Wallet holds stTokens for staking and rewards
Rewards accumulate in real time as the same stToken
On unstake, the claimable amount is auto-credited to the Staking Wallet as stToken
Fixed pools can be unstaked only after the lock-up period ends
Unstake is full-position only and auto-MAX by design
4. Asset-specific monitoring expectations
BTC
copy the unique BASIS-assigned address
typically 30 minutes to 1 hour
confirmation count, mempool visibility, final wallet credit, delayed-transfer alerting
ETH
connect a Web3 wallet
typically 1 to 6 minutes
chain confirmation, gas status, wallet signature context, final settlement
SOL
connect a Web3 wallet
typically 1 to 6 minutes
slot confirmation, tx finality, final wallet settlement
PAXG
connect a Web3 wallet
typically 1 to 6 minutes
token transfer confirmation, contract event parsing, final wallet settlement
Any deviation from expected processing windows should trigger internal alerts and user-visible status updates.
5. Audit logs and integrity requirements
Audit logs are a higher-assurance subset of platform logs. They must be tamper-evident, time-accurate, and reviewable.
Core properties
Append-only storage Historical entries must not be mutable in place.
Cryptographic integrity Each record should be chained to the previous record, making unauthorized edits detectable.
Time synchronization Clock accuracy is mandatory. With BHLE operating at sub-50μs latency, timestamp drift can invalidate reconstruction.
Access control Role-based access controls must govern who can view, export, or annotate audit data.
Dual-scope retention Operational telemetry and formal audit records may have different retention classes, but both must follow documented policy.
Provenance Every material state change should identify source service, responsible actor or system identity, and before/after values.
Minimum immutable fields
6. Why this matters for BASIS execution
Observability is not only about uptime. It is also about proving execution quality under load.
For BASIS, that includes:
measuring route selection quality across proprietary routing infrastructure
proving state machine transitions happened at the correct thresholds
verifying risk controls blocked invalid actions deterministically
showing reconciliation matched execution outcomes to ledger outcomes
confirming structural alpha capture logic behaved within mathematical constraints
If a system claims execution precision, its logs, metrics, and traces must support that claim.
7. Incident response workflow
8. User verification surface
Users should be able to inspect key events directly in the dashboard:
Stake
Assets
Referral
Support
Account
At a minimum, the interface should expose:
transaction hashes where applicable
timestamps and final states
wallet movement between Funding Wallet and Staking Wallet
applied fees
lock schedules and booster terms
unstake settlement status
withdrawal progress
Booster reference
14D: +10%
30D: +20%
90D: +50%
180D: +100% (2×)
These selections and their resulting lock windows should be fully auditable.
9. Standard of trust
A trustworthy platform is not one that claims perfection. It is one that can show, with deterministic evidence, what happened, when it happened, why it happened, and how final balances were derived.
For BASIS, observability and auditability are part of the control plane itself:
deterministic execution
math-constrained decisioning
state machine risk controls
tamper-evident logs
reconciled user balances
measurable BHLE performance
That is the minimum standard for a platform handling execution, staking, and native-asset fund flows.
Last updated