You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ark protocol shines when it’s able to wrap a lot of payments into a single onchain transaction.
VTXOs need to be recycled and OOR payments need to be claimed. It would be much better if we could aggregate all these operations into the minimum number of onchain transactions.
Introducing Market Hour, a predefined time the ASP will make public. Clients can use this time to recycle VTXOs or claim transactions in sync with other clients, thus reducing the onchain fees for each client.
Format:
For a starting point, I suggest we use 2 numeric values:
A unix time, representing the first market hour;
An integer value, representing the period between market hours.
Example:
1725830481 (Sun Sep 08 2024 21:21:21 GMT+0000)
86400 (every 24 hours)
This information should be available via GetInfo()
The text was updated successfully, but these errors were encountered:
Ark protocol shines when it’s able to wrap a lot of payments into a single onchain transaction.
VTXOs need to be recycled and OOR payments need to be claimed. It would be much better if we could aggregate all these operations into the minimum number of onchain transactions.
Introducing Market Hour, a predefined time the ASP will make public. Clients can use this time to recycle VTXOs or claim transactions in sync with other clients, thus reducing the onchain fees for each client.
Format:
For a starting point, I suggest we use 2 numeric values:
Example:
This information should be available via GetInfo()
The text was updated successfully, but these errors were encountered: