|
| 1 | +# Regulatory Alignment Roadmap |
| 2 | + |
| 3 | +LocalLoop remains a lab-demo project with no public pilots or production deployments. |
| 4 | +This roadmap is a compatibility plan, not a certification claim and not legal advice. |
| 5 | + |
| 6 | +## Why this roadmap exists |
| 7 | + |
| 8 | +The LOOP Protocol now needs to stay additive and interoperable as EU product, packaging, battery, and waste-traceability rules become more digital. |
| 9 | +The immediate goal is to make v0.1.1 payloads easier to extend without breaking existing lab integrations. |
| 10 | + |
| 11 | +## Current baseline |
| 12 | + |
| 13 | +- `v0.1.1` remains the emitter baseline for minimal interop payloads. |
| 14 | +- Receivers should accept additive `0.1.x` patch releases when they can preserve or safely ignore unknown fields. |
| 15 | +- Minimal interop payloads must stay free of personal contact data. |
| 16 | +- Passport, classification, and traceability blocks are optional extension points, not required fields. |
| 17 | + |
| 18 | +## Regulatory signals to track |
| 19 | + |
| 20 | +### EU ESPR and Digital Product Passport |
| 21 | + |
| 22 | +- Regulation (EU) 2024/1781 entered into force on July 18, 2024. |
| 23 | +- The regulation establishes the Digital Product Passport framework and requires delegated acts to define product-specific rules. |
| 24 | +- The first ESPR Working Plan for 2025-2030 prioritizes product groups including textiles, furniture, tyres, mattresses, iron and steel, and aluminium. |
| 25 | +- Implication for LocalLoop: |
| 26 | + use additive passport identifiers, access-scope metadata, classification hints, and stable traceability references without hard-coding product-specific delegated-act fields too early. |
| 27 | + |
| 28 | +### EU Batteries Regulation |
| 29 | + |
| 30 | +- Regulation (EU) 2023/1542 entered into force on August 17, 2023. |
| 31 | +- Digital battery passport obligations start applying from February 18, 2027 for light means of transport, industrial batteries above 2 kWh, and electric-vehicle batteries. |
| 32 | +- Implication for LocalLoop: |
| 33 | + support passport IDs, battery category hints, due-diligence references, retention metadata, and role-based access boundaries. |
| 34 | + |
| 35 | +### EU Packaging and Packaging Waste Regulation |
| 36 | + |
| 37 | +- Regulation (EU) 2025/40 entered into force on February 11, 2025 and applies from August 12, 2026, with later phased obligations. |
| 38 | +- Reusable transport packaging and grouped packaging will increasingly rely on harmonized identification and data-carrier requirements. |
| 39 | +- Implication for LocalLoop: |
| 40 | + preserve packaging identifiers, reusable-loop references, and document links without assuming a single passport format yet. |
| 41 | + |
| 42 | +### EU Waste Shipment and Traceability |
| 43 | + |
| 44 | +- Regulation (EU) 2024/1157 entered into force on May 20, 2024. |
| 45 | +- The move toward electronic documentation and stricter cross-border controls makes evidence references and retention windows more important. |
| 46 | +- Implication for LocalLoop: |
| 47 | + keep document references, facility IDs, operator IDs, and retention dates attachable to material records and transfer events. |
| 48 | + |
| 49 | +### Germany National Circular Economy Strategy |
| 50 | + |
| 51 | +- Germany adopted the National Circular Economy Strategy in December 2024. |
| 52 | +- The strategy emphasizes digital product information, reuse, repair, municipal circularity, and better data availability across value chains. |
| 53 | +- Implication for LocalLoop: |
| 54 | + keep municipal-node interoperability, reusable material identity, and digital passport alignment as first-class design goals. |
| 55 | + |
| 56 | +### GDPR and green claims governance |
| 57 | + |
| 58 | +- GDPR Article 5 requires personal data to be adequate, relevant, and limited to what is necessary. |
| 59 | +- Directive (EU) 2024/825 on empowering consumers for the green transition tightens how sustainability claims can be presented. |
| 60 | +- The Green Claims proposal remains in legislative process as of March 7, 2026. |
| 61 | +- Implication for LocalLoop: |
| 62 | + do not present protocol metadata as proof of compliance or environmental performance unless the required evidence and verification model exists. |
| 63 | + |
| 64 | +## Delivery plan |
| 65 | + |
| 66 | +### Horizon 1: now to 90 days |
| 67 | + |
| 68 | +- Accept `application/ld+json` end-to-end in the backend. |
| 69 | +- Remove PII-bearing fields from minimal interop payloads. |
| 70 | +- Publish canonical versioned schema paths in the site mirror. |
| 71 | +- Expand the JSON-LD context so additive fields expand predictably. |
| 72 | +- Add sync and validation checks so protocol, backend copies, and site mirrors cannot silently drift. |
| 73 | + |
| 74 | +### Horizon 2: 3 to 12 months |
| 75 | + |
| 76 | +- Introduce profile-based extension guidance for battery, packaging, and waste-shipment use cases. |
| 77 | +- Model access scopes for public, operator, and regulator-visible passport data. |
| 78 | +- Add retention-policy and evidence-reference guidance for transfer and status events. |
| 79 | +- Map current LOOP categories to product and waste classifications without freezing product-specific delegated-act structures too early. |
| 80 | + |
| 81 | +### Horizon 3: 12 to 24 months |
| 82 | + |
| 83 | +- Add conformance tests for additive patch releases and profile-specific extensions. |
| 84 | +- Prototype adapter layers for battery passport and DPP service-provider integrations once implementing acts mature. |
| 85 | +- Add reusable packaging and municipal reuse scenarios to lab flows. |
| 86 | + |
| 87 | +### Horizon 4: 24 months and beyond |
| 88 | + |
| 89 | +- Track product-specific delegated acts and standards as they are adopted. |
| 90 | +- Promote stable extension profiles into normative schema modules only when rules are sufficiently concrete. |
| 91 | +- Add machine-readable evidence and verification models before making any compliance-facing product claims. |
| 92 | + |
| 93 | +## Design guardrails |
| 94 | + |
| 95 | +- Preserve backward compatibility by keeping the v0.1.1 baseline payloads valid. |
| 96 | +- Preserve forward compatibility by allowing additive patch-line versions and unknown extension fields. |
| 97 | +- Keep regulated or sensitive attributes optional until a delegated act or standard makes them precise enough to model safely. |
| 98 | +- Avoid embedding personal data in shared protocol payloads. |
| 99 | +- Separate interoperability readiness from legal compliance claims in every public-facing document. |
| 100 | + |
| 101 | +## Official sources |
| 102 | + |
| 103 | +- ESPR Regulation (EU) 2024/1781: https://eur-lex.europa.eu/eli/reg/2024/1781/oj/eng |
| 104 | +- ESPR Working Plan 2025-2030: https://environment.ec.europa.eu/publications/ecodesign-sustainable-products-and-energy-labelling-working-plan-2025-2030_en |
| 105 | +- Batteries Regulation (EU) 2023/1542: https://eur-lex.europa.eu/eli/reg/2023/1542/oj/eng |
| 106 | +- Packaging and Packaging Waste Regulation (EU) 2025/40: https://eur-lex.europa.eu/eli/reg/2025/40/oj/eng |
| 107 | +- Waste Shipment Regulation (EU) 2024/1157: https://eur-lex.europa.eu/eli/reg/2024/1157/oj/eng |
| 108 | +- Germany National Circular Economy Strategy: https://www.bmuv.de/en/topics/circular-economy/national-circular-economy-strategy |
| 109 | +- GDPR Regulation (EU) 2016/679: https://eur-lex.europa.eu/eli/reg/2016/679/oj/eng |
| 110 | +- Empowering Consumers for the Green Transition Directive (EU) 2024/825: https://eur-lex.europa.eu/eli/dir/2024/825/oj/eng |
| 111 | +- Green Claims proposal status page: https://eur-lex.europa.eu/legal-content/EN/HIS/?uri=CELEX:52023PC0166 |
0 commit comments