-
Notifications
You must be signed in to change notification settings - Fork 38
Pre-Collateralization (try to avoid "on-the-fly" collateralization) #1146
Comments
Yep, we're planning to implement this ourselves. Right now collateralization has 3 tiers of "prioritization", along with an automated override for larger transfers. Every time an application is uninstalled, the node will look up a
In all cases, if a transfer that is greater than collateral volume comes through, the node will attempt to collateralize it "just in time". |
Gonna tag prioritization on this as a |
Great to see that most of it is already in the works. Thanks!
Maybe we can make this an issue about defining metrics for the collateralization profile? Can you link me to the current state of profiles (or describe) so I can see how it looks like? |
Closing here in favor of #1405 |
Is your feature request related to a problem? Please describe.
Apart from the technical issues that we had with "on-the-fly" collateralization, we don't believe it is a good long-term approach since it relies on getting a transaction into the next block. There are times where the chain will be highly congested and latest then this approach will fail or result in very high gas costs.
Describe the solution you'd like
Allocate collateral to a channel with a client based on certain parameters. In times when gas prices are low (below a certain threshold or e.g. moving average).
Exposing this as API and letting an external service take care (#802) is great, are you guys also planning to implement this service yourself (#796 suggests so)?
The text was updated successfully, but these errors were encountered: