Validator and node services
You already read the ledger. Bill from the same place.
Operators running services on Canton have the hardest part solved already: a participant that sees everything they are party to. What is missing is the ask, and the record that ties a payment to it.
Start building Other situations
Request · available Observe · in development Reconcile · in development
The infrastructure is already yours
The invoice and the payment live in different worlds, and you are the bridge.
Fees get agreed in a message, invoiced in a spreadsheet, paid on chain, and joined together by hand at the end of the month. The operator is usually the only person who can do that join, and it is the least interesting hour of their week.
One adapter beside a stream you already read
No new service to run, no inbound endpoint to expose, no provider account. The observation adapter subscribes to the same participant your other tooling uses.
Several services, one outstanding list
A signing service and a data service billed to different customers produce the same kind of record. What is owed, by whom, in which asset, becomes one query rather than several spreadsheets.
Each period is its own request
A monthly fee is a new request each month, with its own identifier and its own record. There is no standing authority to revoke and nothing that keeps charging after a customer leaves.
You can prove what was paid, precisely
Because every settlement you are party to lands in your own records with its identifier, a disagreement about a fee is settled by a lookup rather than a search through history.
How it works
Bill, watch, close.
01
Bill
- Build a request per customer, per period
- Send it however you already reach them
- Keep the identifier next to your own reference
02
Watch
- The adapter records every settlement you are party to
- Payments carrying an identifier match themselves
- Payments without one are reported, not dropped
03
Close
- Readiness per customer, per asset
- Exceptions surface with a reason attached
- Export when the period ends
Honest about the fit
What this does not solve.
Operators are a demanding audience because they already run the hard parts, so vagueness would be noticed immediately.
The adapter contract is written and the adapter is not. Observe reads a participant; operating one stays with you and your validator.
Bill one customer this way.
One request, one settlement, one record, and see whether the month end hour disappears.