Cloud + chain status
Checking backend…Cloudflare Worker health and deployed bytecode checks are loading.
Seeded investor demo scenario
- Connect a test wallet and switch to Arbitrum Sepolia.
- Verify deployed contracts and live read-only state.
- Mint mock USDC to the connected test wallet, then approve sandbox modules as needed.
- Deposit a small amount into the ERC-4626 TBillVault or place a sandbox secondary-market BUY order if balances/allowances permit.
- Open Arbiscan links to show successful transactions and deployed bytecode.
On-chain reads
Loading public RPC reads…
Wallet balances & allowances
Shown after wallet connect. USDC and vJN-1 use 6 decimals in this MVP.
Safe sandbox write actions
All writes require a connected wallet on Arbitrum Sepolia. They use the deployed testnet contracts only.
Phase/role-gated actions deliberately not exposed
SealedBidAuction.finalize(),cancelAuction(),claimProceeds()are operator/admin or phase dependent.revealBid()requires a prior commitment hash/salt lifecycle and current reveal phase.TBillVault.setYieldRate()andsetYieldSource()are manager-only.