# Gluwacoin Token Standard

### Simple Summary

A standard interface for interoperable stablecoin tokens.

### Abstract

The following standard allows for the implementation of a standard API for interoperable stablecoin tokens compliant with the ERC20 token standard. This standard provides every standard ERC20 token method and, additionally, six custom methods for circulation control, Etherless transfer, and non-custodial exchange.

### Motivation <a href="#motivation" id="motivation"></a>

A standard interface that allows stablecoins to enhance usability and interoperability by enabling Etherless transfer and non-custodial exchanges.

## Specifications

### Token <a href="#token" id="token"></a>

{% content-ref url="/pages/-M1UFcvQBaRiPuWx-8uE" %}
[Methods](/gluwacoin/gluwacoin-token-standard/methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1XiredX1wHvsoOvuLM" %}
[Events](/gluwacoin/gluwacoin-token-standard/events.md)
{% endcontent-ref %}

## Implementation

Example implementations are available at

* [Gluwa implementation](https://github.com/gluwa/Gluwacoin)


---

# 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.gluwa.com/gluwacoin/gluwacoin-token-standard.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.
