Programmable policy, verifiably enforced before transactions settle.
The authorization layer for assets on the move.
package newton.compliance
default allow = false
allow {
input.sanctioned == false
input.risk_score < 40
input.jurisdiction_valid == true
}