# 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="gluwacoin-token-standard/methods" %}
[methods](https://docs.gluwa.com/gluwacoin/gluwacoin-token-standard/methods)
{% endcontent-ref %}

{% content-ref url="gluwacoin-token-standard/events" %}
[events](https://docs.gluwa.com/gluwacoin/gluwacoin-token-standard/events)
{% endcontent-ref %}

## Implementation

Example implementations are available at

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