The written material supplied with this programme answers four beginner questions directly: what a smart contract is, what a Blockchain is, what a matrix is, and where the contract address can be found. Here is that explanation, expanded for someone starting from zero.
The material states that Bitcoin Wealth uses a smart contract deployed on a Blockchain, and that the matrix is not managed by a company, admin, or server. The matrix rules are written into the smart contract's code.
Bitcoin
The deck assumes you already know this part. Here it is briefly, since the whole programme is priced in Bitcoin.
Bitcoin is digital money that works without a bank. It was published in 2008 by someone using the name Satoshi Nakamoto, whose real identity is still unknown, and the network went live in January 2009. It was the first cryptocurrency, and every other one that followed borrowed from its design.
What made it new was solving a problem nobody had cracked before: how to send money directly to another person over the internet, with no company in the middle, and have everyone agree it happened. The answer was the Blockchain, which is the next section.
The three things worth knowing
- There will only ever be 21 million. The limit is written into the code. No government or company can print more, which is the main reason people treat it as a store of value rather than just a currency.
- It is divisible. One Bitcoin splits into 100 million units called satoshis, or sats. So the 0.001 BTC slot 1 entry is 100,000 sats. You never need to buy a whole Bitcoin.
- Nobody runs it. There is no head office and no CEO. Thousands of computers worldwide keep the same record and follow the same rules.
The halving
New Bitcoin enters circulation as a reward to miners, the computers that process transactions. Roughly every four years that reward is cut in half. This is called the halving, and it is scheduled in the code from the start.
The effect is that new supply slows down over time until it stops altogether around the year 2140, when the last of the 21 million will have been issued. Past halvings occurred in 2012, 2016, 2020 and 2024.
Why this matters here. Bitcoin's supply is fixed and shrinking in issuance, which is the basis of the case for accumulating it. That is a fact about Bitcoin itself. It says nothing about whether any particular programme built alongside it will pay out, which is a separate question this site handles later.
Blockchain
A Blockchain is a shared record book that thousands of computers keep copies of at the same time. When something is written into it, every copy updates, and no single person can quietly go back and change an old entry. That is what people mean when they call it decentralised.
The material describes the Blockchain as the decentralised network that stores the smart contract and records every transaction permanently.
Smart contract
A smart contract is a small program that lives on the Blockchain. It is not a legal document. It is code, and it runs automatically when someone interacts with it. If the code says "when a payment arrives, split it and send the parts to these addresses," that is what happens, every time, with no person approving it.
According to the material, the Bitcoin Wealth contract automatically handles registrations, matrix placement, qualifications, and Bitcoin distributions according to its programmed rules.
Matrix
A matrix is a seating plan. It decides where each new member is placed relative to the members who arrived before them, and it decides who gets paid when a seat is filled.
The material is precise about this: the matrix is not something separate from the Blockchain. It is the business logic inside the smart contract. The compensation structure is the code.
The contract address
The material gives the deployed contract address as:
0x1ad09b043E0Fe59243C9a18ee1c855bd7792Cd29
What an address does and does not prove. Pasting this into a Blockchain explorer such as bscscan.com lets you confirm the contract exists on chain and read the transactions flowing through it. That is real and worth doing. It confirms that the code is deployed. It does not, by itself, tell you whether the rules inside the code can pay what the presentation promises. That is a separate question, and this site reaches it in The Numbers.