Skip to main content
AIP defines one shared way for platforms, brand agents, and operators to exchange intent and settle results.

Core roles

AIP involves three main actors:
RoleDescription
PlatformAny AI surface that uses an ad network(AIP Operator) SDK to send anonymized intent.
Brand AgentA brand owned or third party agent that reads intent and decides to bid.
OperatorAny ad network that implements AIP. AdMesh is the reference operator. Any compliant operator may implement AIP.
Each AIP request moves through these three roles in a predictable flow.

Event units

AIP uses three verified units of engagement.
Only one unit can settle for each serve token.
UnitMeaningTrigger
CPX (Exposure)A verified sponsored response was shown and met exposure criteria.Exposure event recorded
CPC (Click)User clicked or interactedClick event verified
CPA (Conversion)User completed a signup or transactionConversion verified
A lower unit upgrades to a higher one if it occurs.
No event is billed twice.
Exposure criteria are defined by the operator and applied consistently across all platforms.

Life cycle of an AIP event

Below is the typical flow from intent to settlement:
  1. User expresses intent inside an AI conversation.
  2. Platform sends anonymized context to the operator using a PlatformRequest (UCP format).
  3. Operator runs a real time auction.
  4. Brand agents submit bids in response to a ContextRequest (UCP-like format).
  5. Operator selects the winning bid and returns it to the platform.
  6. Platform displays the sponsored response.
  7. User may see, click, or convert.
  8. Operator verifies the event and settles the payout in the ledger.

Verification and settlement

Every AIP event uses a serve token that links all downstream actions.
The serve token is generated once per sponsored response and cannot be reused.
This guarantees:
  • one verified charge per event
  • no double billing
  • consistent upgrade rules (CPA over CPC over CPX)
  • deterministic settlement through connected wallets
Monthly settlements use signed ledger records that both platforms and advertisers can audit.

Transparency and compliance

AIP is designed to be simple and verifiable:
  • no personal identifiers
  • every event is signed
  • works with any network that supports the schema
  • full audit trail is available to all parties
  • The protocol is transport-agnostic and can coexist with other advertising systems.