Delivery miles are not total miles.
A driver may travel to the merchant, wait, deliver away from their working zone and then travel back before the next realistic order. CHOPX models that burden instead of pricing only the customer leg.
CHOPX / ChopExpress is a fairness-driven last-mile operating model. It is designed around a simple failure in conventional delivery economics: the customer-facing delivery leg is not the whole job. Pickup travel, store delay, delivery miles, return-zone burden, vehicle operating reality, platform-funded compensation, customer tips, driver consent and field evidence all affect whether an offer is sustainable.
CHOPX starts from the operating reality of the person doing the delivery. That changes what must be measured before an offer is considered fair.
A driver may travel to the merchant, wait, deliver away from their working zone and then travel back before the next realistic order. CHOPX models that burden instead of pricing only the customer leg.
Customer generosity is separated from what the platform itself funds. That makes the offer economics legible to the driver and prevents the tip from masking an otherwise weak base offer.
Safe-decline logic, compliance eligibility and consent/override state are designed so a driver is not silently punished or activated through an ambiguous workflow.
The current architecture is modular: economics, fairness, offer/dispatch, compliance, vehicle-reality, field-session and market-simulation logic are separate concerns rather than one opaque formula.
The order pipeline captures the merchant/customer movement problem and the data required to evaluate the offer. The platform should not invent missing route or timing data.
The fairness model considers pickup, delivery and return-zone reality. This is the PPEM/economic-mile principle: price the actual work pattern rather than the most convenient mileage slice.
The system can show what the platform is funding and what the customer chose to add. Tip value remains driver-owned and does not retroactively convert poor platform economics into a “good” offer.
A driver should only receive/accept actions allowed by the current activation and compliance lifecycle. Sprint 5E specifically hardened legacy activation paths outside local-test conditions.
The offer should expose enough route/economic context for a driver to understand the burden. The design goal is informed consent, not a single unexplained score.
Driver choice and any override path are represented as explicit state. The platform can audit how an outcome was reached instead of treating every dispatch decision as automatic authorization.
The codebase separates compliance, lifecycle, vehicle/operating reality and reserve-planning concepts because driver sustainability is not one variable.
Current backend logic includes driver activation, consent and compliance posture. Production-like mutation routes also have API security guardrails. Provider-backed production identity is still a deliberate transition boundary.
Vehicle, safety, actual-mile and operating-risk logic exists so the system can reason about real delivery burden rather than assuming every mile has the same cost or risk.
Maintenance, insurance/protection and tax-oriented reserve concepts are planning/accounting logic at this stage. The system must not imply live banking, paycards, insurance underwriting or regulated reserve custody.
The driver’s decline/accept/override path is part of the audit trail. A fair marketplace should be able to explain why the driver was eligible, what was offered and how consent was captured.
CHOPX’s field-session architecture is the movement equivalent of the evidence discipline used elsewhere in IZZYAKOS: preserve what happened, who acted and what state changed.
Field-session routes and lifecycle contracts create a place to associate delivery events with the correct driver/session rather than anonymous client state.
Pickup, receipt, drop-off, GPS/incident and related evidence concepts are intended to support later audit. Private production evidence storage remains a gate, not a completed claim.
The architecture has explicitly tracked durable field-session evidence persistence as an engineering concern. Public positioning therefore stays at pre-production hardening rather than “live evidence vault.”
The current main branch is Sprint 5E, but `PROJECT_STATUS.md` and `ACTIVE_CODE_MAP.md` still describe the Sprint 4C/4D checkpoint. That is documentation drift, not evidence that the code regressed. The IZZYAKOS site now uses the current main-branch posture rather than the stale status label.