# Payment Infrastructure

$COMIN is an internal, non-tradable, token "Internal Value Unit" (IVU) serves as the foundation of our monetary system, acting as our platform's stablecoin to ensure consistent payment.&#x20;

It is only used as a transactional medium for the purchase of rides by riders and the payouts of drivers.&#x20;

Minted each time a fiat Euro is received from riders and burnt every time a driver cashes out, it operates as a 1:1 closed-loop stable token. This ensures reliable parity with traditional currency and guarantees that the circulating amount always mirrors the actual Euro value.&#x20;

Main Benefits :

* **Decrease Payout Fees** : This token allows us to decrease the payout fees with a PSP by 90% vs traditional payment infrastructure.
* **Faster Transactions** : Pay drivers at the end of their ride vs every week on traditional platforms.

<figure><img src="/files/EtgWhsvKP3px3wnn6RkS" alt=""><figcaption><p>Payment Workflow with IVU</p></figcaption></figure>

**Process Explanation:**

1. Sale of $COMIN: When a passenger books a ride, they purchase the IVU, $COMIN, where one unit equates to 1€. For a ride costing 30€, the passenger will acquire 30 $COMIN.
2. Locked in Smart Contract: During the ride, the $COMIN tokens are held in the Smart Contract, ensuring the funds are securely earmarked for the driver upon ride completion.
3. End of Ride Confirmation: At the ride's conclusion, COMIN’s Back-end communicates the ride's completion to the Smart Contract through a "RideCompleted" status update.
4. Transfer to Driver: Upon ride completion confirmation, the Smart Contract automates a transaction, transferring the $COMIN to the driver's wallet.
5. $COMIN Conversion: When drivers want to convert their tokens to Euros, they can sell their $COMIN back to COMIN, which then processes a bank transfer to the driver's account.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://litepaper.wearecomin.com/blockchain-technology/payment-infrastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
