Integrate
You bring the sensor. UONA listens.
Post readings to the API. Best for stable connectivity.
POST https://api.aona.network/v1/readings
Content-Type: application/json
{
"sensor_id": "sensor-0001",
"timestamp": "2025-01-15T10:30:00Z",
"readings": { ... }
}How It Works
01
Sensor Data
{
"sensor_id": "sensor-0001",
"readings": {
"ph": 7.2,
"turbidity": 12.5,
"conductivity": 425,
"temperature": 14.2
}
}02
Agent Verifies
Autonomous agents validate integrity and sign data cryptographically before network entry.
03
x402 Streams
Micropayments flow continuously based on data quality and network contribution.
04
Data Liquifies
Verified readings become liquid onchain assets. Water knowledge as tradeable information.