AURA

Fees & Billing

Fee computation, accrual, and monetization errors

Monetization Control Plane

CodeNameTrigger
6124UnauthorizedProtocolAuthorityCaller is not the protocol authority recorded on ProtocolConfig.
6125InvalidProtocolConfigFee exceeds the cap, integrator bounds are inverted, or the settlement asset is unknown.
6126NoPendingProtocolUpdatecommit_protocol_config called with no staged update.
6127ProtocolUpdateTimelockActivecommit_protocol_config called before the update timelock elapsed.

Fee Models & Billing

CodeNameTrigger
6128InvalidFeeScheduleFee schedule fails coherence (min > max, non-monotonic tiers, discount > cap, rate > 100%).
6129IntegratorFeeOutOfBoundsIntegrator fee is outside the [min,max] integrator bounds from ProtocolConfig.
6130DiscountExceedsProtocolFloorA discount would reduce the fee below the protocol floor.
6131InsufficientFeeBalancePrepaid fee balance cannot cover the fee (under the Block low-balance mode).
6132FeeSplitsInvalidFee splits do not sum to 10000 bps, exceed the cap, or the collect recipients don't match.
6133FeeConversionUnavailableUSD→settlement-asset conversion is unavailable (oracle stale).
6134FeeDebtOutstandingFee vault has outstanding fee_debt_usd; settle before closing.
6135InvalidBillingTemplateBilling template fails coherence validation.
6136OrgProfileComponentMissingOrg profile is missing a required component.

On this page