> For the complete documentation index, see [llms.txt](https://docs.meycoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meycoin.com/technical-specifications/token-units.md).

# Token Units

**1 meey&#x20;*****= 1*****&#x20; 10^9 mgas = 1 &#x20;*****10^18 gas***

Note that amounts in the base unit gas exceed the range of 64-bit integers. You need some implementation of Big Integer to deal with these numbers. Meey SDKs come bundled with a recommended way to do that. In most cases, you can just use strings instead of numbers. For example, when creating a JSON transaction, set

```
{
    "amount": "1000000000000000000"
}
```
