payment-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(removed spam)
(Created page with summary, fido and reddit dogetipbot examples)
Line 1: Line 1:
Examples of real-world UIs for [[payment]], i.e. transferring monetary value from one person to another.
 
== Real World Examples ==
 
'''fido dogecoin twitter tipbot'''
[http://fido.pw.s3-website-us-west-1.amazonaws.com/ fido] is a twitter bot which allows you to transfer dogecoins to other twitter users within tweets. Its usage is built around existing Twitter idioms which all users are familiar with:
* Follow @fidotip to get a holding address for DOGE
* Tweet using microsyntax, e.g. <code>@fidotip @recipient 100</code> anywhere in your tweet to tip @recipient 100 DOGE. Add #confirm and @fidotip will tweet a transaction confirmation
* DM fido with an email address and dogecoin address in order to withdraw any DOGE you’ve been tipped
 
'''dogecoin reddit tipbot'''
/u/dogecointipbot is a reddit bot which can be used to easily transfer dogecoin between reddit users, usually for tipping posts. [http://www.reddit.com/r/dogecoin/comments/1v7gqp/these_are_the_sites_that_i_wish_someone_had_told/cephqds Example of a tip post], followed by its confirmation comment.
 
Typical usage is described in the [http://www.reddit.com/r/dogetipbot/wiki/index documentation] and [http://www.reddit.com/r/dogetipbot/wiki/gettingstarted getting started guide], and involves:
* register with the bot, giving you a holding address
* transfer some doge into the holding address, which can now be used for tipping
* comment on a post with, for example, <code>+/u/dogetipbot 100 doge</code>, which tips 100 DOGE. Optionally add <code>verify</code> to the end and dogetipbot will comment on your tip when it’s verified
* withdraw any tips you’ve received by sending the bot a message with an address to transfer to
 
== See Also ==
 
* [[payment]]
* [[payment-brainstorming]]

Revision as of 21:07, 14 January 2014

Examples of real-world UIs for payment, i.e. transferring monetary value from one person to another.

Real World Examples

fido dogecoin twitter tipbot fido is a twitter bot which allows you to transfer dogecoins to other twitter users within tweets. Its usage is built around existing Twitter idioms which all users are familiar with:

  • Follow @fidotip to get a holding address for DOGE
  • Tweet using microsyntax, e.g. @fidotip @recipient 100 anywhere in your tweet to tip @recipient 100 DOGE. Add #confirm and @fidotip will tweet a transaction confirmation
  • DM fido with an email address and dogecoin address in order to withdraw any DOGE you’ve been tipped

dogecoin reddit tipbot /u/dogecointipbot is a reddit bot which can be used to easily transfer dogecoin between reddit users, usually for tipping posts. Example of a tip post, followed by its confirmation comment.

Typical usage is described in the documentation and getting started guide, and involves:

  • register with the bot, giving you a holding address
  • transfer some doge into the holding address, which can now be used for tipping
  • comment on a post with, for example, +/u/dogetipbot 100 doge, which tips 100 DOGE. Optionally add verify to the end and dogetipbot will comment on your tip when it’s verified
  • withdraw any tips you’ve received by sending the bot a message with an address to transfer to

See Also