# Service Delivery PoC

Service Delivery PoC is based on two payment models:

* **aZen token burning**
* s**tablecoin payments**

### **aZen Token Burning Definition**:&#x20;

When clients burn aZen tokens to access services, node operators earn PoC based on the burned tokens.

### **Formula:**

$$
P\_S D=Burned,aZen,Tokens×C\_S D
$$

Where:

Burned aZen Tokens = Amount burned by clients.&#x20;

$$C\_SD$$ = Supply-demand-based coefficient.

### **Stablecoin Payment Definition**:&#x20;

If services are paid in stablecoins, a platform fee is converted into aZen tokens and burned to determine the PoC.

### **Formula:**

$$
P\_S D=Platform\~Fee×C\_S D
$$

Where:

Platform Fee = Portion of stablecoin payment converted to aZen tokens and burned (e.g., 5%).&#x20;

$$C\_SD$$ = Supply-demand-based coefficient.


---

# Agent Instructions: 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://azen-protocol.gitbook.io/azen-gitbook/poc-tokenomics/proof-of-contribution-poc/proof-of-contribution-categories/service-delivery-poc.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.
