Accensa Contracts
View the Repository on GitHub ↗
The accensa-contracts repository is the core engine of the Accensa protocol. Built natively on Stellar using Soroban smart contracts, this repository provides the on-chain source of truth for the entire payment lifecycle.
Architecture
- x402 Protocol Implementation: A robust implementation of the novel x402 micro-payment standard.
- Payment Vaults: Secure mechanics for streaming payments and handling refund vault settlements.
- Trustless Execution: Because the contracts are public, they ensure merchants can refund agents without taking on custodian risk, while agents can cryptographically verify they are being charged correctly.
This section covers the deep technical mechanics of how the smart contracts orchestrate payments on the Stellar network.