Our token implements the ERC1363 EIP https://github.com/ethereum/EIPs/issues/1363.
This proposal allows to implement an ERC20 compatible token that can make actions after a transfer or approval received in a single transaction.
It defines transferAndCall and transferFromAndCall functions that will call an onTransferReceived on a ERC1363Receiver contract.
It defines approveAndCall functions that will call an onApprovalReceived on a ERC1363Spender contract.
This proposal is inspired by the ERC721 onERC721Received and ERC721TokenReceiver behaviours.
You will see it in action when we will publish our DAO Smart Contracts and DAPP.
Tokens will be needed to take part of the DAO. Users who will be DAOers will have a lot fo incentives like the ability to buy tokens at a lower price, or receive airdrop of tokens created on our platform, or create Crowdfunding campaigns, other than voting and take decisions on DAO and a lot of stuffs.
Anyone will be able to develop a DAO compatible Smart Contract and be included in our Marketplace using our DAO logic and tools.
If you want to try it just get your free tokens using our faucet https://shaka.friendsfingers.com/faucet.html. It will be active until our DAO will be ready.