Skip to content

Tips on ao, with an interesting token model to boot

Notifications You must be signed in to change notification settings

andytudhope/tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TIPS

Send your frens tips on ao, via twitter.

This repo hosts the code required to enact this request from Sam Williams.

Token Info

Sending tips to your friends requires that you first get some TIPS tokens.

  1. You can buy TIPS with CRED.
  2. You can sell your TIPS for CRED.
  3. As more CRED is used to mint TIPS, each TIP becomes more valuable.
  4. As TIPS are burnt to redeem the underlying CRED, each TIP becomes less valuable.
  5. This effect is achieved by using the same curve defined here. It looks like this:

Tipping Points Illustration

Getting TIPS

  1. aos.
  2. Get some CRED, which you can do by completing ao quests.
  3. 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

Twitter Integration

Coming soon (TM)

About

Tips on ao, with an interesting token model to boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages