WEBVTT

00:00:00.000 --> 00:00:03.170
Most video ay-pee-eyes assume a person is behind the

00:00:03.228 --> 00:00:07.245
request: someone signed up, added a card, and holds

00:00:07.279 --> 00:00:10.774
a key. WAVE keeps that path for people, and

00:00:10.844 --> 00:00:13.700
adds a second one for agents. An agent can

00:00:13.758 --> 00:00:16.661
call the same routes, get a price, pay per

00:00:16.742 --> 00:00:20.132
use, and continue — without an account and without

00:00:20.167 --> 00:00:22.709
a human in the loop. This post walks the

00:00:22.767 --> 00:00:27.388
request end to end. The two engines. WAVE is

00:00:27.435 --> 00:00:30.558
built around two jobs. - The Media Engine moves

00:00:30.593 --> 00:00:33.867
the video. One open A P I ingests and

00:00:33.913 --> 00:00:37.234
delivers across transports — R T M P, S

00:00:37.338 --> 00:00:41.320
R T, N D I, Dahn-tay, O M T,

00:00:41.506 --> 00:00:45.779
Mock, Web R T C, H L S. Every

00:00:45.837 --> 00:00:48.251
transport is a thin adapter over the same core.

00:00:48.600 --> 00:00:51.189
- The Money Engine gets everyone paid. It prices

00:00:51.235 --> 00:00:54.509
a call, settles the payment, and meters usage. For

00:00:54.579 --> 00:00:58.526
agents, settlement runs over x four-oh-two. A person reaches

00:00:58.573 --> 00:01:01.313
the Media Engine with a bearer key. An agent

00:01:01.371 --> 00:01:03.879
reaches the same Media Engine, but the Money Engine

00:01:03.902 --> 00:01:09.928
meets it first. x four-oh-two, in one paragraph. x

00:01:09.997 --> 00:01:13.062
four-oh-two is H T T P's put to work.

00:01:13.666 --> 00:01:16.487
An agent makes a request. If the route is

00:01:16.568 --> 00:01:20.284
metered and unpaid, WAVE answers with a small, machine-readable

00:01:20.318 --> 00:01:23.569
description of the price and how to pay. The

00:01:23.627 --> 00:01:26.959
agent pays, retries the request with proof of payment,

00:01:27.110 --> 00:01:30.489
and the call goes through. No checkout page, no

00:01:30.558 --> 00:01:34.030
stored card, no session. The payment is part of

00:01:34.065 --> 00:01:38.349
the protocol, not a side channel. WAVE's x four-oh-two

00:01:38.418 --> 00:01:42.667
facilitator is live on Base mainnet today. The path

00:01:42.737 --> 00:01:47.253
a request takes. 1. The agent discovers what it

00:01:47.276 --> 00:01:50.097
can pay for at on . 2. It calls

00:01:50.132 --> 00:01:52.466
a metered route — say, to start a delivery

00:01:52.536 --> 00:01:55.554
or pull a clip. 3. WAVE returns with the

00:01:55.601 --> 00:01:59.664
price and payment details. 4. The agent settles the

00:01:59.699 --> 00:02:03.949
amount on Base and retries with proof. 5. WAVE

00:02:03.983 --> 00:02:07.176
verifies, runs the call through the Media Engine, and

00:02:07.246 --> 00:02:11.391
meters the usage. to start, no account required. The

00:02:11.460 --> 00:02:14.908
agent pays only for what it uses. Who is

00:02:14.978 --> 00:02:18.252
calling: did wave. A payment is only useful if

00:02:18.310 --> 00:02:21.491
you know who paid. WAVE gives each agent an

00:02:21.549 --> 00:02:25.125
identity with — a decentralized identifier the agent presents

00:02:25.194 --> 00:02:30.372
alongside its payment. Requests are sanctions-screened. That keeps the

00:02:30.454 --> 00:02:33.206
open path open without making it anonymous in a

00:02:33.264 --> 00:02:37.733
way that breaks compliance. Why this matters. For a

00:02:37.792 --> 00:02:41.298
person, the value is familiar: one A P I,

00:02:41.414 --> 00:02:45.117
one key, every transport. For an agent, the value

00:02:45.152 --> 00:02:47.950
is new. An agent that can find a price,

00:02:48.101 --> 00:02:50.969
pay it, and act does not need a human

00:02:51.027 --> 00:02:54.557
to provision access first. That is the difference between

00:02:54.580 --> 00:02:57.285
an A P I a person operates and an

00:02:57.366 --> 00:02:59.839
A P I an agent can use on its

00:02:59.897 --> 00:03:03.520
own. People call WAVE with a key. Agents call

00:03:03.566 --> 00:03:06.597
the same routes and settle the bill themselves. Both

00:03:06.678 --> 00:03:11.194
reach the same Media Engine. Try it. - A

00:03:11.264 --> 00:03:14.480
P I and discovery: A P I dot wave

00:03:14.573 --> 00:03:18.834
dot online - Docs: docs dot wave dot online

00:03:18.927 --> 00:03:22.944
- For agents: agents dot wave dot online Several

00:03:23.013 --> 00:03:25.590
WAVE sub-products are in preview and labeled as such.

00:03:25.857 --> 00:03:29.039
The gateway, the docs, and the x four-oh-two facilitator

00:03:29.155 --> 00:03:30.002
are live.

