> For the complete documentation index, see [llms.txt](https://lemonchain.gitbook.io/lemonchain_whitepaper_v1.9_eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lemonchain.gitbook.io/lemonchain_whitepaper_v1.9_eng/whitepaper/5.-lemonchain-business-flow/5.4-making-payment.md).

# 5.4 Making payment

Payment that the healthcare service user made is given to the service providers through smart contract. Each providers can request remuneration for the portions of the contribution the provider made towards the overall healthcare services and payments will be made when it is confirmed that there is no problem in the services that he/she provided. If there is not occurrence in the services provided by such service providers, payment is made automatically through the smart contract and the providers will be paid in accordance with the proportion of legal currency/token that they chose in advance.

On the other hand, if problems occur in the services provided, payment will be postponed and will be kept in the LEMC Blockchain temporarily. This postpone payment will be made upon confirmation that there is no abnormality in the status of services that the user was provided with through the finally uploaded information. If problem occurs, compensation will be made through the guarantee deposit (5.6 Guarantee for quantity of healthcare services that can be provided according to staking) and insurance company (5.9.3 Additional business operator).


---

# 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, and the optional `goal` query parameter:

```
GET https://lemonchain.gitbook.io/lemonchain_whitepaper_v1.9_eng/whitepaper/5.-lemonchain-business-flow/5.4-making-payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
