QuipuEco’s Tambo+ partnership transforms Lima’s largest convenience store chain into a citywide recycling infrastructure layer. Rather than asking residents to seek out dedicated recycling facilities — which are few, far between, and often closed — QuipuEco routes plastic, paper, and metal waste to the 6 Tambo+ stores already embedded in Lima Este neighbourhoods. The moment Gemini classifies a material asDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/davidmpizarro/QuipuEco-Hackaton/llms.txt
Use this file to discover all available pages before exploring further.
plastico, papel, or metal, VistaMapaPuntos swaps its points layer to TAMBO_REAL_LIMA_ESTE, renders Tambo-branded markers on the Mapbox map, and sorts all 6 locations by Haversine distance from the user’s GPS position — turning a recycling decision into a 30-second navigation action.
Why Tambo+?
Tambo+ is Peru’s largest convenience store chain, operating 2,000+ locations nationwide, with stores open early morning to late night across every major Lima district. For Lima’s residents, Tambo is already part of the daily routine — groceries, phone top-ups, and quick meals all happen there. QuipuEco leverages that existing footfall rather than asking residents to adopt a new behaviour pattern.No Appointment
Drop materials directly at the counter — no scheduling, no registration, no waiting period.
Long Hours
Tambo stores are open early to late, covering commute windows that municipal recycling points miss.
Dense Coverage
6 pilot locations span La Molina, Santa Anita, Ate, Chaclacayo, El Agustino, and Chosica — the core Lima Este districts.
Accepted Materials
Tambo+ accepts plastic, paper, and metal — the three material categories that can be handled safely at a convenience store counter without specialist equipment, refrigeration, or licensed disposal personnel.Plástico ♳
Bottles, containers, packaging. Must be clean and dry before drop-off.
Papel / Cartón 📄
Paper, cardboard, and carton packaging. Flatten boxes to reduce volume at the counter.
Metal 🥫
Aluminium cans, tin cans, metal lids. Rinse and dry to avoid odours.
The Lima Este pilot covers 6 Tambo+ locations. Tambo operates 2,000+ stores nationwide — the same
TAMBO_REAL_LIMA_ESTE data structure can be extended to any district as the program scales beyond the pilot.Materials NOT Accepted at Tambo+
The following waste categories cannot be dropped off at Tambo+ stores. This is an operational constraint, not a design choice — each category requires specialist handling that a convenience store cannot provide.Vidrio (Glass) — breakage risk
Vidrio (Glass) — breakage risk
Glass fragments pose a safety hazard to store staff and customers. Glass must be handled with protective equipment and transported in shatter-resistant containers. Tambo counters are not equipped for this. Redirect users to a Centro Verde municipal for glass drop-off.
Orgánico (Organic waste) — odour and composting
Orgánico (Organic waste) — odour and composting
Organic waste requires composting infrastructure, refrigerated short-term storage, or rapid collection to prevent pest attraction and odour. A retail counter environment cannot accommodate these requirements. Redirect to Centro Verde municipal composting programmes.
Electrónico (E-waste) — RAEE management
Electrónico (E-waste) — RAEE management
Electronic waste (RAEE — Residuos de Aparatos Eléctricos y Electrónicos) must be handled by certified RAEE managers under Peruvian environmental law (DS 009-2019-MINAM). No convenience store is authorised to receive or temporarily store these materials. Redirect to designated Centro Verde RAEE points.
Peligroso (Hazardous waste) — licensed handler required
Peligroso (Hazardous waste) — licensed handler required
Batteries, paint, chemicals, fluorescent bulbs, and similar materials require a licensed hazardous waste handler (gestor autorizado). Drop-off at an unlicensed point creates environmental liability. Redirect strictly to Centro Verde peligrosos locations with the appropriate authorisation.
Operational Model
The drop-off flow is intentionally frictionless:Classify with Gemini
The user photographs or describes their waste. The Gemini vision model returns a JSON classification with
tipo: "plastico", "papel", or "metal".Map loads Tambo layer
VistaMapaPuntos receives the classification result. detectarCategoria() resolves the type to "plastico", "papel", or "metal" — all three point to PUNTOS_LIMA.plastico / .papel / .metal, which are all set to TAMBO_REAL_LIMA_ESTE. Tambo-branded map markers appear.Nearest store sorted automatically
If the user has granted geolocation, the Haversine algorithm sorts all 6 locations by walking distance. The closest store appears first in the bottom card rail.
User taps for walking or driving route
Tapping a store card calls the Mapbox Directions API and draws a route line on the map, showing estimated walking and driving time.
Drop off at the counter
The user brings clean, dry materials to the Tambo+ counter — no appointment, no form, no QR code required. The materials are handed directly to store staff (en el mostrador).
How QuipuEco Routes Users to Tambo
The routing logic lives entirely insrc/components/VistaMapaPuntos.jsx. Three key data assignments drive the Tambo layer:
red === "tambo", the map markers render a Tambo logo image instead of a material emoji, and the popup badge shows the Tambo branding. All other categories render Centro Verde markers.
The voice agent can also trigger the Tambo layer directly. If a user says “¿Cuál es el Tambo más cercano?”, the conversational agent returns an accion_data string (e.g. "plastico") that is passed as puntoDestino to VistaMapaPuntos, pre-filtering the map to Tambo points without requiring a prior classification scan.
Scale Opportunity
The 6-store Lima Este pilot is a proof of concept for a much larger network:| Stage | Stores | Coverage |
|---|---|---|
| Pilot (current) | 6 | Lima Este: La Molina, Santa Anita, Ate, Chaclacayo, El Agustino, Chosica |
| Lima Metro expansion | ~80–120 | All Lima districts via existing Tambo footprint |
| National rollout | 2,000+ | Peru-wide, using the same TAMBO_REAL_LIMA_ESTE data structure |
TAMBO_REAL_LIMA_ESTE array — no backend changes, no new components.
Related Pages
Collection Points
Full list of all 6 Lima Este Tambo+ locations with addresses, districts, and GPS coordinates.
Recycling Map
Centro Verde municipal locations for glass, organic, electronic, and hazardous waste.