MAYBE.md is a place to write down crazy and fanciful ideas for interesting future work.
373LXH2XPXZJYSC4NJGWC7ZX3MBAPNMRQFKOWNB7T2XUHUKSZY2AC AVDFWICBJ3QNP3Z3I6OQ6GB6T3SG7K64LF6B4CDGISTE3QBFYP3QC MGOF7IUFGXYQKZOKMM2GGULFFVAULEHLZDSHMUW6B5DBKVXXR74AC AXKKXBWN4EMUOLV43WN52JSKJPBV7TLSGLNJW5EZXHSJNKCYUWOQC EZQG2APB36DDMIAYDPPDGOIXOD7K2RZZSGC2NKGZIHB2HZBTW7EQC A6HKMINBNGQLLX4QJMYWKQ4JAEHVJ4HIRVDKPPDI3FJUO2AAB7OQC MB5SHULBN3WP7TGUWZDP6BRGP423FTYKF67T5IF5YHHLNXKQ5REAC Maybe!======This is a place to document crazy ideas of things that we couldimplement. It is intended to serve as a source of inspirationto people joining the fixpoint aftok.Big Ideas---------### Plan for merges as well as forks.It's fully to be expected that some aftoks will splinter. But it'sequally possible that separate aftoks might want to join forces!The payout algorithm could take into account independent projecthistories in a way that allows payments to be allocated fairlyirrespective of how projects of split and recombined.### Build an integrated hosting platform.The idea here is to build something like Heroku, or a Docker hostingservice, with additional support for users to make things likesubscription-based services trivial to build. Hosted, secured accountmanagement seems like something really useful for people buildingnew applications.Smaller Ideas-------------### Library Features* Timeline* Secure the event log via inclusion of periodic hashes of the loginto a public blockchain?* User* Add public keys that can be used to sign requests. How does this interactwith certificate-based auth from browsers? Require openpgpjs?### Webapp / API Features* Login* Evaluate OpenID and jwt.io* User Creation* Require user to provide the PGP public key that will be used to authenticate requests* Authentication* Require bodies of all requests to be PGP-signed; this would take the place ofother authentication.
* Previously, I had thought it would be easiest for payments to be made directly toa per-aftok BTC address, and a subsequent transaction used to then distributethat transaction to the participants. However, I now think it makes more sense topresent the payer with a transaction to complete and sign that sends funds directlyfrom their wallet to the participants, as a multiparty txn requiring signaturesof both the aftok server (which would sign in advance) and the payer. This avoidsthe central server even momentarily having control of any funds.
* Use the BIP-70 Bitcoin Payment Protocol to create payment requests.* Record requested payments
* Read history of payments and provide reconciliation and recordkeepingfunctionality.* Record BTC/USD (and other currencies) exchange rate at time of transactionto aid in recordkeeping requirements of U.S. tax law. Since BTC is treatedas property rather than currency, one must track the basis price in orderto correctly report capital gains, in much the same fasion as is done forstock.
Future Work===========Library-------* Timeline* Secure the event log via inclusion of periodic hashes of the loginto the public blockchain?* User* Add public keys that can be used to sign requests. How does this interactwith certificate-based auth from browsers? Require openpgpjs?* Payouts* History of payouts (read from blockchain?)Webserver---------* Login* Evaluate OpenID and jwt.io* User Creation* Require user to provide the PGP public key that will be used to authenticate requests* Authentication* Require bodies of all requests to be PGP-signed; this would take the place ofother authentication.Payouts Service---------------