Piloting Q3 2026

The New Standard for
Maritime Identity.

Replaces paper binders with cryptographic proof.
Instant, offline verification for the $300B Merchant Navy.

30s

Inspection Ready

100%

Offline Capable

ISO

20022 Compliant

FAL 5

Auto-Generated

Built for the Offline Ocean

Maritime compliance doesn't stop when the satellite signal drops. VeriCrew is the only platform built "Offline-First".

⚓️

The Captain's Dashboard

Say goodbye to Excel expiry lists. Monitor Safe Manning in real-time. If Port State Control boards, switch to "Inspection Mode" and print the full FAL 5 folder in 30 seconds.

Core Tech
📶

Zero-Knowledge Verification

Verify a license is valid without calling the school. Our DID (Decentralized Identity) protocol uses the XRP Ledger to prove authenticity instantly, even in the middle of the Atlantic.

📄

FAL Automation

Don't type the same data six times. Auto-generate IMO FAL Forms 1, 4, 5, and 6 instantly based on the verified crew and guests currently onboard.

Powered by XRPL

Self-Sovereign Identity (SSI)

Crew members own their data. They carry their "Digital Wallet" from ship to ship. No more lost certificates.

Immutable Audit Trails

Every verification is cryptographically logged. Protect the vessel's insurance validity with an unchangeable history of compliance.

const verifyCredential = async (did, proof) => {
// Check ledger state offline
if (!internetConnection) {
return LocalResolver.verify(proof);
}
const ledgerData = await xrpl.request(did);
return ledgerData.isValid;
}
> Output: VERIFIED (Source: Bluewater Yachting)