Roadmap
Pelusium: logistics rails, then markets
Six pillars from identity and freight through speculation, rate data, and exchange-grade products. Freight escrow and the speculation module are on-chain; ratings, rich speculation UX, and indices remain to deepen.
Harden profiles and observability → ratings when ready → speculation UX → standardized data → exchange-style instruments where policy allows.
Pillar 1Partial
On-chain player profiles
Profiles tied to the player in-game with wallet identity and activity history.
- EVE Vault / Sui via `@evefrontier/dapp-kit` and wallet connect.
- SUI address as the key for Pelusium activity; balance and object reads from RPC.
- Deeper reputation and job history surfacing is ongoing.
Pillar 2Shipped
Peer-to-peer shipping contracts
Trustless shipper ↔ courier jobs on Sui with SSU pickup and dropoff.
- `pelusium::freight_contract::FreightJob` — escrow, SLA, overdue refund, mutual cancel while Accepted.
- Pelusium extension + `world::storage_unit` for `execute_pickup` / `execute_deliver`.
- App: create / accept / pickup / deliver / cancel flows in `freight-job-card.tsx` and related UI.
Pillar 3Planned
Two-way rating system
Uber-style ratings between contractors after completed jobs.
- On-chain `ratings.move` possible; likely heavier gas.
- Pragmatic path: off-chain store with UI gated on verified on-chain completion.
- Can migrate reputation on-chain later.
Pillar 4Partial
Courier speculation (pari-mutuel)
Stake on whether a courier meets SLA for a given freight job.
- `pelusium::speculation_market` on-chain — pools, deliver/overdue resolve, void on mutual cancel.
- Full product UX (claim flows, analytics) still evolving.
- External AMM / outcome tokens out of scope for now.
Pillar 5Partial
Standardized shipping rates
Comparable rewards and route distance — foundation for a real index.
- Enrichment and events exist; methodology for a published index TBD.
- Off-chain lane stats before any on-chain oracle.
- See `freight-enrichment.md` for data patterns.
Pillar 6Vision
Futures-style exchange
Long-term platform shape: instruments built on logistics depth and liquidity.
- Depends on settlement rails, indices, observability, and policy.
- Cash vs physical settlement is a product and legal choice.
- Details in docs/ROADMAP.md (not started vs partial).
Tables and file-level pointers: docs/ROADMAP.md in the repo.