> For the complete documentation index, see [llms.txt](https://quackai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quackai.gitbook.io/docs/q402-execution-layer/aivoting.md).

# Facilitator Architecture and Sponsored Relays

The Facilitator Network is the invisible infrastructure behind Q402.\
It ensures that every transaction is processed, paid for, and recorded without requiring end users to hold gas tokens or interact with complex settlement logic.

Facilitators are AI-assisted relayers that combine policy validation, signature verification, and gas sponsorship to provide a secure transaction backbone for the AI Autonomy Stack.

#### Architecture Overview

| Component          | Role                  | Description                                                |
| ------------------ | --------------------- | ---------------------------------------------------------- |
| Facilitator Node   | Core execution agent  | Verifies intent, pays gas, and executes the transaction    |
| Relay Pool         | Network layer         | Groups facilitators for load balancing and redundancy      |
| Policy Verifier    | Compliance interface  | Ensures that transactions respect defined policies         |
| Receipt Manager    | Record-keeping module | Stores transaction hashes and signature metadata           |
| Reward Distributor | Incentive module      | Compensates facilitators based on performance and accuracy |

#### Operational Flow

{% stepper %}
{% step %}

#### Intent Signing

{% endstep %}

{% step %}

#### Verification

The facilitator validates the signature and checks compliance via the Policy Engine.
{% endstep %}

{% step %}

#### Gas Sponsorship

The facilitator submits the transaction to the blockchain and pays the gas fee.\\
{% endstep %}

{% step %}

#### Execution Confirmation

The system confirms that the transaction succeeded and issues a receipt.
{% endstep %}

{% step %}

#### Incentive Distribution

Facilitators earn rewards in $Q tokens for verified settlements.
{% endstep %}
{% endstepper %}

#### Facilitator Incentive Model

| Metric             | Reward Logic                                          |
| ------------------ | ----------------------------------------------------- |
| Volume Processed   | Base reward proportional to total transaction value   |
| Accuracy Rate      | Bonus for zero failed transactions                    |
| Compliance Score   | Weighted reward for high-compliance behavior          |
| Uptime             | Consistency reward for maintaining relay availability |
| Audit Contribution | Incentive for submitting receipts to audit registry   |

#### Key Benefits

* Enables truly gasless user experiences.
* Provides redundancy and failover for transaction reliability.
* Enforces policy compliance before execution.
* Creates a Facilitator Economy where agents are paid for maintaining infrastructure integrity.

Facilitators are the execution workforce of Quack AI — transforming intent into action through a verified, incentivized network.
