Be Best logo

The money only
moves one way.

Trading fees on Robinhood Chain are claimed by a contract with no withdrawal function and bridged to a registered 501(c)(3) supporting young people in foster care. We can't take it back. Neither can anyone else.

Verify the vaultRead the ledgerWhere it goes →

An independent project. Not affiliated with, endorsed by or sponsored by Melania Trump, the Office of the First Lady, the White House, any U.S. government agency, or Robinhood Markets, Inc.

The path of a dollar
ONE DIRECTION ONLY
1
Pons pool
0.7% of every trade
loading
2
FosterVault
No owner. No withdraw.
loading
3
Bridge to Ethereum
~7 day challenge period
loading
4
Endaoment DAF
Legally irrevocable
loading
5
Scholarship grants
Published with receipts
loading
There is no path back up this list. The vault has no owner, no setter and no withdrawal function — read it yourself on the explorer.
Fees claimed
——
Since launch, from the pool
In transit
——
Crossing the bridge now
Delivered to charity
——
Irrevocable on arrival
Granted onward
——
Paid to named organisations
Mission

Half of children in foster care finish high school. Three percent finish college.

Be Best Fund exists to move money toward that gap, continuously and verifiably, from a source that costs no one a donation: the trading fees a token generates anyway.

Fees, not donations

Every trade on the pool generates a creator fee. That fee is the entire funding source. Holders are never asked for anything.

Structure over promises

The guarantee isn't a pledge in a whitepaper. It's a contract with no function that sends money anywhere except the charity.

Receipts or it didn't happen

Every claim, every bridge crossing and every grant is published here with a transaction hash you can open on a block explorer.

The vault

Read the contract. That's the whole pitch.

The wallet that receives creator fees is not a person and not a multisig. It's a contract deployed before the token, with the charity's address written in at construction and no way to change it.

No owner
There is no admin role, so there is no key to lose or abuse.
No setter
The recipient address is immutable. It was fixed at deployment.
No withdraw
There is no function that sends funds to any address except the destination.
Permissionless sweep
Anyone can trigger the transfer. If we disappear, the money still moves.
contract FosterVault {
  address public immutable RECIPIENT;

  constructor(address _recipient) {
    RECIPIENT = _recipient;
  }

  // anyone may call
  function sweep() external {
    uint256 bal = address(this).balance;
    require(bal > 0, "nothing to sweep");
    ARB_SYS.withdrawEth{value: bal}(RECIPIENT);
    emit Swept(bal, block.timestamp);
  }

  receive() external payable {}
}
Ledger

Every movement, with a link to the proof.

Nothing here is typed in by hand. Each row is written by an indexer watching the chain, and each hash opens on the block explorer.

Reading the chain…
Where it goes

Into a donor-advised fund, then out to organisations serving foster youth.

Funds arrive at a donor-advised fund held by Endaoment, a registered 501(c)(3). Once there they are legally irrevocable — they cannot return to this project under any circumstances. From the fund we recommend grants to organisations working on education and independence for young people leaving care.

Foster Care to Success

The longest-running national provider of college scholarships to students from foster care.

iFoster

Technology access, job training and workforce pathways for young people in and aging out of care.

Together We Rise

Direct support programmes for children entering and moving through the foster system.

What we can and can't promise. Grants from a donor-advised fund are recommendations — the sponsoring charity's board holds final discretion, as US law requires. So we don't say every dollar reaches a named organisation. We say every dollar reaches charity irrevocably, we publish which grants we recommend, and we publish whether they were made. Listing an organisation here does not mean it endorses, sponsors or is affiliated with this project.
Arithmetic

What volume turns into.

Pons charges a 1% pool fee and routes 70% of it to the creator wallet. For this project that wallet is the vault, so 0.7% of trading volume moves toward charity. Move the slider to see the shape of it.

$1,000,000
$10K$20M
Toward charity, per month
$7,000
About $84,000 over a year at the same volume.

This is arithmetic on a number you chose, not a projection, forecast or promise. Actual volume may be zero. Nothing on this slider has happened — see the ledger for what has.

Questions

The ones worth asking.

No. Holding $FOSTER conveys no dividends, no revenue share, no entitlement to fees, no redemption right and no governance. It is not an investment contract and carries no expectation of profit. The fees fund charity, not holders. The token may go to zero and you should assume it will.