diff --git a/app/coins/btcHolidays.js b/app/coins/btcHolidays.js index 30adcc403..96576957a 100644 --- a/app/coins/btcHolidays.js +++ b/app/coins/btcHolidays.js @@ -150,6 +150,11 @@ module.exports = { name: "Bitcoin ETFs Day", date: "2024-01-10", desc: "On this day in 2024, after 10 years of denials, the US SEC approved 11 ETF products, enabling BTC price exposure to previously inaccessible capital markets." + }, + { + name: "First Transaction Day", + date: "2009-01-11", + desc: "On this day in 2009, Satoshi transferred BTC via the first ever (non-coinbase) transaction. The recipient of that historic transaction is none other than Hal Finney." } ] };