Skip to main content
Research Preview — The Astral Protocol is under active development and not yet production-ready. APIs may change. We’re building in public and welcome feedback.
Location data is everywhere, but trust in location data is very brittle. GPS is spoofable. VPNs manipulate IP addresses. In most cases, location data can be edited freely or forged easily. When an agent, an application, or a smart contract needs to answer a spatial question — was this device actually there? Is this point inside that boundary? — there is no way to independently verify the claim or the computation. You’re taking someone’s word for it. Location data is becoming more and more important across a range of use cases — so we built the Astral Protocol to introduce verifiable location-based services. The system rests on two core capabilities:

Location Proofs

Verify where a device, user, or event actually was — using multi-factor evidence from independent proof-of-location systems

Verifiable Geocomputation

Ask spatial questions — distance, containment, intersection, area — and get back signed, cryptographically verifiable answers
Both produce signed results — cryptographic artifacts that any downstream system can verify independently. The result is the same whether it ends up in an autonomous agent’s decision loop, a compliance report, a backend database, or a smart contract.

Two Capabilities, One Pipeline

  1. Collect + Compose — Gather location evidence from various sources and compose it into a single, verifiable location proof.
  2. Verify — Submit location proofs for evidence-based verification. The system evaluates stamps from independent proof-of-location systems and returns credibility scores.
  3. Compute — Run spatial operations (distance, containment, intersection, area, length) inside a Trusted Execution Environment. PostGIS computes; the TEE signs.
  4. Use the results anywhere — The signed results carry their own proof of correctness. Use them peer-to-peer, on centralized servers, or in smart contracts.

Quick Example

Create a location proof, verify it, then check if the verified position is inside a geofence:
The response includes the computation result, a cryptographic signature from the TEE, and references to the inputs — everything needed to verify the answer independently. The signed result is portable. Use it directly in your application:
Or submit it onchain to trigger smart contract logic:

What You Can Build

Verified location data and verifiable spatial computation support applications that have, until now, depended on blind trust in self-reported location:

Delivery Verification

Confirm a courier arrived at the right location — with evidence, not just GPS

Autonomous Agent Decisions

Give AI agents verifiable spatial reasoning with an auditable trail

Geofence Compliance

Prove an asset stayed within an approved corridor

Parametric Insurance

Trigger policies based on verified proximity to events

Location-Gated Access

Gate features, content, or actions on verified presence

Onchain Spatial Logic

Submit signed results to smart contracts via EAS attestations

Next: Quickstart

Your first verified spatial computation in 5 minutes