Send your frens tips on ao
, via twitter.
This repo hosts the code required to enact this request from Sam Williams.
Sending tips to your friends requires that you first get some TIPS tokens.
- You can buy TIPS with CRED.
- You can sell your TIPS for CRED.
- As more CRED is used to mint TIPS, each TIP becomes more valuable.
- As TIPS are burnt to redeem the underlying CRED, each TIP becomes less valuable.
- This effect is achieved by using the same curve defined here. It looks like this:
aos
.- Get some CRED, which you can do by completing
ao
quests. - Use these commands in your interactive
aos
console:
TIPS = "V6j-w8aJwgb10ke8h6OwshyUGh5YmvJJHfDXB-jlYvY" # the TIPs Process ID
Send({Target=CRED,Action="Transfer",Recipient=TIPS,Quantity="1000"}) # to buy TIPS with CRED
Send({Target=TIPS,Action="Transfer",Recipient=<whomever>,Quantity="1000"}) # to transfer TIPS
Send({Target=TIPS,Action="Sell",Quantity="100"}) # to burn TIPS and redeem CRED
Coming soon (TM)