Anything about using fiat to buy the tokens? I am interested to buy via fiat and would like to know how much in fiat per token.
We only accept ETH for token sale.
The reason is there are smart contract implementations for the token and the sale, in order to be transparent and guarantee the terms of the sale to our users.
Everything happens automatically, and can be verified by looking at our code, which will be open-sourced before the sale.
Some technical details:
We also plan to verify all of our Solidity code on Etherscan, which means you can be sure the code you see on our GITHUB repository is the same as in our deployed contracts.
The way we understand this works is basically by having Etherscan compile our GITHUB repo code, which results in EVM bytecode, which can then be compared with the deployed contract's bytecode (which is public) and it must be identical.