Skip to content

Commit fdedf26

Browse files
rickstaaclaude
andcommitted
docs(compose): trim the ticketEV comment
Keep the rule and one worked number. Why 1e9 was too low belongs in the commit that raised it, not in the file. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e90154d commit fdedf26

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

compose.onchain.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ services:
5151
# Price comes from the app's registration; -pricePerUnit only sets the
5252
# unused legacy base price, but an on-chain O won't boot without it.
5353
- -pricePerUnit=0
54-
# Expected value per ticket. It sets how many tickets one payment needs
55-
# (fee / ticketEV), and the signer refuses to sign more than 100 at once.
56-
# A metered session pays for a 10s window upfront, so at 1e9 the ceiling
57-
# would be about 0.067 USD per hour, under what echo advertises. 1e10
58-
# leaves room: echo's 0.10 per hour signs 15 tickets upfront, 6 per top-up.
54+
# Expected value per ticket. A payment needs fee / ticketEV tickets and the
55+
# signer signs at most 100 at once, which is what caps the price. At 1e10
56+
# echo's 0.10 USD per hour signs 15 tickets upfront, 6 per top-up.
5957
- -ticketEV=10000000000
6058
- -maxFaceValue=4000000000000000
6159
- -monitor=false

0 commit comments

Comments
 (0)