CIP-0060: Add Zero Hash as SV of Weight 10
- Thank you Sunny that’s an impressive product.
My observation would be that your challenge is liquidity. At 3% round trip it makes arbitrage difficult and I’m not sure how the borrow markets work on those underlying assets. As a result you could be impairing AMM LPs from the start at 25bps ( or be seen to be).
That may be an opportunity to build product around it - synthetics, lending, derivatives, structured products - all of which drive liquidity to the vanilla product and vice versa.
I’d look at something like an on-chain prime broker.
Kind regards
Daryn
Sent from Outlook for iOS Hi everyone,
I'm Plag, building multi-chain batch payment infrastructure under Spraay Protocol. I've just shipped a Canton-native batch payment orchestration layer that uses the CIP-0056 Token Standard and wanted to share it with the community.
The problem: Canton has no batch payment primitive. Wallet providers and apps that need to pay N recipients currently have to independently implement UTXO selection, sequential TransferFactory execution with holding refresh, explicit disclosure, and registry integration. Spraay Canton packages all of that into a single API call.
What it delivers:
- UTXO-optimized batch transfers via TransferFactory_Transfer (small-first selection, sub-10 UTXO target)
- Token Standard Registry integration (Scan app) for factory resolution
- MCP server with 5 tools for AI agent frameworks (LangChain, AutoGPT, CrewAI)
- Daml contracts with FeaturedAppActivityMarker integration for CC rewards
- REST API and npm package for wallet providers
Code is live and 0BSD-licensed: https://github.com/plagtech/spraay-canton
Background: Spraay runs 115 paid API endpoints across 13 chains, with PRs merged into AWS Strands Agents SDK, Google ADK, and Goose.
I'm also looking for a Tech & Ops Committee champion to guide a Dev Fund proposal. If anyone on the committee is interested, I'd love to connect.
Plag
@Spraay_app- Hi Janine!Thank you so much for your questions and comments.A) The balance field is computed off the active Amulet contracts (aka Canton Coin UTXOs) for a given party. So it's essentially the current onchain balance of CC.B) The compliance ratios are calculated over rolling periods, currently you can see the value for the last 24 / 48 hours, or 7 / 14 days. The exact formula and values that led to the ratio are visible when you mouse over the ratio field. There are two formulas, depending on whether the app has Asset Issuer status or not.In all cases, the formulas are based on the official guidance provided by Tokenomics:Best,Juan