resilience.me
  • Home
  • FAQ
  • On Indiegogo
  • News
    • Resilience protocol
    • Epiphany, march 11 2015
    • resilience-smart-wallet, June 26 2015
  • #DApp
  • Memes
  • Learn
    • How to Hack Resilience
    • My Resilience
    • My pitch in the Ethereum forum
    • A sample scenario
    • Introduction to my system
  • Story
    • Note on Profit
    • My pitch to BitNation
    • Letter: Mimetic Networks & Ecosystems of Ideas
    • My interview with CoinDesk
    • My brother explains my system
    • A brief story of Basicincome.co
    • Letter: The Singularity and P2P-Dividends
  • Videos
  • Code
    • Client >
      • resilience_me.js
      • declare_tax.js
    • Server >
      • server.js
      • swarm_redistribution.js
  • Theory
    • SKETCH: RESILIENCE protocol
    • Whitepaper: Transaction Tax
    • Whitepaper: Technologically Enhanced Basic Income
    • Introduction: The Incentive Layer
    • Basicincome.co - A Peer-to-peer Basic Income Network
    • Whitepaper: Decentralised TaxRate Governance
    • Basicincome.co - Incentive-Based Decentralized Safety Nets
  • Graph
  • Twitter
  • Client

THE RESILIENCE NETWORK PROJECT 
Introducing: resilience.me,
IOU networks with P2P-dividends

There are multiple limited supply currencies that integrate basic income. OpenUDC, uCoin, and google for more. I think IOUs are better, and I´d like to see a protocol that adds P2P-dividends - swarm-redistrubtion (see video below) - to an IOU network. 

To connect with me, tweet @ https://twitter.com/resilience_me.

What ?

An Internet protocol for adding dividends to a financial transaction. 

Examples of Internet Protocols

The protocol HTTP (Hypertext Transfer Protocol) is a set of rules for building and sharing websites. The invention of HTTP led to the World Wide Web.
The protocol SMTP (Simple Mail Transfer Protocol) is a set of rules for sending messages on the Internet. The invention of SMTP made it possible to send emails.
The protocol RTXP (Ripple Transaction Protocol) is a set of rules for making transactions on the Internet. The invention of RTXP made it easier to do business on the Internet.
The protocol P2PDP (P2P-dividend protocol) is a set of rules for adding dividends to a financial transaction. The invention of P2PDP opens up a world of possibilites.






//declare taxes for incoming transactions

{
"command" : "declare_tax"
"amount" : 400,
"currency" : "PFJ",
"taxRate" : 
1010000000,
}


//resilience.me generates a list of outgoing payments
//sign the list of outgoing payments, IF <= (amount * taxRate)

{
  "command": "submit",
  "tx_blob": "12000322000000002400000038684000xxxxx"
  "total_amount" : 16
}


//collect a liveable basic income from the insurance pool


#decentralizedWelfare





FAQ

I don´t understand, could you explain resilience.me ?
The idea of what I´m trying to accomplish is simple: To create a welfare system based on the same peer-to-peer principles as Ripple.


How does the network prevent multiple accounts ?
Through an identification service. The first version will use nation-state passports.

In the future, resilience.me will use p2p-passports (see PeerTrust)


How does the network set the amount of basic income ?

resilience.me is dividend-agnostic in the same way that Ripple is currency-agnostic. Like anyone can issue IOUs in Ripple, resilience.me lets anyone connect IOUs of any currency to our system.

It follows the same logic as Ripple. The idea is that the infrastructure per se should be agnostic.  

Picture