Glossy Mesh 2D Ponzi Pyramid Scheme

Smart contract-based pyramid scheme on bitcoin

This post was first published on Medium.

According to Wikipedia:

pyramid scheme is a business model that recruits members via a promise of payments or services for enrolling others into the scheme, rather than supplying investments or sale of products.

Pyramid Scheme concept

We develop a pyramid scheme based on a smart contract. To join, every participant has to pay a fee to interact with the contract. The contract guarantees the new participant a 100% return¹, as long as he can recruit two more participants. Since the whole pyramid scheme is automatically enforced by smart contract, it is transparent and trustless.

Pyramid Transactions: numbers in red after / denote satoshis
Pyramid Transactions: numbers in red after / denote satoshis

In the example above, Alice has paid a entry fee of x, which entitles her to be the beneficiary in UTXO0. If she convinces Bob and Charlie to join, each paying x, she is guaranteed to be paid 2x, which in turn renews the scheme but with Bob and Charlie as the new beneficiaries. The scheme continues, as long as new investors can be found.

The full code is shown below. Contract Pyramid

Line 15 use ANYONECANPAY so Bob and Charlie can add their inputs independently, each having satoshis².

***

NOTES:

[1] This assumes dust limit is negligible. The first participant earns more than 100% since he only has to pay the transaction fee to deploy the contract.

[2] We ignore transaction fee, which can be easily covered by another input.

Watch: CoinGeek New York panel, BSV vs. Other Blockchains: Differences that Matter for Developers & Businesses

YouTube video

New to blockchain? Check out CoinGeek’s Blockchain for Beginners section, the ultimate resource guide to learn more about blockchain technology.