{% call accord('Spending Rules', 'When and how much can be sent out') %} {% from "macros.html" import subhead %}
{{ subhead("Velocity Time Period") }}
minutes
{% raw %}
= {{ period_hrs }} hours
{% endraw %}

Time period starts as soon as rule with a velocity limit is applied. The total amount sent is tracked, for each rule independently, until the period ends. All rules share the same time period for these velocity calculations.

{{ subhead("Rules") }}

Multiple spending rules can be defined. The first matching rule is applied when a PSBT is considered, and its velocity limit is the one affected, so place more restrictive rules first. All elements of the specific rule must be met before it is applied.

NOTE: You have no rules defined. It will not be possible to authorize transactions.

{% endcall %}