# Service Example

### Example: Customer Service

Consider a call center company looking to expand its revenue streams by offering customer support in the crypto space. This company can list its service on Glue, charging a nominal fee, for example $0.05 per transaction. Users who desire a certain level of customer service can opt into this service. Going forward, whenever these users conduct any transaction on Glue, the service fee is automatically added and sent to the service provider.&#x20;

There is no need for prefunded smart contracts or additional steps by the user. When a customer has a question or needs assistance, they can call the provider’s customer service hotline. The service provider can verify if the user's address is opted into their service and then proceed to help the customer, for example, by assisting in retrieving “lost” coins.

### Other Service Examples

This model is versatile and can apply to a variety of services within the ecosystem, such as:

**Insurance Providers:** An insurance provider could charge a percentage of the transaction fee to offer coverage against fraud or loss.

**Premium Wallets:** Premium wallet providers could charge a monthly subscription fee for enhanced security features or additional functionalities.

**Loan Management Services:** Borrowing and lending are fundamental activities in decentralised finance but managing loans can be complex and risky. Service providers specialising in DeFi loan management could offer tailored solutions to help users optimise their borrowing strategies, manage loan collateral, and automate loan repayments.


---

# 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://docs.glue.net/white-papers/white-paper-service-layer/services/service-example.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.
