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
SettlementAnchor
0.0.10501789
Emits one standardized lifecycle event per bond, whoever the issuer is.
SecondaryMarket
0.0.10501801
Resale venue — compliance is enforced by the ATS token itself reverting.
ATS Factory
0.0.9213391
Hedera's own Asset Tokenization Studio factory — every bond is deployed through it.
Tally custodian account
0.0.8050897
Signs on behalf of registered businesses, so a shop never touches a wallet.
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
}
}