Weekly: $7.50
Annual: $42.55

Weekly Results #21
2025-05-18 10:09:10 - 2025-05-25 09:26:31

Open and trusted logic for identifying the donee using a hash-derived seed.
const hash = "0b5ffdad7651dba40281ed169085495b5fbf95724c6d50d1625c9ca52c61f4bc";      
// Self paid transaction hash
// You can find Hash Seed Transaction Hash it the table above.
                                       
const hexToDec_10_chars = parseInt(hash.substring(0, 10), 16); 
// HEX:0b5ffdad76 DEC:48855100790
// convert first 10 hex chars to decimal number

const  doneeIndex = hexToDec_10_chars % contributors.length;
// 48855100790 % 5 = 0
// The remainder when 48855100790 is divided by 5 
// Donee position index is 0
FAQ
Weekly Transactions
This is a list of all USDC transactions that were received by bdonation.org during a one-week period. It shows every time money was sent to this address,  GC44SZLFY4U43SODBGGKUYHLBPLR56WKB4TRFFC6OROJDKIFLSAYHC3K, along with details such as the amount received, who sent it, and when the transaction occurred. The list will be processed to identify one specific donee.
Hash Seed Transaction

Is a special type of transaction on the Stellar network that is sent from one account to itself (a self-transaction). It’s used to generate a random number, called a hash, which can be used as a starting point for creating unpredictable outcomes.

This hash is created by the Stellar network based on the unique identifier (or "transaction ID") of the transaction. Because it's generated by the network and controlled by someone who sends the transaction, it acts like a “seed” that can influence or guide a process — in this case, to find one specific donee (the recipient of funds).

This particular Hash Seed Transaction is:

  • A Stellar Native (XLM) transaction
  • Sent with a value of 0.07 XLM
  • Used as the starting point for generating the random number that will help identify the final donee

In simple terms: This is a way to create a random number using Stellar’s system, which is then used to determine or select a single person or entity who will receive the donation.

Donee payment transaction
After the system identifies a potential donee, that person has already made a donation using the Stellar network. Once the donee is selected, the system will locate their original Stellar address (the one used to make the initial donation) and return the funds back to that same address.
In simple terms:
This transaction sends the donated amount back to the person who originally made the donation — ensuring the money goes where it was meant to go.
bdn