Skip to content
cryptocarbon edited this page Sep 19, 2016 · 2 revisions

EToken is a smart contract, built using [Ethereum cryptocurrency network](https://ethereum.org/) and [Solidity programming language](https://solidity.readthedocs.io/en/latest/) by [CryptoCarbon](https://cryptocarbon.co.uk/).

It has rich set of features and designed for financial institutions to issue pegged assets on top of ethereum network.

Some of its the most important features are:

  1. Multi-layer transaction routing (like [IBAN](https://en.wikipedia.org/wiki/International_Bank_Account_Number), but [ICAP](https://github.com/ethereum/wiki/wiki/ICAP:-Inter-exchange-Client-Address-Protocol))
  2. 2FA via Ethereum contract
  3. Account recovery service for lost keys
  4. Allowances
  5. Automatic Ethereum network fee refunds
  6. Integrated exchange with Ether currency
  7. Ability to set transaction fees

## Guides:

eToken API

eToken Standard Token API

Clone this wiki locally