Hosted deployment. Registering a business, connecting Stripe and reading revenue all work here, against the same live database as the local console. Actions that move value (issuing a bond, arming coupons, filling an order) sign with a real custodian key through a real headless browser, so they run from the local console — see DEMO.md.

Verify on-chain

Every claim Tally makes is checkable without trusting this interface. Each link below opens a public block explorer or a live GraphQL endpoint.

Bonds issued by this instance

Real tokens deployed through Hedera's ATS factory

Lifecycle Demo Co

issuer-lifecycle-demo-co-c89705
Token
0.0.10519251
Tx
0x23a34397f9f0009c60… ↗
Coupon
4.12%
Face value
$14739

Corrados Deli

issuer-corrados-deli-f5bb20
Token
0.0.10479070
Tx
0x0edbe1a711f4415ae0… ↗
Coupon
4.40%
Face value
$14442

Corrados Deli

issuer-corrados-deli-f5bb20
Token
0.0.10425775
Tx
0x936eb4df58f5238f3a… ↗
Coupon
4.12%
Face value
$14739

Hedera testnet

Ethereum Sepolia

The Graph

Query the register yourself

Paste this into the Studio playground to read the real indexed repayment history:

{
  lifecycleEvents(first: 10, orderBy: timestamp, orderDirection: desc) {
    kind
    timestamp
    onTime
    hcsTxId
    bond { issuer }
  }
  issuerStandings {
    id
    bondsIssued
    couponsOnTime
    couponsLate
  }
}