├── LICENSE ├── README.md ├── cryptotrade_overview.png ├── data ├── .DS_Store ├── BTC_price.csv ├── ETH_price.csv ├── SOL_price.csv ├── bitcoin_daily_price.csv ├── bitcoin_transaction_statistics.csv ├── bnb_daily_price.csv ├── bnb_transaction_statistics.csv ├── eth_daily.csv ├── eth_more_transaction_statistics.csv ├── eth_number_of_transactions.csv ├── gnews │ ├── 2023-01-01.json │ ├── 2023-01-02.json │ ├── 2023-01-03.json │ ├── 2023-01-04.json │ ├── 2023-01-05.json │ ├── 2023-01-06.json │ ├── 2023-01-07.json │ ├── 2023-01-08.json │ ├── 2023-01-09.json │ ├── 2023-01-10.json │ ├── 2023-01-11.json │ ├── 2023-01-12.json │ ├── 2023-01-13.json │ ├── 2023-01-14.json │ ├── 2023-01-15.json │ ├── 2023-01-16.json │ ├── 2023-01-17.json │ ├── 2023-01-18.json │ ├── 2023-01-19.json │ ├── 2023-01-20.json │ ├── 2023-01-21.json │ ├── 2023-01-22.json │ ├── 2023-01-23.json │ ├── 2023-01-24.json │ ├── 2023-01-25.json │ ├── 2023-01-26.json │ ├── 2023-01-27.json │ ├── 2023-01-28.json │ ├── 2023-01-29.json │ ├── 2023-01-30.json │ ├── 2023-01-31.json │ ├── 2023-02-01.json │ ├── 2023-02-02.json │ ├── 2023-02-03.json │ ├── 2023-02-04.json │ ├── 2023-02-05.json │ ├── 2023-02-06.json │ ├── 2023-02-07.json │ ├── 2023-02-08.json │ ├── 2023-02-09.json │ ├── 2023-02-10.json │ ├── 2023-02-11.json │ ├── 2023-02-12.json │ ├── 2023-02-13.json │ ├── 2023-02-14.json │ ├── 2023-02-15.json │ ├── 2023-02-16.json │ ├── 2023-02-17.json │ ├── 2023-02-18.json │ ├── 2023-02-19.json │ ├── 2023-02-20.json │ ├── 2023-02-21.json │ ├── 2023-02-22.json │ ├── 2023-02-23.json │ ├── 2023-02-24.json │ ├── 2023-02-25.json │ ├── 2023-02-26.json │ ├── 2023-02-27.json │ ├── 2023-02-28.json │ ├── 2023-03-01.json │ ├── 2023-03-02.json │ ├── 2023-03-03.json │ ├── 2023-03-04.json │ ├── 2023-03-05.json │ ├── 2023-03-06.json │ ├── 2023-03-07.json │ ├── 2023-03-08.json │ ├── 2023-03-09.json │ ├── 2023-03-10.json │ ├── 2023-03-11.json │ ├── 2023-03-12.json │ ├── 2023-03-13.json │ ├── 2023-03-14.json │ ├── 2023-03-15.json │ ├── 2023-03-16.json │ ├── 2023-03-17.json │ ├── 2023-03-18.json │ ├── 2023-03-19.json │ ├── 2023-03-20.json │ ├── 2023-03-21.json │ ├── 2023-03-22.json │ ├── 2023-03-23.json │ ├── 2023-03-24.json │ ├── 2023-03-25.json │ ├── 2023-03-26.json │ ├── 2023-03-27.json │ ├── 2023-03-28.json │ ├── 2023-03-29.json │ ├── 2023-03-30.json │ ├── 2023-03-31.json │ ├── 2023-04-01.json │ ├── 2023-04-02.json │ ├── 2023-04-03.json │ ├── 2023-04-04.json │ ├── 2023-04-05.json │ ├── 2023-04-06.json │ ├── 2023-04-07.json │ ├── 2023-04-08.json │ ├── 2023-04-09.json │ ├── 2023-04-10.json │ ├── 2023-04-11.json │ ├── 2023-04-12.json │ ├── 2023-04-13.json │ ├── 2023-04-14.json │ ├── 2023-04-15.json │ ├── 2023-04-16.json │ ├── 2023-04-17.json │ ├── 2023-04-18.json │ ├── 2023-04-19.json │ ├── 2023-04-20.json │ ├── 2023-04-21.json │ ├── 2023-04-22.json │ ├── 2023-04-23.json │ ├── 2023-04-24.json │ ├── 2023-04-25.json │ ├── 2023-04-26.json │ ├── 2023-04-27.json │ ├── 2023-04-28.json │ ├── 2023-04-29.json │ ├── 2023-04-30.json │ ├── 2023-05-01.json │ ├── 2023-05-02.json │ ├── 2023-05-03.json │ ├── 2023-05-04.json │ ├── 2023-05-05.json │ ├── 2023-05-06.json │ ├── 2023-05-07.json │ ├── 2023-05-08.json │ ├── 2023-05-09.json │ ├── 2023-05-10.json │ ├── 2023-05-11.json │ ├── 2023-05-12.json │ ├── 2023-05-13.json │ ├── 2023-05-14.json │ ├── 2023-05-15.json │ ├── 2023-05-16.json │ ├── 2023-05-17.json │ ├── 2023-05-18.json │ ├── 2023-05-19.json │ ├── 2023-05-20.json │ ├── 2023-05-21.json │ ├── 2023-05-22.json │ ├── 2023-05-23.json │ ├── 2023-05-24.json │ ├── 2023-05-25.json │ ├── 2023-05-26.json │ ├── 2023-05-27.json │ ├── 2023-05-28.json │ ├── 2023-05-29.json │ ├── 2023-05-30.json │ ├── 2023-05-31.json │ ├── 2023-06-01.json │ ├── 2023-06-02.json │ ├── 2023-06-03.json │ ├── 2023-06-04.json │ ├── 2023-06-05.json │ ├── 2023-06-06.json │ ├── 2023-06-07.json │ ├── 2023-06-08.json │ ├── 2023-06-09.json │ ├── 2023-06-10.json │ ├── 2023-06-11.json │ ├── 2023-06-12.json │ ├── 2023-06-13.json │ ├── 2023-06-14.json │ ├── 2023-06-15.json │ ├── 2023-06-16.json │ ├── 2023-06-17.json │ ├── 2023-06-18.json │ ├── 2023-06-19.json │ ├── 2023-06-20.json │ ├── 2023-06-21.json │ ├── 2023-06-22.json │ ├── 2023-06-23.json │ ├── 2023-06-24.json │ ├── 2023-06-25.json │ ├── 2023-06-26.json │ ├── 2023-06-27.json │ ├── 2023-06-28.json │ ├── 2023-06-29.json │ ├── 2023-06-30.json │ ├── 2023-07-01.json │ ├── 2023-07-02.json │ ├── 2023-07-03.json │ ├── 2023-07-04.json │ ├── 2023-07-05.json │ ├── 2023-07-06.json │ ├── 2023-07-07.json │ ├── 2023-07-08.json │ ├── 2023-07-09.json │ ├── 2023-07-10.json │ ├── 2023-07-11.json │ ├── 2023-07-12.json │ ├── 2023-07-13.json │ ├── 2023-07-14.json │ ├── 2023-07-15.json │ ├── 2023-07-16.json │ ├── 2023-07-17.json │ ├── 2023-07-18.json │ ├── 2023-07-19.json │ ├── 2023-07-20.json │ ├── 2023-07-21.json │ ├── 2023-07-22.json │ ├── 2023-07-23.json │ ├── 2023-07-24.json │ ├── 2023-07-25.json │ ├── 2023-07-26.json │ ├── 2023-07-27.json │ ├── 2023-07-28.json │ ├── 2023-07-29.json │ ├── 2023-07-30.json │ ├── 2023-07-31.json │ ├── 2023-08-01.json │ ├── 2023-08-02.json │ ├── 2023-08-03.json │ ├── 2023-08-04.json │ ├── 2023-08-05.json │ ├── 2023-08-06.json │ ├── 2023-08-07.json │ ├── 2023-08-08.json │ ├── 2023-08-09.json │ ├── 2023-08-10.json │ ├── 2023-08-11.json │ ├── 2023-08-12.json │ ├── 2023-08-13.json │ ├── 2023-08-14.json │ ├── 2023-08-15.json │ ├── 2023-08-16.json │ ├── 2023-08-17.json │ ├── 2023-08-18.json │ ├── 2023-08-19.json │ ├── 2023-08-20.json │ ├── 2023-08-21.json │ ├── 2023-08-22.json │ ├── 2023-08-23.json │ ├── 2023-08-24.json │ ├── 2023-08-25.json │ ├── 2023-08-26.json │ ├── 2023-08-27.json │ ├── 2023-08-28.json │ ├── 2023-08-29.json │ ├── 2023-08-30.json │ ├── 2023-08-31.json │ ├── 2023-09-01.json │ ├── 2023-09-02.json │ ├── 2023-09-03.json │ ├── 2023-09-04.json │ ├── 2023-09-05.json │ ├── 2023-09-06.json │ ├── 2023-09-07.json │ ├── 2023-09-08.json │ ├── 2023-09-09.json │ ├── 2023-09-10.json │ ├── 2023-09-11.json │ ├── 2023-09-12.json │ ├── 2023-09-13.json │ ├── 2023-09-14.json │ ├── 2023-09-15.json │ ├── 2023-09-16.json │ ├── 2023-09-17.json │ ├── 2023-09-18.json │ ├── 2023-09-19.json │ ├── 2023-09-20.json │ ├── 2023-09-21.json │ ├── 2023-09-22.json │ ├── 2023-09-23.json │ ├── 2023-09-24.json │ ├── 2023-09-25.json │ ├── 2023-09-26.json │ ├── 2023-09-27.json │ ├── 2023-09-28.json │ ├── 2023-09-29.json │ ├── 2023-09-30.json │ ├── 2023-10-01.json │ ├── 2023-10-02.json │ ├── 2023-10-03.json │ ├── 2023-10-04.json │ ├── 2023-10-05.json │ ├── 2023-10-06.json │ ├── 2023-10-07.json │ ├── 2023-10-08.json │ ├── 2023-10-09.json │ ├── 2023-10-10.json │ ├── 2023-10-11.json │ ├── 2023-10-12.json │ ├── 2023-10-13.json │ ├── 2023-10-14.json │ ├── 2023-10-15.json │ ├── 2023-10-16.json │ ├── 2023-10-17.json │ ├── 2023-10-18.json │ ├── 2023-10-19.json │ ├── 2023-10-20.json │ ├── 2023-10-21.json │ ├── 2023-10-22.json │ ├── 2023-10-23.json │ ├── 2023-10-24.json │ ├── 2023-10-25.json │ ├── 2023-10-26.json │ ├── 2023-10-27.json │ ├── 2023-10-28.json │ ├── 2023-10-29.json │ ├── 2023-10-30.json │ ├── 2023-10-31.json │ ├── 2023-11-01.json │ ├── 2023-11-02.json │ ├── 2023-11-03.json │ ├── 2023-11-04.json │ ├── 2023-11-05.json │ ├── 2023-11-06.json │ ├── 2023-11-07.json │ ├── 2023-11-08.json │ ├── 2023-11-09.json │ ├── 2023-11-10.json │ ├── 2023-11-11.json │ ├── 2023-11-12.json │ ├── 2023-11-13.json │ ├── 2023-11-14.json │ ├── 2023-11-15.json │ ├── 2023-11-16.json │ ├── 2023-11-17.json │ ├── 2023-11-18.json │ ├── 2023-11-19.json │ ├── 2023-11-20.json │ ├── 2023-11-21.json │ ├── 2023-11-22.json │ ├── 2023-11-23.json │ ├── 2023-11-24.json │ ├── 2023-11-25.json │ ├── 2023-11-26.json │ ├── 2023-11-27.json │ ├── 2023-11-28.json │ ├── 2023-11-29.json │ ├── 2023-11-30.json │ ├── 2023-12-01.json │ ├── 2023-12-02.json │ ├── 2023-12-03.json │ ├── 2023-12-04.json │ ├── 2023-12-05.json │ ├── 2023-12-06.json │ ├── 2023-12-07.json │ ├── 2023-12-08.json │ ├── 2023-12-09.json │ ├── 2023-12-10.json │ ├── 2023-12-11.json │ ├── 2023-12-12.json │ ├── 2023-12-13.json │ ├── 2023-12-14.json │ ├── 2023-12-15.json │ ├── 2023-12-16.json │ ├── 2023-12-17.json │ ├── 2023-12-18.json │ ├── 2023-12-19.json │ ├── 2023-12-20.json │ ├── 2023-12-21.json │ ├── 2023-12-22.json │ ├── 2023-12-23.json │ ├── 2023-12-24.json │ ├── 2023-12-25.json │ ├── 2023-12-26.json │ ├── 2023-12-27.json │ ├── 2023-12-28.json │ ├── 2023-12-29.json │ ├── 2023-12-30.json │ ├── 2023-12-31.json │ ├── 2024-01-01.json │ ├── 2024-01-02.json │ ├── 2024-01-03.json │ ├── 2024-01-04.json │ ├── 2024-01-05.json │ ├── 2024-01-06.json │ ├── 2024-01-07.json │ ├── 2024-01-08.json │ ├── 2024-01-09.json │ ├── 2024-01-10.json │ ├── 2024-01-11.json │ ├── 2024-01-12.json │ ├── 2024-01-13.json │ ├── 2024-01-14.json │ ├── 2024-01-15.json │ ├── 2024-01-16.json │ ├── 2024-01-17.json │ ├── 2024-01-18.json │ ├── 2024-01-19.json │ ├── 2024-01-20.json │ ├── 2024-01-21.json │ ├── 2024-01-22.json │ ├── 2024-01-23.json │ ├── 2024-01-24.json │ ├── 2024-01-25.json │ ├── 2024-01-26.json │ ├── 2024-01-27.json │ ├── 2024-01-28.json │ ├── 2024-01-29.json │ ├── 2024-01-30.json │ └── 2024-01-31.json ├── selected_bitcoin_202301_202401 │ ├── 2023-01-01.json │ ├── 2023-01-02.json │ ├── 2023-01-03.json │ ├── 2023-01-04.json │ ├── 2023-01-05.json │ ├── 2023-01-06.json │ ├── 2023-01-07.json │ ├── 2023-01-08.json │ ├── 2023-01-09.json │ ├── 2023-01-10.json │ ├── 2023-01-11.json │ ├── 2023-01-12.json │ ├── 2023-01-13.json │ ├── 2023-01-14.json │ ├── 2023-01-15.json │ ├── 2023-01-16.json │ ├── 2023-01-17.json │ ├── 2023-01-18.json │ ├── 2023-01-19.json │ ├── 2023-01-20.json │ ├── 2023-01-21.json │ ├── 2023-01-22.json │ ├── 2023-01-23.json │ ├── 2023-01-24.json │ ├── 2023-01-25.json │ ├── 2023-01-26.json │ ├── 2023-01-27.json │ ├── 2023-01-28.json │ ├── 2023-01-29.json │ ├── 2023-01-30.json │ ├── 2023-01-31.json │ ├── 2023-02-01.json │ ├── 2023-02-02.json │ ├── 2023-02-03.json │ ├── 2023-02-04.json │ ├── 2023-02-05.json │ ├── 2023-02-06.json │ ├── 2023-02-07.json │ ├── 2023-02-08.json │ ├── 2023-02-09.json │ ├── 2023-02-10.json │ ├── 2023-02-11.json │ ├── 2023-02-12.json │ ├── 2023-02-13.json │ ├── 2023-02-14.json │ ├── 2023-02-15.json │ ├── 2023-02-16.json │ ├── 2023-02-17.json │ ├── 2023-02-18.json │ ├── 2023-02-19.json │ ├── 2023-02-20.json │ ├── 2023-02-21.json │ ├── 2023-02-22.json │ ├── 2023-02-23.json │ ├── 2023-02-24.json │ ├── 2023-02-25.json │ ├── 2023-02-26.json │ ├── 2023-02-27.json │ ├── 2023-02-28.json │ ├── 2023-03-01.json │ ├── 2023-03-02.json │ ├── 2023-03-03.json │ ├── 2023-03-04.json │ ├── 2023-03-05.json │ ├── 2023-03-06.json │ ├── 2023-03-07.json │ ├── 2023-03-08.json │ ├── 2023-03-09.json │ ├── 2023-03-10.json │ ├── 2023-03-11.json │ ├── 2023-03-12.json │ ├── 2023-03-13.json │ ├── 2023-03-14.json │ ├── 2023-03-15.json │ ├── 2023-03-16.json │ ├── 2023-03-17.json │ ├── 2023-03-18.json │ ├── 2023-03-19.json │ ├── 2023-03-20.json │ ├── 2023-03-21.json │ ├── 2023-03-22.json │ ├── 2023-03-23.json │ ├── 2023-03-24.json │ ├── 2023-03-25.json │ ├── 2023-03-26.json │ ├── 2023-03-27.json │ ├── 2023-03-28.json │ ├── 2023-03-29.json │ ├── 2023-03-30.json │ ├── 2023-03-31.json │ ├── 2023-04-01.json │ ├── 2023-04-02.json │ ├── 2023-04-03.json │ ├── 2023-04-04.json │ ├── 2023-04-05.json │ ├── 2023-04-06.json │ ├── 2023-04-07.json │ ├── 2023-04-08.json │ ├── 2023-04-09.json │ ├── 2023-04-10.json │ ├── 2023-04-11.json │ ├── 2023-04-12.json │ ├── 2023-04-13.json │ ├── 2023-04-14.json │ ├── 2023-04-15.json │ ├── 2023-04-16.json │ ├── 2023-04-17.json │ ├── 2023-04-18.json │ ├── 2023-04-19.json │ ├── 2023-04-20.json │ ├── 2023-04-21.json │ ├── 2023-04-22.json │ ├── 2023-04-23.json │ ├── 2023-04-24.json │ ├── 2023-04-25.json │ ├── 2023-04-26.json │ ├── 2023-04-27.json │ ├── 2023-04-28.json │ ├── 2023-04-29.json │ ├── 2023-04-30.json │ ├── 2023-05-01.json │ ├── 2023-05-02.json │ ├── 2023-05-03.json │ ├── 2023-05-04.json │ ├── 2023-05-05.json │ ├── 2023-05-06.json │ ├── 2023-05-07.json │ ├── 2023-05-08.json │ ├── 2023-05-09.json │ ├── 2023-05-10.json │ ├── 2023-05-11.json │ ├── 2023-05-12.json │ ├── 2023-05-13.json │ ├── 2023-05-14.json │ ├── 2023-05-15.json │ ├── 2023-05-16.json │ ├── 2023-05-17.json │ ├── 2023-05-18.json │ ├── 2023-05-19.json │ ├── 2023-05-20.json │ ├── 2023-05-21.json │ ├── 2023-05-22.json │ ├── 2023-05-23.json │ ├── 2023-05-24.json │ ├── 2023-05-25.json │ ├── 2023-05-26.json │ ├── 2023-05-27.json │ ├── 2023-05-28.json │ ├── 2023-05-29.json │ ├── 2023-05-30.json │ ├── 2023-05-31.json │ ├── 2023-06-01.json │ ├── 2023-06-02.json │ ├── 2023-06-03.json │ ├── 2023-06-04.json │ ├── 2023-06-05.json │ ├── 2023-06-06.json │ ├── 2023-06-07.json │ ├── 2023-06-08.json │ ├── 2023-06-09.json │ ├── 2023-06-10.json │ ├── 2023-06-11.json │ ├── 2023-06-12.json │ ├── 2023-06-13.json │ ├── 2023-06-14.json │ ├── 2023-06-15.json │ ├── 2023-06-16.json │ ├── 2023-06-17.json │ ├── 2023-06-18.json │ ├── 2023-06-19.json │ ├── 2023-06-20.json │ ├── 2023-06-21.json │ ├── 2023-06-22.json │ ├── 2023-06-23.json │ ├── 2023-06-24.json │ ├── 2023-06-25.json │ ├── 2023-06-26.json │ ├── 2023-06-27.json │ ├── 2023-06-28.json │ ├── 2023-06-29.json │ ├── 2023-06-30.json │ ├── 2023-07-01.json │ ├── 2023-07-02.json │ ├── 2023-07-03.json │ ├── 2023-07-04.json │ ├── 2023-07-05.json │ ├── 2023-07-06.json │ ├── 2023-07-07.json │ ├── 2023-07-08.json │ ├── 2023-07-09.json │ ├── 2023-07-10.json │ ├── 2023-07-11.json │ ├── 2023-07-12.json │ ├── 2023-07-13.json │ ├── 2023-07-14.json │ ├── 2023-07-15.json │ ├── 2023-07-16.json │ ├── 2023-07-17.json │ ├── 2023-07-18.json │ ├── 2023-07-19.json │ ├── 2023-07-20.json │ ├── 2023-07-21.json │ ├── 2023-07-22.json │ ├── 2023-07-23.json │ ├── 2023-07-24.json │ ├── 2023-07-25.json │ ├── 2023-07-26.json │ ├── 2023-07-27.json │ ├── 2023-07-28.json │ ├── 2023-07-29.json │ ├── 2023-07-30.json │ ├── 2023-07-31.json │ ├── 2023-08-01.json │ ├── 2023-08-02.json │ ├── 2023-08-03.json │ ├── 2023-08-04.json │ ├── 2023-08-05.json │ ├── 2023-08-06.json │ ├── 2023-08-07.json │ ├── 2023-08-08.json │ ├── 2023-08-09.json │ ├── 2023-08-10.json │ ├── 2023-08-11.json │ ├── 2023-08-12.json │ ├── 2023-08-13.json │ ├── 2023-08-14.json │ ├── 2023-08-15.json │ ├── 2023-08-16.json │ ├── 2023-08-17.json │ ├── 2023-08-18.json │ ├── 2023-08-19.json │ ├── 2023-08-20.json │ ├── 2023-08-21.json │ ├── 2023-08-22.json │ ├── 2023-08-23.json │ ├── 2023-08-24.json │ ├── 2023-08-25.json │ ├── 2023-08-26.json │ ├── 2023-08-27.json │ ├── 2023-08-28.json │ ├── 2023-08-29.json │ ├── 2023-08-30.json │ ├── 2023-08-31.json │ ├── 2023-09-01.json │ ├── 2023-09-02.json │ ├── 2023-09-03.json │ ├── 2023-09-04.json │ ├── 2023-09-05.json │ ├── 2023-09-06.json │ ├── 2023-09-07.json │ ├── 2023-09-08.json │ ├── 2023-09-09.json │ ├── 2023-09-10.json │ ├── 2023-09-11.json │ ├── 2023-09-12.json │ ├── 2023-09-13.json │ ├── 2023-09-14.json │ ├── 2023-09-15.json │ ├── 2023-09-16.json │ ├── 2023-09-17.json │ ├── 2023-09-18.json │ ├── 2023-09-19.json │ ├── 2023-09-20.json │ ├── 2023-09-21.json │ ├── 2023-09-22.json │ ├── 2023-09-23.json │ ├── 2023-09-24.json │ ├── 2023-09-25.json │ ├── 2023-09-26.json │ ├── 2023-09-27.json │ ├── 2023-09-28.json │ ├── 2023-09-29.json │ ├── 2023-09-30.json │ ├── 2023-10-01.json │ ├── 2023-10-02.json │ ├── 2023-10-03.json │ ├── 2023-10-04.json │ ├── 2023-10-05.json │ ├── 2023-10-06.json │ ├── 2023-10-07.json │ ├── 2023-10-08.json │ ├── 2023-10-09.json │ ├── 2023-10-10.json │ ├── 2023-10-11.json │ ├── 2023-10-12.json │ ├── 2023-10-13.json │ ├── 2023-10-14.json │ ├── 2023-10-15.json │ ├── 2023-10-16.json │ ├── 2023-10-17.json │ ├── 2023-10-18.json │ ├── 2023-10-19.json │ ├── 2023-10-20.json │ ├── 2023-10-21.json │ ├── 2023-10-22.json │ ├── 2023-10-23.json │ ├── 2023-10-24.json │ ├── 2023-10-25.json │ ├── 2023-10-26.json │ ├── 2023-10-27.json │ ├── 2023-10-28.json │ ├── 2023-10-29.json │ ├── 2023-10-30.json │ ├── 2023-10-31.json │ ├── 2023-11-01.json │ ├── 2023-11-02.json │ ├── 2023-11-03.json │ ├── 2023-11-04.json │ ├── 2023-11-05.json │ ├── 2023-11-06.json │ ├── 2023-11-07.json │ ├── 2023-11-08.json │ ├── 2023-11-09.json │ ├── 2023-11-10.json │ ├── 2023-11-11.json │ ├── 2023-11-12.json │ ├── 2023-11-13.json │ ├── 2023-11-14.json │ ├── 2023-11-15.json │ ├── 2023-11-16.json │ ├── 2023-11-17.json │ ├── 2023-11-18.json │ ├── 2023-11-19.json │ ├── 2023-11-20.json │ ├── 2023-11-21.json │ ├── 2023-11-22.json │ ├── 2023-11-23.json │ ├── 2023-11-24.json │ ├── 2023-11-25.json │ ├── 2023-11-26.json │ ├── 2023-11-27.json │ ├── 2023-11-28.json │ ├── 2023-11-29.json │ ├── 2023-11-30.json │ ├── 2023-12-01.json │ ├── 2023-12-02.json │ ├── 2023-12-03.json │ ├── 2023-12-04.json │ ├── 2023-12-05.json │ ├── 2023-12-06.json │ ├── 2023-12-07.json │ ├── 2023-12-08.json │ ├── 2023-12-09.json │ ├── 2023-12-10.json │ ├── 2023-12-11.json │ ├── 2023-12-12.json │ ├── 2023-12-13.json │ ├── 2023-12-14.json │ ├── 2023-12-15.json │ ├── 2023-12-16.json │ ├── 2023-12-17.json │ ├── 2023-12-18.json │ ├── 2023-12-19.json │ ├── 2023-12-20.json │ ├── 2023-12-21.json │ ├── 2023-12-22.json │ ├── 2023-12-23.json │ ├── 2023-12-24.json │ ├── 2023-12-25.json │ ├── 2023-12-26.json │ ├── 2023-12-27.json │ ├── 2023-12-28.json │ ├── 2023-12-29.json │ ├── 2023-12-30.json │ ├── 2023-12-31.json │ ├── 2024-01-01.json │ ├── 2024-01-02.json │ ├── 2024-01-03.json │ ├── 2024-01-04.json │ ├── 2024-01-05.json │ ├── 2024-01-06.json │ ├── 2024-01-07.json │ ├── 2024-01-08.json │ ├── 2024-01-09.json │ ├── 2024-01-10.json │ ├── 2024-01-11.json │ ├── 2024-01-12.json │ ├── 2024-01-13.json │ ├── 2024-01-14.json │ ├── 2024-01-15.json │ ├── 2024-01-16.json │ ├── 2024-01-17.json │ ├── 2024-01-18.json │ ├── 2024-01-19.json │ ├── 2024-01-20.json │ ├── 2024-01-21.json │ ├── 2024-01-22.json │ ├── 2024-01-23.json │ ├── 2024-01-24.json │ ├── 2024-01-25.json │ ├── 2024-01-26.json │ ├── 2024-01-27.json │ ├── 2024-01-28.json │ ├── 2024-01-29.json │ ├── 2024-01-30.json │ ├── 2024-01-31.json │ └── 2024-02-01.json ├── selected_bnb_202301_202401 │ ├── 2023-01-01.json │ ├── 2023-01-02.json │ ├── 2023-01-03.json │ ├── 2023-01-04.json │ ├── 2023-01-05.json │ ├── 2023-01-06.json │ ├── 2023-01-07.json │ ├── 2023-01-08.json │ ├── 2023-01-09.json │ ├── 2023-01-10.json │ ├── 2023-01-11.json │ ├── 2023-01-12.json │ ├── 2023-01-13.json │ ├── 2023-01-14.json │ ├── 2023-01-15.json │ ├── 2023-01-16.json │ ├── 2023-01-17.json │ ├── 2023-01-18.json │ ├── 2023-01-19.json │ ├── 2023-01-20.json │ ├── 2023-01-21.json │ ├── 2023-01-22.json │ ├── 2023-01-23.json │ ├── 2023-01-24.json │ ├── 2023-01-25.json │ ├── 2023-01-26.json │ ├── 2023-01-27.json │ ├── 2023-01-29.json │ ├── 2023-01-30.json │ ├── 2023-01-31.json │ ├── 2023-02-01.json │ ├── 2023-02-02.json │ ├── 2023-02-03.json │ ├── 2023-02-04.json │ ├── 2023-02-05.json │ ├── 2023-02-06.json │ ├── 2023-02-07.json │ ├── 2023-02-08.json │ ├── 2023-02-09.json │ ├── 2023-02-10.json │ ├── 2023-02-11.json │ ├── 2023-02-12.json │ ├── 2023-02-13.json │ ├── 2023-02-14.json │ ├── 2023-02-15.json │ ├── 2023-02-16.json │ ├── 2023-02-17.json │ ├── 2023-02-18.json │ ├── 2023-02-19.json │ ├── 2023-02-20.json │ ├── 2023-02-21.json │ ├── 2023-02-22.json │ ├── 2023-02-23.json │ ├── 2023-02-24.json │ ├── 2023-02-25.json │ ├── 2023-02-26.json │ ├── 2023-02-27.json │ ├── 2023-02-28.json │ ├── 2023-03-01.json │ ├── 2023-03-02.json │ ├── 2023-03-03.json │ ├── 2023-03-04.json │ ├── 2023-03-05.json │ ├── 2023-03-06.json │ ├── 2023-03-07.json │ ├── 2023-03-08.json │ ├── 2023-03-09.json │ ├── 2023-03-10.json │ ├── 2023-03-11.json │ ├── 2023-03-12.json │ ├── 2023-03-13.json │ ├── 2023-03-14.json │ ├── 2023-03-15.json │ ├── 2023-03-16.json │ ├── 2023-03-17.json │ ├── 2023-03-18.json │ ├── 2023-03-20.json │ ├── 2023-03-21.json │ ├── 2023-03-22.json │ ├── 2023-03-23.json │ ├── 2023-03-24.json │ ├── 2023-03-25.json │ ├── 2023-03-26.json │ ├── 2023-03-27.json │ ├── 2023-03-28.json │ ├── 2023-03-29.json │ ├── 2023-03-30.json │ ├── 2023-03-31.json │ ├── 2023-04-01.json │ ├── 2023-04-03.json │ ├── 2023-04-04.json │ ├── 2023-04-05.json │ ├── 2023-04-06.json │ ├── 2023-04-07.json │ ├── 2023-04-08.json │ ├── 2023-04-09.json │ ├── 2023-04-10.json │ ├── 2023-04-11.json │ ├── 2023-04-12.json │ ├── 2023-04-13.json │ ├── 2023-04-14.json │ ├── 2023-04-15.json │ ├── 2023-04-16.json │ ├── 2023-04-17.json │ ├── 2023-04-18.json │ ├── 2023-04-19.json │ ├── 2023-04-20.json │ ├── 2023-04-21.json │ ├── 2023-04-22.json │ ├── 2023-04-23.json │ ├── 2023-04-24.json │ ├── 2023-04-25.json │ ├── 2023-04-26.json │ ├── 2023-04-27.json │ ├── 2023-04-28.json │ ├── 2023-04-29.json │ ├── 2023-04-30.json │ ├── 2023-05-01.json │ ├── 2023-05-02.json │ ├── 2023-05-03.json │ ├── 2023-05-04.json │ ├── 2023-05-05.json │ ├── 2023-05-06.json │ ├── 2023-05-07.json │ ├── 2023-05-08.json │ ├── 2023-05-09.json │ ├── 2023-05-10.json │ ├── 2023-05-11.json │ ├── 2023-05-12.json │ ├── 2023-05-13.json │ ├── 2023-05-14.json │ ├── 2023-05-15.json │ ├── 2023-05-16.json │ ├── 2023-05-17.json │ ├── 2023-05-18.json │ ├── 2023-05-19.json │ ├── 2023-05-20.json │ ├── 2023-05-21.json │ ├── 2023-05-22.json │ ├── 2023-05-23.json │ ├── 2023-05-24.json │ ├── 2023-05-25.json │ ├── 2023-05-26.json │ ├── 2023-05-27.json │ ├── 2023-05-28.json │ ├── 2023-05-29.json │ ├── 2023-05-30.json │ ├── 2023-05-31.json │ ├── 2023-06-01.json │ ├── 2023-06-02.json │ ├── 2023-06-03.json │ ├── 2023-06-04.json │ ├── 2023-06-05.json │ ├── 2023-06-06.json │ ├── 2023-06-07.json │ ├── 2023-06-08.json │ ├── 2023-06-09.json │ ├── 2023-06-10.json │ ├── 2023-06-11.json │ ├── 2023-06-12.json │ ├── 2023-06-13.json │ ├── 2023-06-14.json │ ├── 2023-06-15.json │ ├── 2023-06-16.json │ ├── 2023-06-17.json │ ├── 2023-06-18.json │ ├── 2023-06-19.json │ ├── 2023-06-20.json │ ├── 2023-06-21.json │ ├── 2023-06-22.json │ ├── 2023-06-23.json │ ├── 2023-06-24.json │ ├── 2023-06-25.json │ ├── 2023-06-26.json │ ├── 2023-06-27.json │ ├── 2023-06-28.json │ ├── 2023-06-29.json │ ├── 2023-06-30.json │ ├── 2023-07-02.json │ ├── 2023-07-03.json │ ├── 2023-07-04.json │ ├── 2023-07-05.json │ ├── 2023-07-06.json │ ├── 2023-07-07.json │ ├── 2023-07-08.json │ ├── 2023-07-09.json │ ├── 2023-07-10.json │ ├── 2023-07-11.json │ ├── 2023-07-12.json │ ├── 2023-07-13.json │ ├── 2023-07-14.json │ ├── 2023-07-15.json │ ├── 2023-07-16.json │ ├── 2023-07-17.json │ ├── 2023-07-18.json │ ├── 2023-07-19.json │ ├── 2023-07-20.json │ ├── 2023-07-21.json │ ├── 2023-07-22.json │ ├── 2023-07-23.json │ ├── 2023-07-24.json │ ├── 2023-07-25.json │ ├── 2023-07-26.json │ ├── 2023-07-27.json │ ├── 2023-07-28.json │ ├── 2023-07-29.json │ ├── 2023-07-30.json │ ├── 2023-07-31.json │ ├── 2023-08-01.json │ ├── 2023-08-02.json │ ├── 2023-08-03.json │ ├── 2023-08-04.json │ ├── 2023-08-05.json │ ├── 2023-08-06.json │ ├── 2023-08-07.json │ ├── 2023-08-09.json │ ├── 2023-08-10.json │ ├── 2023-08-11.json │ ├── 2023-08-12.json │ ├── 2023-08-13.json │ ├── 2023-08-14.json │ ├── 2023-08-15.json │ ├── 2023-08-16.json │ ├── 2023-08-17.json │ ├── 2023-08-18.json │ ├── 2023-08-19.json │ ├── 2023-08-20.json │ ├── 2023-08-21.json │ ├── 2023-08-22.json │ ├── 2023-08-23.json │ ├── 2023-08-24.json │ ├── 2023-08-25.json │ ├── 2023-08-26.json │ ├── 2023-08-27.json │ ├── 2023-08-28.json │ ├── 2023-08-29.json │ ├── 2023-08-30.json │ ├── 2023-08-31.json │ ├── 2023-09-01.json │ ├── 2023-09-03.json │ ├── 2023-09-04.json │ ├── 2023-09-05.json │ ├── 2023-09-06.json │ ├── 2023-09-07.json │ ├── 2023-09-08.json │ ├── 2023-09-09.json │ ├── 2023-09-10.json │ ├── 2023-09-11.json │ ├── 2023-09-12.json │ ├── 2023-09-13.json │ ├── 2023-09-14.json │ ├── 2023-09-15.json │ ├── 2023-09-16.json │ ├── 2023-09-17.json │ ├── 2023-09-18.json │ ├── 2023-09-19.json │ ├── 2023-09-20.json │ ├── 2023-09-21.json │ ├── 2023-09-22.json │ ├── 2023-09-23.json │ ├── 2023-09-24.json │ ├── 2023-09-25.json │ ├── 2023-09-26.json │ ├── 2023-09-27.json │ ├── 2023-09-28.json │ ├── 2023-09-29.json │ ├── 2023-09-30.json │ ├── 2023-10-01.json │ ├── 2023-10-02.json │ ├── 2023-10-03.json │ ├── 2023-10-04.json │ ├── 2023-10-05.json │ ├── 2023-10-06.json │ ├── 2023-10-07.json │ ├── 2023-10-08.json │ ├── 2023-10-09.json │ ├── 2023-10-10.json │ ├── 2023-10-11.json │ ├── 2023-10-12.json │ ├── 2023-10-13.json │ ├── 2023-10-14.json │ ├── 2023-10-15.json │ ├── 2023-10-16.json │ ├── 2023-10-17.json │ ├── 2023-10-18.json │ ├── 2023-10-19.json │ ├── 2023-10-20.json │ ├── 2023-10-21.json │ ├── 2023-10-22.json │ ├── 2023-10-24.json │ ├── 2023-10-25.json │ ├── 2023-10-26.json │ ├── 2023-10-27.json │ ├── 2023-10-28.json │ ├── 2023-10-29.json │ ├── 2023-10-30.json │ ├── 2023-10-31.json │ ├── 2023-11-01.json │ ├── 2023-11-02.json │ ├── 2023-11-03.json │ ├── 2023-11-04.json │ ├── 2023-11-05.json │ ├── 2023-11-06.json │ ├── 2023-11-07.json │ ├── 2023-11-08.json │ ├── 2023-11-09.json │ ├── 2023-11-10.json │ ├── 2023-11-11.json │ ├── 2023-11-12.json │ ├── 2023-11-13.json │ ├── 2023-11-14.json │ └── 2023-11-15.json ├── selected_news.ipynb ├── selected_solana_202301_202401 │ ├── 2023-01-01.json │ ├── 2023-01-02.json │ ├── 2023-01-03.json │ ├── 2023-01-04.json │ ├── 2023-01-05.json │ ├── 2023-01-06.json │ ├── 2023-01-07.json │ ├── 2023-01-08.json │ ├── 2023-01-09.json │ ├── 2023-01-10.json │ ├── 2023-01-11.json │ ├── 2023-01-12.json │ ├── 2023-01-13.json │ ├── 2023-01-14.json │ ├── 2023-01-16.json │ ├── 2023-01-17.json │ ├── 2023-01-18.json │ ├── 2023-01-19.json │ ├── 2023-01-20.json │ ├── 2023-01-21.json │ ├── 2023-01-22.json │ ├── 2023-01-23.json │ ├── 2023-01-24.json │ ├── 2023-01-25.json │ ├── 2023-01-26.json │ ├── 2023-01-27.json │ ├── 2023-01-28.json │ ├── 2023-01-29.json │ ├── 2023-01-30.json │ ├── 2023-01-31.json │ ├── 2023-02-01.json │ ├── 2023-02-02.json │ ├── 2023-02-03.json │ ├── 2023-02-04.json │ ├── 2023-02-05.json │ ├── 2023-02-06.json │ ├── 2023-02-07.json │ ├── 2023-02-08.json │ ├── 2023-02-09.json │ ├── 2023-02-10.json │ ├── 2023-02-11.json │ ├── 2023-02-12.json │ ├── 2023-02-13.json │ ├── 2023-02-14.json │ ├── 2023-02-15.json │ ├── 2023-02-16.json │ ├── 2023-02-17.json │ ├── 2023-02-18.json │ ├── 2023-02-19.json │ ├── 2023-02-20.json │ ├── 2023-02-21.json │ ├── 2023-02-22.json │ ├── 2023-02-23.json │ ├── 2023-02-24.json │ ├── 2023-02-25.json │ ├── 2023-02-26.json │ ├── 2023-02-27.json │ ├── 2023-02-28.json │ ├── 2023-03-01.json │ ├── 2023-03-02.json │ ├── 2023-03-03.json │ ├── 2023-03-04.json │ ├── 2023-03-05.json │ ├── 2023-03-06.json │ ├── 2023-03-07.json │ ├── 2023-03-08.json │ ├── 2023-03-09.json │ ├── 2023-03-10.json │ ├── 2023-03-11.json │ ├── 2023-03-12.json │ ├── 2023-03-13.json │ ├── 2023-03-14.json │ ├── 2023-03-15.json │ ├── 2023-03-16.json │ ├── 2023-03-17.json │ ├── 2023-03-18.json │ ├── 2023-03-19.json │ ├── 2023-03-20.json │ ├── 2023-03-21.json │ ├── 2023-03-22.json │ ├── 2023-03-23.json │ ├── 2023-03-24.json │ ├── 2023-03-25.json │ ├── 2023-03-26.json │ ├── 2023-03-27.json │ ├── 2023-03-28.json │ ├── 2023-03-29.json │ ├── 2023-03-30.json │ ├── 2023-03-31.json │ ├── 2023-04-01.json │ ├── 2023-04-03.json │ ├── 2023-04-04.json │ ├── 2023-04-05.json │ ├── 2023-04-06.json │ ├── 2023-04-07.json │ ├── 2023-04-08.json │ ├── 2023-04-09.json │ ├── 2023-04-10.json │ ├── 2023-04-11.json │ ├── 2023-04-13.json │ ├── 2023-04-14.json │ ├── 2023-04-15.json │ ├── 2023-04-16.json │ ├── 2023-04-17.json │ ├── 2023-04-18.json │ ├── 2023-04-19.json │ ├── 2023-04-20.json │ ├── 2023-04-21.json │ ├── 2023-04-22.json │ ├── 2023-04-23.json │ ├── 2023-04-24.json │ ├── 2023-04-25.json │ ├── 2023-04-26.json │ ├── 2023-04-27.json │ ├── 2023-04-28.json │ ├── 2023-04-29.json │ ├── 2023-04-30.json │ ├── 2023-05-01.json │ ├── 2023-05-02.json │ ├── 2023-05-03.json │ ├── 2023-05-04.json │ ├── 2023-05-05.json │ ├── 2023-05-06.json │ ├── 2023-05-07.json │ ├── 2023-05-08.json │ ├── 2023-05-09.json │ ├── 2023-05-10.json │ ├── 2023-05-11.json │ ├── 2023-05-12.json │ ├── 2023-05-13.json │ ├── 2023-05-15.json │ ├── 2023-05-16.json │ ├── 2023-05-17.json │ ├── 2023-05-18.json │ ├── 2023-05-19.json │ ├── 2023-05-20.json │ ├── 2023-05-21.json │ ├── 2023-05-22.json │ ├── 2023-05-23.json │ ├── 2023-05-24.json │ ├── 2023-05-25.json │ ├── 2023-05-26.json │ ├── 2023-05-27.json │ ├── 2023-05-28.json │ ├── 2023-05-29.json │ ├── 2023-05-30.json │ ├── 2023-05-31.json │ ├── 2023-06-01.json │ ├── 2023-06-02.json │ ├── 2023-06-03.json │ ├── 2023-06-04.json │ ├── 2023-06-05.json │ ├── 2023-06-06.json │ ├── 2023-06-07.json │ ├── 2023-06-08.json │ ├── 2023-06-09.json │ ├── 2023-06-10.json │ ├── 2023-06-11.json │ ├── 2023-06-12.json │ ├── 2023-06-13.json │ ├── 2023-06-14.json │ ├── 2023-06-15.json │ ├── 2023-06-16.json │ ├── 2023-06-17.json │ ├── 2023-06-19.json │ ├── 2023-06-20.json │ ├── 2023-06-21.json │ ├── 2023-06-22.json │ ├── 2023-06-23.json │ ├── 2023-06-24.json │ ├── 2023-06-25.json │ ├── 2023-06-26.json │ ├── 2023-06-27.json │ ├── 2023-06-28.json │ ├── 2023-06-29.json │ ├── 2023-06-30.json │ ├── 2023-07-01.json │ ├── 2023-07-02.json │ ├── 2023-07-03.json │ ├── 2023-07-04.json │ ├── 2023-07-05.json │ ├── 2023-07-06.json │ ├── 2023-07-07.json │ ├── 2023-07-08.json │ ├── 2023-07-09.json │ ├── 2023-07-10.json │ ├── 2023-07-11.json │ ├── 2023-07-12.json │ ├── 2023-07-13.json │ ├── 2023-07-14.json │ ├── 2023-07-15.json │ ├── 2023-07-16.json │ ├── 2023-07-17.json │ ├── 2023-07-18.json │ ├── 2023-07-19.json │ ├── 2023-07-20.json │ ├── 2023-07-21.json │ ├── 2023-07-22.json │ ├── 2023-07-24.json │ ├── 2023-07-25.json │ ├── 2023-07-26.json │ ├── 2023-07-27.json │ ├── 2023-07-28.json │ ├── 2023-07-29.json │ ├── 2023-07-30.json │ ├── 2023-07-31.json │ ├── 2023-08-01.json │ ├── 2023-08-02.json │ ├── 2023-08-03.json │ ├── 2023-08-04.json │ ├── 2023-08-05.json │ ├── 2023-08-06.json │ ├── 2023-08-07.json │ ├── 2023-08-08.json │ ├── 2023-08-09.json │ ├── 2023-08-10.json │ ├── 2023-08-11.json │ ├── 2023-08-12.json │ ├── 2023-08-13.json │ ├── 2023-08-14.json │ ├── 2023-08-15.json │ ├── 2023-08-16.json │ ├── 2023-08-17.json │ ├── 2023-08-18.json │ ├── 2023-08-19.json │ ├── 2023-08-20.json │ ├── 2023-08-21.json │ ├── 2023-08-22.json │ ├── 2023-08-23.json │ ├── 2023-08-24.json │ ├── 2023-08-25.json │ ├── 2023-08-26.json │ ├── 2023-08-27.json │ ├── 2023-08-28.json │ ├── 2023-08-29.json │ ├── 2023-08-30.json │ ├── 2023-08-31.json │ ├── 2023-09-01.json │ ├── 2023-09-02.json │ ├── 2023-09-03.json │ ├── 2023-09-04.json │ ├── 2023-09-05.json │ ├── 2023-09-06.json │ ├── 2023-09-07.json │ ├── 2023-09-08.json │ ├── 2023-09-09.json │ ├── 2023-09-10.json │ ├── 2023-09-11.json │ ├── 2023-09-12.json │ ├── 2023-09-13.json │ ├── 2023-09-14.json │ ├── 2023-09-15.json │ ├── 2023-09-17.json │ ├── 2023-09-18.json │ ├── 2023-09-19.json │ ├── 2023-09-20.json │ ├── 2023-09-21.json │ ├── 2023-09-22.json │ ├── 2023-09-23.json │ ├── 2023-09-24.json │ ├── 2023-09-25.json │ ├── 2023-09-26.json │ ├── 2023-09-27.json │ ├── 2023-09-28.json │ ├── 2023-09-29.json │ ├── 2023-09-30.json │ ├── 2023-10-01.json │ ├── 2023-10-02.json │ ├── 2023-10-03.json │ ├── 2023-10-04.json │ ├── 2023-10-05.json │ ├── 2023-10-06.json │ ├── 2023-10-07.json │ ├── 2023-10-08.json │ ├── 2023-10-09.json │ ├── 2023-10-10.json │ ├── 2023-10-11.json │ ├── 2023-10-12.json │ ├── 2023-10-13.json │ ├── 2023-10-14.json │ ├── 2023-10-15.json │ ├── 2023-10-16.json │ ├── 2023-10-17.json │ ├── 2023-10-18.json │ ├── 2023-10-19.json │ ├── 2023-10-20.json │ ├── 2023-10-21.json │ ├── 2023-10-22.json │ ├── 2023-10-23.json │ ├── 2023-10-24.json │ ├── 2023-10-25.json │ ├── 2023-10-26.json │ ├── 2023-10-27.json │ ├── 2023-10-28.json │ ├── 2023-10-29.json │ ├── 2023-10-30.json │ ├── 2023-10-31.json │ ├── 2023-11-01.json │ ├── 2023-11-02.json │ ├── 2023-11-03.json │ ├── 2023-11-04.json │ ├── 2023-11-05.json │ ├── 2023-11-06.json │ ├── 2023-11-07.json │ ├── 2023-11-08.json │ ├── 2023-11-09.json │ ├── 2023-11-10.json │ ├── 2023-11-11.json │ ├── 2023-11-12.json │ ├── 2023-11-13.json │ ├── 2023-11-14.json │ ├── 2023-11-15.json │ ├── 2023-11-16.json │ ├── 2023-11-17.json │ ├── 2023-11-18.json │ ├── 2023-11-19.json │ ├── 2023-11-20.json │ ├── 2023-11-21.json │ ├── 2023-11-22.json │ ├── 2023-11-23.json │ ├── 2023-11-24.json │ ├── 2023-11-25.json │ ├── 2023-11-26.json │ ├── 2023-11-27.json │ ├── 2023-11-28.json │ ├── 2023-11-29.json │ ├── 2023-11-30.json │ ├── 2023-12-01.json │ ├── 2023-12-02.json │ ├── 2023-12-03.json │ ├── 2023-12-04.json │ ├── 2023-12-05.json │ ├── 2023-12-06.json │ ├── 2023-12-07.json │ ├── 2023-12-08.json │ ├── 2023-12-09.json │ ├── 2023-12-10.json │ ├── 2023-12-11.json │ ├── 2023-12-12.json │ ├── 2023-12-13.json │ ├── 2023-12-14.json │ ├── 2023-12-15.json │ ├── 2023-12-16.json │ ├── 2023-12-17.json │ ├── 2023-12-18.json │ ├── 2023-12-19.json │ ├── 2023-12-20.json │ ├── 2023-12-21.json │ ├── 2023-12-22.json │ ├── 2023-12-23.json │ ├── 2023-12-24.json │ ├── 2023-12-25.json │ ├── 2023-12-26.json │ ├── 2023-12-27.json │ ├── 2023-12-28.json │ ├── 2023-12-29.json │ ├── 2023-12-30.json │ ├── 2023-12-31.json │ ├── 2024-01-01.json │ ├── 2024-01-02.json │ ├── 2024-01-03.json │ ├── 2024-01-04.json │ ├── 2024-01-05.json │ ├── 2024-01-06.json │ ├── 2024-01-07.json │ ├── 2024-01-08.json │ ├── 2024-01-09.json │ ├── 2024-01-10.json │ ├── 2024-01-11.json │ ├── 2024-01-12.json │ ├── 2024-01-13.json │ ├── 2024-01-14.json │ ├── 2024-01-15.json │ ├── 2024-01-16.json │ ├── 2024-01-17.json │ ├── 2024-01-18.json │ ├── 2024-01-19.json │ ├── 2024-01-20.json │ ├── 2024-01-21.json │ ├── 2024-01-22.json │ ├── 2024-01-23.json │ ├── 2024-01-24.json │ ├── 2024-01-25.json │ ├── 2024-01-26.json │ ├── 2024-01-27.json │ ├── 2024-01-28.json │ ├── 2024-01-29.json │ ├── 2024-01-30.json │ ├── 2024-01-31.json │ └── 2024-02-01.json ├── selected_xrp_202301_202401 │ ├── 2023-01-01.json │ ├── 2023-01-02.json │ ├── 2023-01-03.json │ ├── 2023-01-04.json │ ├── 2023-01-05.json │ ├── 2023-01-06.json │ ├── 2023-01-07.json │ ├── 2023-01-08.json │ ├── 2023-01-09.json │ ├── 2023-01-10.json │ ├── 2023-01-11.json │ ├── 2023-01-12.json │ ├── 2023-01-13.json │ ├── 2023-01-14.json │ ├── 2023-01-15.json │ ├── 2023-01-16.json │ ├── 2023-01-17.json │ ├── 2023-01-18.json │ ├── 2023-01-19.json │ ├── 2023-01-20.json │ ├── 2023-01-21.json │ ├── 2023-01-22.json │ ├── 2023-01-23.json │ ├── 2023-01-24.json │ ├── 2023-01-25.json │ ├── 2023-01-26.json │ ├── 2023-01-27.json │ ├── 2023-01-28.json │ ├── 2023-01-29.json │ ├── 2023-01-30.json │ ├── 2023-01-31.json │ ├── 2023-02-01.json │ ├── 2023-02-02.json │ ├── 2023-02-03.json │ ├── 2023-02-04.json │ ├── 2023-02-05.json │ ├── 2023-02-06.json │ ├── 2023-02-07.json │ ├── 2023-02-08.json │ ├── 2023-02-09.json │ ├── 2023-02-10.json │ ├── 2023-02-11.json │ ├── 2023-02-12.json │ ├── 2023-02-13.json │ ├── 2023-02-14.json │ ├── 2023-02-15.json │ ├── 2023-02-16.json │ ├── 2023-02-17.json │ ├── 2023-02-18.json │ ├── 2023-02-19.json │ ├── 2023-02-20.json │ ├── 2023-02-21.json │ ├── 2023-02-22.json │ ├── 2023-02-23.json │ ├── 2023-02-24.json │ ├── 2023-02-25.json │ ├── 2023-02-26.json │ ├── 2023-02-27.json │ ├── 2023-02-28.json │ ├── 2023-03-01.json │ ├── 2023-03-02.json │ ├── 2023-03-03.json │ ├── 2023-03-04.json │ ├── 2023-03-05.json │ ├── 2023-03-06.json │ ├── 2023-03-07.json │ ├── 2023-03-08.json │ ├── 2023-03-09.json │ ├── 2023-03-10.json │ ├── 2023-03-11.json │ ├── 2023-03-12.json │ ├── 2023-03-13.json │ ├── 2023-03-14.json │ ├── 2023-03-15.json │ ├── 2023-03-16.json │ ├── 2023-03-17.json │ ├── 2023-03-18.json │ ├── 2023-03-19.json │ ├── 2023-03-20.json │ ├── 2023-03-21.json │ ├── 2023-03-22.json │ ├── 2023-03-23.json │ ├── 2023-03-24.json │ ├── 2023-03-25.json │ ├── 2023-03-26.json │ ├── 2023-03-27.json │ ├── 2023-03-28.json │ ├── 2023-03-29.json │ ├── 2023-03-30.json │ ├── 2023-03-31.json │ ├── 2023-04-01.json │ ├── 2023-04-02.json │ ├── 2023-04-03.json │ ├── 2023-04-04.json │ ├── 2023-04-05.json │ ├── 2023-04-06.json │ ├── 2023-04-07.json │ ├── 2023-04-08.json │ ├── 2023-04-09.json │ ├── 2023-04-10.json │ ├── 2023-04-11.json │ ├── 2023-04-12.json │ ├── 2023-04-13.json │ ├── 2023-04-14.json │ ├── 2023-04-15.json │ ├── 2023-04-16.json │ ├── 2023-04-17.json │ ├── 2023-04-18.json │ ├── 2023-04-19.json │ ├── 2023-04-20.json │ ├── 2023-04-21.json │ ├── 2023-04-22.json │ ├── 2023-04-23.json │ ├── 2023-04-24.json │ ├── 2023-04-25.json │ ├── 2023-04-26.json │ ├── 2023-04-27.json │ ├── 2023-04-28.json │ ├── 2023-04-29.json │ ├── 2023-04-30.json │ ├── 2023-05-01.json │ ├── 2023-05-02.json │ ├── 2023-05-03.json │ ├── 2023-05-04.json │ ├── 2023-05-05.json │ ├── 2023-05-06.json │ ├── 2023-05-07.json │ ├── 2023-05-08.json │ ├── 2023-05-09.json │ ├── 2023-05-10.json │ ├── 2023-05-11.json │ ├── 2023-05-12.json │ ├── 2023-05-13.json │ ├── 2023-05-14.json │ ├── 2023-05-15.json │ ├── 2023-05-16.json │ ├── 2023-05-17.json │ ├── 2023-05-18.json │ ├── 2023-05-19.json │ ├── 2023-05-20.json │ ├── 2023-05-21.json │ ├── 2023-05-22.json │ ├── 2023-05-23.json │ ├── 2023-05-24.json │ ├── 2023-05-25.json │ ├── 2023-05-26.json │ ├── 2023-05-27.json │ ├── 2023-05-28.json │ ├── 2023-05-29.json │ ├── 2023-05-30.json │ ├── 2023-05-31.json │ ├── 2023-06-01.json │ ├── 2023-06-02.json │ ├── 2023-06-03.json │ ├── 2023-06-04.json │ ├── 2023-06-05.json │ ├── 2023-06-06.json │ ├── 2023-06-07.json │ ├── 2023-06-08.json │ ├── 2023-06-09.json │ ├── 2023-06-10.json │ ├── 2023-06-11.json │ ├── 2023-06-12.json │ ├── 2023-06-13.json │ ├── 2023-06-14.json │ ├── 2023-06-15.json │ ├── 2023-06-16.json │ ├── 2023-06-17.json │ ├── 2023-06-18.json │ ├── 2023-06-19.json │ ├── 2023-06-20.json │ ├── 2023-06-21.json │ ├── 2023-06-22.json │ ├── 2023-06-23.json │ ├── 2023-06-24.json │ ├── 2023-06-25.json │ ├── 2023-06-26.json │ ├── 2023-06-27.json │ ├── 2023-06-28.json │ ├── 2023-06-29.json │ ├── 2023-06-30.json │ ├── 2023-07-01.json │ ├── 2023-07-02.json │ ├── 2023-07-03.json │ ├── 2023-07-04.json │ ├── 2023-07-05.json │ ├── 2023-07-06.json │ ├── 2023-07-07.json │ ├── 2023-07-08.json │ ├── 2023-07-09.json │ ├── 2023-07-10.json │ ├── 2023-07-11.json │ ├── 2023-07-12.json │ ├── 2023-07-13.json │ ├── 2023-07-14.json │ ├── 2023-07-15.json │ ├── 2023-07-16.json │ ├── 2023-07-17.json │ ├── 2023-07-18.json │ ├── 2023-07-19.json │ ├── 2023-07-20.json │ ├── 2023-07-21.json │ ├── 2023-07-22.json │ ├── 2023-07-23.json │ ├── 2023-07-24.json │ ├── 2023-07-25.json │ ├── 2023-07-26.json │ ├── 2023-07-27.json │ ├── 2023-07-28.json │ ├── 2023-07-29.json │ ├── 2023-07-30.json │ ├── 2023-07-31.json │ ├── 2023-08-01.json │ ├── 2023-08-02.json │ ├── 2023-08-03.json │ ├── 2023-08-04.json │ ├── 2023-08-05.json │ ├── 2023-08-06.json │ ├── 2023-08-07.json │ ├── 2023-08-08.json │ ├── 2023-08-09.json │ ├── 2023-08-10.json │ ├── 2023-08-11.json │ ├── 2023-08-12.json │ ├── 2023-08-13.json │ ├── 2023-08-14.json │ ├── 2023-08-15.json │ ├── 2023-08-16.json │ ├── 2023-08-17.json │ ├── 2023-08-18.json │ ├── 2023-08-19.json │ ├── 2023-08-20.json │ ├── 2023-08-21.json │ ├── 2023-08-22.json │ ├── 2023-08-23.json │ ├── 2023-08-24.json │ ├── 2023-08-25.json │ ├── 2023-08-26.json │ ├── 2023-08-27.json │ ├── 2023-08-28.json │ ├── 2023-08-29.json │ ├── 2023-08-30.json │ ├── 2023-08-31.json │ ├── 2023-09-01.json │ ├── 2023-09-02.json │ ├── 2023-09-03.json │ ├── 2023-09-04.json │ ├── 2023-09-05.json │ ├── 2023-09-06.json │ ├── 2023-09-07.json │ ├── 2023-09-08.json │ ├── 2023-09-09.json │ ├── 2023-09-10.json │ ├── 2023-09-11.json │ ├── 2023-09-12.json │ ├── 2023-09-13.json │ ├── 2023-09-14.json │ ├── 2023-09-15.json │ ├── 2023-09-16.json │ ├── 2023-09-17.json │ ├── 2023-09-18.json │ ├── 2023-09-19.json │ ├── 2023-09-20.json │ ├── 2023-09-21.json │ ├── 2023-09-22.json │ ├── 2023-09-23.json │ ├── 2023-09-24.json │ ├── 2023-09-25.json │ ├── 2023-09-26.json │ ├── 2023-09-27.json │ ├── 2023-09-28.json │ ├── 2023-09-29.json │ ├── 2023-09-30.json │ ├── 2023-10-01.json │ ├── 2023-10-02.json │ ├── 2023-10-03.json │ ├── 2023-10-04.json │ ├── 2023-10-05.json │ ├── 2023-10-06.json │ ├── 2023-10-07.json │ ├── 2023-10-08.json │ ├── 2023-10-09.json │ ├── 2023-10-10.json │ ├── 2023-10-11.json │ ├── 2023-10-12.json │ ├── 2023-10-13.json │ ├── 2023-10-14.json │ ├── 2023-10-15.json │ ├── 2023-10-16.json │ ├── 2023-10-17.json │ ├── 2023-10-18.json │ ├── 2023-10-19.json │ ├── 2023-10-20.json │ ├── 2023-10-21.json │ ├── 2023-10-22.json │ ├── 2023-10-23.json │ ├── 2023-10-24.json │ ├── 2023-10-25.json │ ├── 2023-10-26.json │ ├── 2023-10-27.json │ ├── 2023-10-28.json │ ├── 2023-10-29.json │ ├── 2023-10-30.json │ ├── 2023-10-31.json │ ├── 2023-11-01.json │ ├── 2023-11-02.json │ ├── 2023-11-03.json │ ├── 2023-11-04.json │ ├── 2023-11-05.json │ ├── 2023-11-06.json │ ├── 2023-11-07.json │ ├── 2023-11-08.json │ ├── 2023-11-09.json │ ├── 2023-11-10.json │ ├── 2023-11-11.json │ ├── 2023-11-12.json │ ├── 2023-11-13.json │ ├── 2023-11-14.json │ ├── 2023-11-15.json │ ├── 2023-11-16.json │ ├── 2023-11-17.json │ ├── 2023-11-18.json │ ├── 2023-11-19.json │ ├── 2023-11-20.json │ ├── 2023-11-21.json │ ├── 2023-11-22.json │ ├── 2023-11-23.json │ ├── 2023-11-24.json │ ├── 2023-11-25.json │ ├── 2023-11-26.json │ ├── 2023-11-27.json │ ├── 2023-11-28.json │ ├── 2023-11-29.json │ ├── 2023-11-30.json │ ├── 2023-12-01.json │ ├── 2023-12-02.json │ ├── 2023-12-03.json │ ├── 2023-12-04.json │ ├── 2023-12-05.json │ ├── 2023-12-06.json │ ├── 2023-12-07.json │ ├── 2023-12-08.json │ ├── 2023-12-09.json │ ├── 2023-12-10.json │ ├── 2023-12-11.json │ ├── 2023-12-12.json │ ├── 2023-12-13.json │ ├── 2023-12-14.json │ ├── 2023-12-15.json │ ├── 2023-12-16.json │ ├── 2023-12-17.json │ ├── 2023-12-18.json │ ├── 2023-12-19.json │ ├── 2023-12-20.json │ ├── 2023-12-21.json │ ├── 2023-12-22.json │ ├── 2023-12-23.json │ ├── 2023-12-24.json │ ├── 2023-12-25.json │ ├── 2023-12-26.json │ ├── 2023-12-27.json │ ├── 2023-12-28.json │ ├── 2023-12-29.json │ ├── 2023-12-30.json │ ├── 2023-12-31.json │ ├── 2024-01-01.json │ ├── 2024-01-02.json │ ├── 2024-01-03.json │ ├── 2024-01-04.json │ ├── 2024-01-05.json │ ├── 2024-01-06.json │ ├── 2024-01-07.json │ ├── 2024-01-08.json │ ├── 2024-01-09.json │ ├── 2024-01-10.json │ ├── 2024-01-11.json │ ├── 2024-01-12.json │ ├── 2024-01-13.json │ ├── 2024-01-14.json │ ├── 2024-01-15.json │ ├── 2024-01-16.json │ ├── 2024-01-17.json │ ├── 2024-01-18.json │ ├── 2024-01-19.json │ ├── 2024-01-20.json │ ├── 2024-01-21.json │ ├── 2024-01-22.json │ ├── 2024-01-23.json │ ├── 2024-01-24.json │ ├── 2024-01-25.json │ ├── 2024-01-26.json │ ├── 2024-01-27.json │ ├── 2024-01-28.json │ ├── 2024-01-29.json │ ├── 2024-01-30.json │ ├── 2024-01-31.json │ └── 2024-02-01.json ├── solana_daily_price.csv ├── solana_transaction_statistics.csv ├── xrp_daily_price.csv └── xrp_transaction_statistics.csv ├── env_history.py ├── eth_env.py ├── eth_trial.py ├── generate_reflections.py ├── run_agent.py ├── run_agent.sh ├── run_baseline.py └── utils.py /cryptotrade_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xtra-Computing/CryptoTrade/210da73af5f17992be425e61305524a5c24dae40/cryptotrade_overview.png -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xtra-Computing/CryptoTrade/210da73af5f17992be425e61305524a5c24dae40/data/.DS_Store -------------------------------------------------------------------------------- /data/eth_number_of_transactions.csv: -------------------------------------------------------------------------------- 1 | Date,Number of transactions 2 | 1/9/23 0:00,1006635 3 | 2/9/23 0:00,1024172 4 | 3/9/23 0:00,1038128 5 | 4/9/23 0:00,952440 6 | 5/9/23 0:00,994049 7 | 6/9/23 0:00,1058940 8 | 7/9/23 0:00,1017089 9 | 8/9/23 0:00,1014297 10 | 9/9/23 0:00,929400 11 | 10/9/23 0:00,866548 12 | 11/9/23 0:00,1021616 13 | 12/9/23 0:00,1092958 14 | 13/9/23 0:00,1627860 15 | 14/9/23 0:00,1071590 16 | 15/9/23 0:00,1002709 17 | 16/9/23 0:00,922374 18 | 17/9/23 0:00,879624 19 | 18/9/23 0:00,979571 20 | 19/9/23 0:00,1002911 21 | 20/9/23 0:00,1012663 22 | 21/9/23 0:00,1131119 23 | 22/9/23 0:00,974991 24 | 23/9/23 0:00,863503 25 | 24/9/23 0:00,883746 26 | 25/9/23 0:00,990751 27 | 26/9/23 0:00,1041222 28 | 27/9/23 0:00,1056862 29 | 28/9/23 0:00,1030538 30 | 29/9/23 0:00,1024678 31 | 30/9/23 0:00,977771 32 | 1/10/23 0:00,922694 33 | 2/10/23 0:00,1016845 34 | 3/10/23 0:00,1002455 35 | 4/10/23 0:00,983598 36 | 5/10/23 0:00,955796 37 | 6/10/23 0:00,993544 38 | 7/10/23 0:00,996807 39 | 8/10/23 0:00,924403 40 | 9/10/23 0:00,993579 41 | 10/10/23 0:00,1005950 42 | 11/10/23 0:00,1005828 43 | 12/10/23 0:00,1004069 44 | 13/10/23 0:00,1007291 45 | 14/10/23 0:00,898577 46 | 15/10/23 0:00,921231 47 | 16/10/23 0:00,1027904 48 | 17/10/23 0:00,1002389 49 | 18/10/23 0:00,1010682 50 | 19/10/23 0:00,997931 51 | 20/10/23 0:00,1087921 52 | 21/10/23 0:00,987400 53 | 22/10/23 0:00,980622 54 | 23/10/23 0:00,1063574 55 | 24/10/23 0:00,1098323 56 | 25/10/23 0:00,1081158 57 | 26/10/23 0:00,1091779 58 | 27/10/23 0:00,1034649 59 | 28/10/23 0:00,991315 60 | 29/10/23 0:00,1071556 61 | 30/10/23 0:00,1094713 62 | 31/10/23 0:00,1089606 63 | 1/11/23 0:00,1101380 64 | 2/11/23 0:00,1045341 65 | 3/11/23 0:00,1104674 66 | 4/11/23 0:00,1013882 67 | 5/11/23 0:00,1034459 68 | 6/11/23 0:00,1101645 69 | 7/11/23 0:00,1055975 70 | 8/11/23 0:00,1066274 71 | 9/11/23 0:00,1125199 72 | 10/11/23 0:00,1146191 73 | 11/11/23 0:00,1107685 74 | 12/11/23 0:00,1061494 75 | 13/11/23 0:00,1088278 76 | 14/11/23 0:00,1050000 77 | 15/11/23 0:00,1075386 78 | 16/11/23 0:00,1093005 79 | 17/11/23 0:00,1084679 80 | 18/11/23 0:00,1134614 81 | 19/11/23 0:00,983460 82 | 20/11/23 0:00,1151945 83 | 21/11/23 0:00,1129495 84 | 22/11/23 0:00,1142003 85 | 23/11/23 0:00,1123339 86 | 24/11/23 0:00,1068410 87 | 25/11/23 0:00,985612 88 | 26/11/23 0:00,989613 89 | 27/11/23 0:00,1077314 90 | 28/11/23 0:00,1155016 91 | 29/11/23 0:00,1151825 92 | 30/11/23 0:00,1119717 93 | 1/12/23 0:00,1119260 94 | 2/12/23 0:00,1210135 95 | 3/12/23 0:00,1030989 96 | 4/12/23 0:00,1158630 97 | 5/12/23 0:00,1197166 98 | 6/12/23 0:00,1126986 99 | 7/12/23 0:00,1159526 100 | 8/12/23 0:00,1182465 101 | 9/12/23 0:00,1120555 102 | 10/12/23 0:00,1129096 103 | 11/12/23 0:00,1087662 104 | 12/12/23 0:00,1076667 105 | 13/12/23 0:00,1081514 106 | 14/12/23 0:00,1157276 107 | 15/12/23 0:00,1162222 108 | 16/12/23 0:00,1056961 109 | 17/12/23 0:00,1081782 110 | 18/12/23 0:00,1137970 111 | 19/12/23 0:00,1153138 112 | 20/12/23 0:00,1246531 113 | 21/12/23 0:00,1242003 114 | 22/12/23 0:00,1205712 115 | 23/12/23 0:00,1121929 116 | 24/12/23 0:00,1140411 117 | 25/12/23 0:00,1102694 118 | 26/12/23 0:00,1116447 119 | 27/12/23 0:00,1137685 120 | 28/12/23 0:00,1185508 121 | 29/12/23 0:00,1110469 122 | 30/12/23 0:00,1090893 123 | 31/12/23 0:00,1061956 124 | 1/1/24 0:00,1101465 125 | 2/1/24 0:00,1128657 126 | 3/1/24 0:00,1092220 127 | 4/1/24 0:00,1116573 128 | 5/1/24 0:00,1069252 129 | 6/1/24 0:00,994947 130 | 7/1/24 0:00,1049831 131 | 8/1/24 0:00,1073535 132 | 9/1/24 0:00,1078832 133 | 10/1/24 0:00,1247106 134 | 11/1/24 0:00,1209246 135 | 12/1/24 0:00,1209875 136 | 13/1/24 0:00,1212202 137 | 14/1/24 0:00,1961144 138 | 15/1/24 0:00,1154132 139 | 16/1/24 0:00,1269778 140 | 17/1/24 0:00,1181029 141 | 18/1/24 0:00,1204406 142 | 19/1/24 0:00,1173934 143 | 20/1/24 0:00,1062400 144 | 21/1/24 0:00,1119258 145 | 22/1/24 0:00,1076456 146 | 23/1/24 0:00,1083406 147 | 24/1/24 0:00,1080129 148 | 25/1/24 0:00,1173661 149 | 26/1/24 0:00,1172353 150 | 27/1/24 0:00,1147736 151 | 28/1/24 0:00,1128110 152 | 29/1/24 0:00,1115710 153 | 30/1/24 0:00,1190513 154 | 31/1/24 0:00,1137621 -------------------------------------------------------------------------------- /data/gnews/2023-01-05.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 4, 4 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vZmluYW5jZS55YWhvby5jb20vdmlkZW8vY3J5cHRvLWNvcm5lci1ldGhlcmV1bS1kaWZmZXJlbnQtYml0Y29pbi0yMDMzMDY4MzkuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Thu, 05 Jan 2023 08:00:00 GMT", 6 | "title": "Crypto Corner: How Ethereum is different from Bitcoin - Yahoo Finance", 7 | "content": "In this episode of Crypto Corner, a series that dives into cryptocurrency, Yahoo Finance Producer Joseph Santangelo explores The Merge, ether and gas as it relates to Ethereum. Featuring Ethereum Co-Founder Charles Hoskinson, Ethereum Core Developer Lane Rettig, ConsenSys Chief Technology Officer Rob Dawson, and Yahoo Finance Senior Reporters Jennifer Schonberger and David Hollerith." 8 | }, 9 | { 10 | "id": 1, 11 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vZmluYW5jZS55YWhvby5jb20vdmlkZW8vY3J5cHRvLWNvcm5lci1ldGhlcmV1bS1kaWZmZXJlbnQtYml0Y29pbi0yMDMzMDY4MzkuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Thu, 05 Jan 2023 08:00:00 GMT", 13 | "title": "Crypto Corner: How Ethereum is different from Bitcoin - Yahoo Finance", 14 | "content": "In this episode of Crypto Corner, a series that dives into cryptocurrency, Yahoo Finance Producer Joseph Santangelo explores The Merge, ether and gas as it relates to Ethereum. Featuring Ethereum Co-Founder Charles Hoskinson, Ethereum Core Developer Lane Rettig, ConsenSys Chief Technology Officer Rob Dawson, and Yahoo Finance Senior Reporters Jennifer Schonberger and David Hollerith." 15 | }, 16 | { 17 | "id": 4, 18 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vZmluYW5jZS55YWhvby5jb20vdmlkZW8vY3J5cHRvLWNvcm5lci1ldGhlcmV1bS1kaWZmZXJlbnQtYml0Y29pbi0yMDMzMDY4MzkuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Thu, 05 Jan 2023 08:00:00 GMT", 20 | "title": "Crypto Corner: How Ethereum is different from Bitcoin - Yahoo Finance", 21 | "content": "In this episode of Crypto Corner, a series that dives into cryptocurrency, Yahoo Finance Producer Joseph Santangelo explores The Merge, ether and gas as it relates to Ethereum. Featuring Ethereum Co-Founder Charles Hoskinson, Ethereum Core Developer Lane Rettig, ConsenSys Chief Technology Officer Rob Dawson, and Yahoo Finance Senior Reporters Jennifer Schonberger and David Hollerith." 22 | }, 23 | { 24 | "id": 2, 25 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA1L2V0aGVyZXVtLWRldmVsb3BlcnMtcHVzaC1haGVhZC13aXRoLXVwZGF0ZS1lbmFibGluZy13aXRoZHJhd2Fsc9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Thu, 05 Jan 2023 08:00:00 GMT", 27 | "title": "Ethereum (ETH) Developers Proceed With Shanghai Withdrawals Upgrade - Bloomberg", 28 | "content": "During their first virtual meeting of the year, Ethereum developers said they are pushing ahead with a key software upgrade that would let people withdraw Ether tokens used to operate the blockchain network.\n\nThe developers previously said in December that they are hoping to roll out the upgrade in March. While many developers wanted to include several other features into the upgrade, called Shanghai, a slew of those are being delayed in order to enable token withdrawals as quickly as possible." 29 | }, 30 | { 31 | "id": 0, 32 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA1L2V0aGVyZXVtLWRldmVsb3BlcnMtcHVzaC1haGVhZC13aXRoLXVwZGF0ZS1lbmFibGluZy13aXRoZHJhd2Fsc9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Thu, 05 Jan 2023 08:00:00 GMT", 34 | "title": "Ethereum (ETH) Developers Proceed With Shanghai Withdrawals Upgrade - Bloomberg", 35 | "content": "During their first virtual meeting of the year, Ethereum developers said they are pushing ahead with a key software upgrade that would let people withdraw Ether tokens used to operate the blockchain network.\n\nThe developers previously said in December that they are hoping to roll out the upgrade in March. While many developers wanted to include several other features into the upgrade, called Shanghai, a slew of those are being delayed in order to enable token withdrawals as quickly as possible." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2023-01-09.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 25, 4 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA5L2NyeXB0by10b3BzLXN0b2Nrcy1nb2xkLWluLW5ldy15ZWFyLWdhaW4tc2hhZG93ZWQtYnktc2tlcHRpY2lzbdIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Mon, 09 Jan 2023 08:00:00 GMT", 6 | "title": "Crypto Tops Stocks, Gold on Best Bitcoin Streak in Nearly a Year - Bloomberg", 7 | "content": "A cryptocurrency sector battered by turmoil last year is showing some signs of life early in 2023, posting bigger gains than other asset classes like stocks, bonds and gold.\n\nThe MVIS CryptoCompare Digital Assets 100 Index of top tokens is up 7% so far this month, exceeding advances of about 2% in global stocks , 1% in bonds and 3% from gold , according to data compiled by Bloomberg." 8 | }, 9 | { 10 | "id": 35, 11 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA5L2NyeXB0by10b3BzLXN0b2Nrcy1nb2xkLWluLW5ldy15ZWFyLWdhaW4tc2hhZG93ZWQtYnktc2tlcHRpY2lzbdIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Mon, 09 Jan 2023 08:00:00 GMT", 13 | "title": "Crypto Tops Stocks, Gold on Best Bitcoin Streak in Nearly a Year - Bloomberg", 14 | "content": "A cryptocurrency sector battered by turmoil last year is showing some signs of life early in 2023, posting bigger gains than other asset classes like stocks, bonds and gold.\n\nThe MVIS CryptoCompare Digital Assets 100 Index of top tokens is up 7% so far this month, exceeding advances of about 2% in global stocks , 1% in bonds and 3% from gold , according to data compiled by Bloomberg." 15 | }, 16 | { 17 | "id": 4, 18 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA5L2dyYXlzY2FsZS1zLWJpdGNvaW4tdHJ1c3QtcmFsbGllcy13aXRoLWRjZy1zLXdvcnN0LWNhc2UtZWx1c2l2ZdIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Mon, 09 Jan 2023 08:00:00 GMT", 20 | "title": "Grayscale's Bitcoin Trust Rallies With Worst-Case Elusive - Bloomberg", 21 | "content": "The world\u2019s biggest Bitcoin fund outperformed other risk assets Monday as a weekend deadline for its parent company came and went without any fireworks.\n\nThe $10.7 billion Grayscale Bitcoin Trust (ticker GBTC ) soared 12% to start the week, its largest one-day jump since February 2022. The fund has done better than Bitcoin itself as of late, narrowing the discount to its net-asset value to 44% from a record of 49% reached last month." 22 | }, 23 | { 24 | "id": 5, 25 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA5L2dyYXlzY2FsZS1zLWJpdGNvaW4tdHJ1c3QtcmFsbGllcy13aXRoLWRjZy1zLXdvcnN0LWNhc2UtZWx1c2l2ZdIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Mon, 09 Jan 2023 08:00:00 GMT", 27 | "title": "Grayscale's Bitcoin Trust Rallies With Worst-Case Elusive - Bloomberg", 28 | "content": "The world\u2019s biggest Bitcoin fund outperformed other risk assets Monday as a weekend deadline for its parent company came and went without any fireworks.\n\nThe $10.7 billion Grayscale Bitcoin Trust (ticker GBTC ) soared 12% to start the week, its largest one-day jump since February 2022. The fund has done better than Bitcoin itself as of late, narrowing the discount to its net-asset value to 44% from a record of 49% reached last month." 29 | }, 30 | { 31 | "id": 4, 32 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTA5L2dyYXlzY2FsZS1zLWJpdGNvaW4tdHJ1c3QtcmFsbGllcy13aXRoLWRjZy1zLXdvcnN0LWNhc2UtZWx1c2l2ZdIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Mon, 09 Jan 2023 08:00:00 GMT", 34 | "title": "Grayscale's Bitcoin Trust Rallies With Worst-Case Elusive - Bloomberg", 35 | "content": "The world\u2019s biggest Bitcoin fund outperformed other risk assets Monday as a weekend deadline for its parent company came and went without any fireworks.\n\nThe $10.7 billion Grayscale Bitcoin Trust (ticker GBTC ) soared 12% to start the week, its largest one-day jump since February 2022. The fund has done better than Bitcoin itself as of late, narrowing the discount to its net-asset value to 44% from a record of 49% reached last month." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2023-01-17.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 7, 4 | "url": "https://news.google.com/rss/articles/CBMidWh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTE3L2JpdGNvaW4tbWluZXJzLXByZXBhcmUtY29tcHV0ZXJzLWFzLWNyeXB0by1tYXJrZXQtc3RhZ2VzLWEtcmVib3VuZNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Tue, 17 Jan 2023 08:00:00 GMT", 6 | "title": "Bitcoin Miners Prepare Computers as Crypto Market Stages a Rebound - Bloomberg", 7 | "content": "Bitcoin miners are turning their machines back on as the digital asset heads for what could be its longest winning streak in a decade.\n\nMining difficulty, a measure of the total amount of computing power used to mint Bitcoin, has soared by over 10% during the most recent two weeks ended Sunday, according to data from crypto-mining website btc.com. The surge reveals that miners are plugging their computers back in to shore up revenue as Bitcoin rallies. Since early last year, low coin prices and high energy costs have battered miners. Large-scale miners struggling to repay mounting debt are on the verge of bankruptcy." 8 | }, 9 | { 10 | "id": 5, 11 | "url": "https://news.google.com/rss/articles/CBMidWh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAxLTE3L2JpdGNvaW4tbWluZXJzLXByZXBhcmUtY29tcHV0ZXJzLWFzLWNyeXB0by1tYXJrZXQtc3RhZ2VzLWEtcmVib3VuZNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Tue, 17 Jan 2023 08:00:00 GMT", 13 | "title": "Bitcoin Miners Prepare Computers as Crypto Market Stages a Rebound - Bloomberg", 14 | "content": "Bitcoin miners are turning their machines back on as the digital asset heads for what could be its longest winning streak in a decade.\n\nMining difficulty, a measure of the total amount of computing power used to mint Bitcoin, has soared by over 10% during the most recent two weeks ended Sunday, according to data from crypto-mining website btc.com. The surge reveals that miners are plugging their computers back in to shore up revenue as Bitcoin rallies. Since early last year, low coin prices and high energy costs have battered miners. Large-scale miners struggling to repay mounting debt are on the verge of bankruptcy." 15 | }, 16 | { 17 | "id": 0, 18 | "url": "https://news.google.com/rss/articles/CBMiYWh0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjMvMDEvMTcvYml0Y29pbi1oYXMtbm93LXJlY292ZXJlZC1hbGwtaXRzLWxvc3Nlcy1zaW5jZS1mdHgtY29sbGFwc2VkLmh0bWzSAWVodHRwczovL3d3dy5jbmJjLmNvbS9hbXAvMjAyMy8wMS8xNy9iaXRjb2luLWhhcy1ub3ctcmVjb3ZlcmVkLWFsbC1pdHMtbG9zc2VzLXNpbmNlLWZ0eC1jb2xsYXBzZWQuaHRtbA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Tue, 17 Jan 2023 08:00:00 GMT", 20 | "title": "Bitcoin has now recovered all its losses since FTX collapsed - CNBC", 21 | "content": "Bitcoin has held steady above $21,000 for the last two days, bringing it back above the price it was when Sam Bankman-Fried's crypto exchange, FTX , began its slide toward bankruptcy.\n\nSince Monday, bitcoin has largely held steady above $21,000, well above its Nov. 2 price of $20,283.\n\nThe price of bitcoin has jumped more than 22% in the last seven days, according to data from CoinMarketCap. Bitcoin fell by that same amount in less than a day, between Nov. 7 and Nov. 8, as investors struggled to assess the impact of a potential FTX collapse and the likelihood of a Binance-backed FTX bailout. It dipped below $16,000 several times in the following weeks." 22 | }, 23 | { 24 | "id": 0, 25 | "url": "https://news.google.com/rss/articles/CBMiYWh0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjMvMDEvMTcvYml0Y29pbi1oYXMtbm93LXJlY292ZXJlZC1hbGwtaXRzLWxvc3Nlcy1zaW5jZS1mdHgtY29sbGFwc2VkLmh0bWzSAWVodHRwczovL3d3dy5jbmJjLmNvbS9hbXAvMjAyMy8wMS8xNy9iaXRjb2luLWhhcy1ub3ctcmVjb3ZlcmVkLWFsbC1pdHMtbG9zc2VzLXNpbmNlLWZ0eC1jb2xsYXBzZWQuaHRtbA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Tue, 17 Jan 2023 08:00:00 GMT", 27 | "title": "Bitcoin has now recovered all its losses since FTX collapsed - CNBC", 28 | "content": "Bitcoin has held steady above $21,000 for the last two days, bringing it back above the price it was when Sam Bankman-Fried's crypto exchange, FTX , began its slide toward bankruptcy.\n\nSince Monday, bitcoin has largely held steady above $21,000, well above its Nov. 2 price of $20,283.\n\nThe price of bitcoin has jumped more than 22% in the last seven days, according to data from CoinMarketCap. Bitcoin fell by that same amount in less than a day, between Nov. 7 and Nov. 8, as investors struggled to assess the impact of a potential FTX collapse and the likelihood of a Binance-backed FTX bailout. It dipped below $16,000 several times in the following weeks." 29 | }, 30 | { 31 | "id": 0, 32 | "url": "https://news.google.com/rss/articles/CBMiYWh0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjMvMDEvMTcvYml0Y29pbi1oYXMtbm93LXJlY292ZXJlZC1hbGwtaXRzLWxvc3Nlcy1zaW5jZS1mdHgtY29sbGFwc2VkLmh0bWzSAWVodHRwczovL3d3dy5jbmJjLmNvbS9hbXAvMjAyMy8wMS8xNy9iaXRjb2luLWhhcy1ub3ctcmVjb3ZlcmVkLWFsbC1pdHMtbG9zc2VzLXNpbmNlLWZ0eC1jb2xsYXBzZWQuaHRtbA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Tue, 17 Jan 2023 08:00:00 GMT", 34 | "title": "Bitcoin has now recovered all its losses since FTX collapsed - CNBC", 35 | "content": "Bitcoin has held steady above $21,000 for the last two days, bringing it back above the price it was when Sam Bankman-Fried's crypto exchange, FTX , began its slide toward bankruptcy.\n\nSince Monday, bitcoin has largely held steady above $21,000, well above its Nov. 2 price of $20,283.\n\nThe price of bitcoin has jumped more than 22% in the last seven days, according to data from CoinMarketCap. Bitcoin fell by that same amount in less than a day, between Nov. 7 and Nov. 8, as investors struggled to assess the impact of a potential FTX collapse and the likelihood of a Binance-backed FTX bailout. It dipped below $16,000 several times in the following weeks." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2023-02-02.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 8, 4 | "url": "https://news.google.com/rss/articles/CBMibmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAyLTAzL2JpbGxpb25haXJlLWNhbGxzLXNyaS1sYW5rYS1jb3JydXB0LXRoZW4tb2ZmZXJzLWJpdGNvaW4tZml40gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Thu, 02 Feb 2023 08:00:00 GMT", 6 | "title": "Billionaire Draper Pitches Sri Lanka on Bitcoin, Gets Rejected - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 19, 11 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAyLTAyL21pY3Jvc3RyYXRlZ3ktcG9zdHMtYW5vdGhlci1xdWFydGVybHktbG9zcy1hZnRlci1iaXRjb2luLWNoYXJnZdIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Thu, 02 Feb 2023 08:00:00 GMT", 13 | "title": "MicroStrategy Posts Another Quarterly Loss After Bitcoin Charge - Bloomberg", 14 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 15 | }, 16 | { 17 | "id": 22, 18 | "url": "https://news.google.com/rss/articles/CBMiWGh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9uZXdzbGV0dGVycy8yMDIzLTAyLTAyL3doYXQtdXNlLWFyZS1vcmRpbmFscy1iaXRjb2luLW5mdHPSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Thu, 02 Feb 2023 08:00:00 GMT", 20 | "title": "What Use Are Ordinals Bitcoin NFTs? - Bloomberg", 21 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 22 | }, 23 | { 24 | "id": 7, 25 | "url": "https://news.google.com/rss/articles/CBMifmh0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjMvMDIvMDIvYml0Y29pbi1yaXNlcy1hYm92ZS0yNDAwMC1leHRlbmRpbmctaXRzLW5ldy15ZWFyLXJhbGx5LWFtaWQtYS1icm9hZGVyLWdhaW4taW4tdGVjaC1zdG9ja3MuaHRtbNIBggFodHRwczovL3d3dy5jbmJjLmNvbS9hbXAvMjAyMy8wMi8wMi9iaXRjb2luLXJpc2VzLWFib3ZlLTI0MDAwLWV4dGVuZGluZy1pdHMtbmV3LXllYXItcmFsbHktYW1pZC1hLWJyb2FkZXItZ2Fpbi1pbi10ZWNoLXN0b2Nrcy5odG1s?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Thu, 02 Feb 2023 08:00:00 GMT", 27 | "title": "Bitcoin briefly rises above $24,000, extending its new year rally amid a broader gain in tech stocks - CNBC", 28 | "content": "Bitcoin briefly touched the $24,000 level on Thursday, reaching a key technical level and building on its January rally.\n\nThe up move came a day after the Federal Reserve raised its benchmark interest rate by a quarter percentage point. But Fed Chairman Jerome Powell noted that a disinflationary process has started, soothing investors who are betting on inflation to fall and causing them to take on more risk.\n\nBitcoin was last trading about 1% higher at $23,821.00, according to Coin Metrics. The cryptocurrency rose to $24,069.00 earlier in the afternoon, after rising as high as $24,249.70 Wednesday night, its highest level since Aug. 17.\n\n\"The market took the latest FOMC as dovish, but bitcoin's rally remains precarious,\" said Yuya Hasegawa, crypto market analyst at Japanese bitcoin exchange Bitbank. \"The price did rise on Wednesday, but failed to close above $24k and its momentum seems to be on the decline.\"" 29 | }, 30 | { 31 | "id": 18, 32 | "url": "https://news.google.com/rss/articles/CBMiS2h0dHBzOi8vd3d3Lm55dGltZXMuY29tLzIwMjMvMDIvMDIvdXMvaGl0bWFuLW11cmRlci1iaXRjb2luLW5ldy1qZXJzZXkuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Thu, 02 Feb 2023 08:00:00 GMT", 34 | "title": "Man Paid $20000 in Bitcoin in Failed Attempt to Have 14-Year-Old Killed, U.S. Says (Published 2023) - The New York Times", 35 | "content": "A New Jersey man admitted in federal court on Thursday that he had tried to hire a hit man on the dark web, paying $20,000 in Bitcoin in an effort to kill a 14-year-old who he feared would testify against him in a child pornography case, the Justice Department said.\n\nThe man, John Michael Musbach, 31, of Haddonfield, N.J., pleaded guilty to a murder-for-hire charge in U.S. District Court in Camden, N.J., admitting that he had logged on to a website that promised to kill people in exchange for payment in the cryptocurrency Bitcoin.\n\nHe could face up to 10 years in prison when he is sentenced on June 13.\n\nMr. Musbach\u2019s motivation for the failed murder-for-hire plan, prosecutors said, dated back to the summer of 2015, when he exchanged sexually explicit photographs with the victim, who was then 13 years old and living in New York. The photos resulted in child pornography charges against Mr. Musbach, so he decided \u201cto have the victim killed so that the victim could not testify against him in the pending criminal case,\u201d the Justice Department said in a news release.\n\nThat case concluded on Oct. 11, 2017, when Mr. Musbach pleaded guilty to endangering the welfare of a child by sexual contact, according to the Justice Department. He was sentenced on Feb. 9, 2018, to a two-year suspended sentence with parole supervision for life." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2023-02-20.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 12, 4 | "url": "https://news.google.com/rss/articles/CBMic2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAyLTIwL2JpdGNvaW4tYnRjLWNoYXJ0cy1oaWdobGlnaHQtMjUtMDAwLWxldmVsLWFzLWNydWNpYWwtZm9yLXJlYm91bmTSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Mon, 20 Feb 2023 08:00:00 GMT", 6 | "title": "Bitcoin (BTC) Charts Highlight $25,000 Level as Crucial for Rebound - Bloomberg", 7 | "content": "The $25,000 level for Bitcoin is emerging as a key technical hurdle for the token\u2019s partial bounce from last year\u2019s crypto rout.\n\nBitcoin scaled that level on Feb. 16 for the first time since August but has struggled to stay above it. The largest digital coin advanced 2% on Monday to fluctuate just around the $25,000 mark." 8 | }, 9 | { 10 | "id": 17, 11 | "url": "https://news.google.com/rss/articles/CBMic2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAyLTIwL2JpdGNvaW4tYnRjLWNoYXJ0cy1oaWdobGlnaHQtMjUtMDAwLWxldmVsLWFzLWNydWNpYWwtZm9yLXJlYm91bmTSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Mon, 20 Feb 2023 08:00:00 GMT", 13 | "title": "Bitcoin (BTC) Charts Highlight $25,000 Level as Crucial for Rebound - Bloomberg", 14 | "content": "The $25,000 level for Bitcoin is emerging as a key technical hurdle for the token\u2019s partial bounce from last year\u2019s crypto rout.\n\nBitcoin scaled that level on Feb. 16 for the first time since August but has struggled to stay above it. The largest digital coin advanced 2% on Monday to fluctuate just around the $25,000 mark." 15 | }, 16 | { 17 | "id": 5, 18 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAyLTIwL2hvbmcta29uZy1wbGFucy10by1sZXQtcmV0YWlsLXNlY3Rvci10cmFkZS1sYXJnZXItY3J5cHRvLXRva2Vuc9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Mon, 20 Feb 2023 08:00:00 GMT", 20 | "title": "Hong Kong Plans to Let Retail Sector Trade Larger Crypto Tokens Like Bitcoin - Bloomberg", 21 | "content": "Hong Kong outlined a plan to let retail investors trade digital tokens like Bitcoin and Ether , taking a major step toward its goal of becoming a crypto hub in a policy shift that contrasts with a crackdown in the US.\n\nIndividual investors would be allowed to trade larger coins on exchanges licensed by the Securities and Futures Commission, providing safeguards such as knowledge tests, risk profiles and reasonable limits on exposure are put in place, the regulator said in a consultation paper on Monday." 22 | }, 23 | { 24 | "id": 16, 25 | "url": "https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTAyLTIwL2hvbmcta29uZy1wbGFucy10by1sZXQtcmV0YWlsLXNlY3Rvci10cmFkZS1sYXJnZXItY3J5cHRvLXRva2Vuc9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Mon, 20 Feb 2023 08:00:00 GMT", 27 | "title": "Hong Kong Plans to Let Retail Sector Trade Larger Crypto Tokens Like Bitcoin - Bloomberg", 28 | "content": "Hong Kong outlined a plan to let retail investors trade digital tokens like Bitcoin and Ether , taking a major step toward its goal of becoming a crypto hub in a policy shift that contrasts with a crackdown in the US.\n\nIndividual investors would be allowed to trade larger coins on exchanges licensed by the Securities and Futures Commission, providing safeguards such as knowledge tests, risk profiles and reasonable limits on exposure are put in place, the regulator said in a consultation paper on Monday." 29 | }, 30 | { 31 | "id": 17, 32 | "url": "https://news.google.com/rss/articles/CBMiUGh0dHBzOi8vZmluYW5jZS55YWhvby5jb20vbmV3cy9udW1iZXItYml0Y29pbi13aGFsZXMtZHJvcHMtbG93ZXN0LTE1NDc0NDE2OS5odG1s0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Mon, 20 Feb 2023 08:00:00 GMT", 34 | "title": "Number of Bitcoin Whales Drops to Lowest Level Since 2019 - Yahoo Finance", 35 | "content": "The number of Bitcoin (BTC) whales, or wallet addresses holding 1,000 or more BTC, hit its lowest level since August 2019 on Sunday.\n\nThere were 2,027 whales on Sunday, February 19, according to crypto analytics service Glassnode; the last time their number dropped this low was August 5, 2019, when they numbered 2,023.\n\nOwning that much Bitcoin at its current price of around $25,000 represents a sizeable show of faith in the digital currency, with each whale holding almost $25 million in Bitcoin.\n\nThe number of Bitcoin whales peaked in February 2021 at just under 2,500 but has declined steadily since then.\n\nThis trend comes despite a market rally that occurred between February and March 2022, when the number of whales jumped from 2,117 on February 21 to around 2,286 on March 23.\n\nMega whales and minnows\n\nThe same trend doesn\u2019t appear among so-called mega whales, those holding more than 10,000 BTC, representing an investment of over $250 million at current prices.\n\nThere are just 117 mega whales, fairly close to the historical highs of 123 in November 2022, and 126 in October 2018. Their behavior has historically been much less correlated with the price of BTC.\n\nHowever, the number of smaller investors in BTC, wallets holding over one coin, has gradually increased over the past five years with some dips, despite the dramatic changes in the price of the digital currency we\u2019ve seen in the time period.\n\nThe number of wallets holding more than one BTC currently sits at 982,000, a solid rise from around 814,000 around his time last year, and 788,000 in February 2020.\n\nThe news comes as the price of BTC has rallied during 2023, after falling abruptly in the latter part of 2022 following the high-profile collapse of crypto exchange FTX.\n\nThis Week in Coins: Bitcoin and Ethereum Recover Modestly as Polygon, Filecoin, OKB See Blistering Gains\n\nBitcoin's price has risen from $16,542 on January 1 to around $24,900 at the time of writing, an increase of over 40%." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2023-06-30.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 3, 4 | "url": "https://news.google.com/rss/articles/CBMiggFodHRwczovL3d3dy5ibG9vbWJlcmcuY29tL25ld3MvYXJ0aWNsZXMvMjAyMy0wNi0zMC9iaXRjb2luLWJ0Yy1zZXQtZm9yLXNlY29uZC1xdWFydGVybHktZ2Fpbi1hcy1zbWFsbGVyLXRva2Vucy1sYWctbW9zdC1zaW5jZS0yMDIw0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Fri, 30 Jun 2023 07:00:00 GMT", 6 | "title": "Bitcoin Set for Second Quarterly Gain as Smaller Tokens Lag by the Most Since 2020 - Bloomberg", 7 | "content": "Bitcoin registered a second straight quarterly gain, tightening its grip on crypto markets as smaller tokens nurse losses.\n\nThe largest digital asset rose 7% in April through June, aided by optimism about increasing demand if BlackRock Inc., Fidelity Investments and others succeed in their efforts to start spot Bitcoin exchange-traded funds in the US." 8 | }, 9 | { 10 | "id": 16, 11 | "url": "https://news.google.com/rss/articles/CBMibGh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA2LTMwL2NpdGFkZWwtYmFja2VkLWV4Y2hhbmdlLXNwYXJrcy1mcmVuenktaW4tYml0Y29pbi1jYXNoLWJjaNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Fri, 30 Jun 2023 07:00:00 GMT", 13 | "title": "Citadel-Backed Exchange Sparks Frenzy in Bitcoin Cash (BTC) - Bloomberg", 14 | "content": "The opening of a new crypto exchange backed by Citadel Securities has unleashed a speculative mania in Bitcoin Cash, an offshoot of the original digital token, with interest especially high among traders in South Korea.\n\nBitcoin Cash soared as much as 32% to $324 on Friday, taking gains in June to around 170%. The coin is among just four \u2014 including bellwethers Bitcoin and Ether \u2014 selected to trade on EDX Markets, the institutional-only platform that went live this month." 15 | }, 16 | { 17 | "id": 10, 18 | "url": "https://news.google.com/rss/articles/CBMic2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA2LTMwL2ZpZGVsaXR5LWxlYWRzLWZsdXJyeS1vZi1iaXRjb2luLWJ0Yy1ldGYtcmVmaWxpbmdzLXRvLWFuc3dlci1zZWPSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Fri, 30 Jun 2023 07:00:00 GMT", 20 | "title": "Crypto Spot Bitcoin ETFs Re-Filed After SEC Expresses Caution (BTC, COIN) - Bloomberg", 21 | "content": "In a flurry of Friday afternoon activity, Fidelity Investments led a handful of firms that filed a fresh set of applications for a spot-Bitcoin exchange-traded fund to add new details after the US Securities and Exchange Commission indicated that the initial filings were insufficient.\n\nThe companies \u2014 which also include Invesco, VanEck, 21Shares and WisdomTree \u2014 are among eight that are seeking to launch what would be an initial crop of US spot Bitcoin ETFs. BlackRock Inc. set off the wave with its surprise filing for such a fund in mid-June." 22 | }, 23 | { 24 | "id": 13, 25 | "url": "https://news.google.com/rss/articles/CBMib2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA2LTMwL3NlYy1xdWVzdGlvbnMtZmlkZWxpdHktYmxhY2tyb2NrLW9uLXNwb3QtYml0Y29pbi1ldGYtZmlsaW5nc9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Fri, 30 Jun 2023 07:00:00 GMT", 27 | "title": "SEC Pushes Back Against Fidelity, BlackRock Spot Bitcoin ETF Filings - Bloomberg", 28 | "content": "The US Securities and Exchange Commission is pushing back against a wave of filings by asset managers to launch the first US exchange-traded fund that invests directly in Bitcoin, saying the applications lack clarity and further information is needed before they\u2019re considered for approval.\n\nThe agency told exchanges including Nasdaq and Cboe Global Markets, which filed the applications on behalf of BlackRock and Fidelity Investments, that their filings are insufficient, according to people familiar with the matter. A Cboe spokesperson confirmed that it will refile on the behalf of Fidelity. Nasdaq is working to answer questions and give updates for its next iteration of the filing." 29 | }, 30 | { 31 | "id": 1, 32 | "url": "https://news.google.com/rss/articles/CBMihwFodHRwczovL3d3dy5jbmJjLmNvbS8yMDIzLzA2LzMwL2JpdGNvaW4tc2xpcHMtYWZ0ZXItc2VjLXJlcG9ydGVkbHktY2FsbHMtZXRmLWZpbGluZ3MtaW5hZGVxdWF0ZS1idXQtaXMtaGVhZGluZy1mb3ItYS13aW5uaW5nLW1vbnRoLmh0bWzSAYsBaHR0cHM6Ly93d3cuY25iYy5jb20vYW1wLzIwMjMvMDYvMzAvYml0Y29pbi1zbGlwcy1hZnRlci1zZWMtcmVwb3J0ZWRseS1jYWxscy1ldGYtZmlsaW5ncy1pbmFkZXF1YXRlLWJ1dC1pcy1oZWFkaW5nLWZvci1hLXdpbm5pbmctbW9udGguaHRtbA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Fri, 30 Jun 2023 07:00:00 GMT", 34 | "title": "Bitcoin briefly falls after SEC reportedly calls ETF filings inadequate, but posts a winning month - CNBC", 35 | "content": "The price of bitcoin fell Friday following a report that recent bitcoin filings from big names such as BlackRock and Fidelity have been deemed inadequate in the eyes of the U.S. Securities and Exchange Commission.\n\nBitcoin finished the day below the flat line at $30,398.43, according to Coin Metrics. Earlier, it briefly fell under the $30,000 level, after rising as high as $31,260.52.\n\nBitcoin ended the week down 1.5%. Nevertheless, it finished the month up 12.3%, following a down month in May, which was the cryptocurrency's first losing month of the year and worst month since November 2022. June's positive performance brought its year-to-date gains to 83%.\n\nThe move came after The Wall Street Journal reported Friday that the SEC told Nasdaq and Cboe Global Markets, both of which filed bitcoin exchange-traded funds applications on behalf of various institutions this month, that the filings aren't sufficiently clear or comprehensive.\n\nSpecifically, the SEC said it returned the filings because they didn't name the spot bitcoin exchange that the Nasdaq and Cboe would have a \"surveillance-sharing agreement\" with or provide enough detail about the arrangement, according to the report.\n\nThe filings can be resubmitted. A Cboe spokesperson told CNBC that the exchange plans to update and refile." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2024-01-15.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMidWh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDI0LTAxLTE1L2NvaW5iYXNlLWNvaW4tYXQtY2VudGVyLW9mLWJpdGNvaW4tYnRjLWV0Zi1tYWNoaW5lLXJhaXNlcy1jb25jZXJuc9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Mon, 15 Jan 2024 08:00:00 GMT", 6 | "title": "Coinbase (COIN) at Center of Bitcoin (BTC) ETF Machine Raises Concerns - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 20, 11 | "url": "https://news.google.com/rss/articles/CBMia2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy92aWRlb3MvMjAyNC0wMS0xNS9jb2luYmFzZS1jZm8taGFhcy1vbi1iaXRjb2luLWNyeXB0by1yZWd1bGF0aW9uLWRhdm9zLXZpZGVv0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Mon, 15 Jan 2024 08:00:00 GMT", 13 | "title": "Coinbase CFO Haas on Bitcoin, Crypto Regulation: Davos - Bloomberg", 14 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 15 | }, 16 | { 17 | "id": 1, 18 | "url": "https://news.google.com/rss/articles/CBMicGh0dHBzOi8vd3d3LmNuYmMuY29tL3ZpZGVvLzIwMjQvMDEvMTUvYW5hbHlzdC1leHBsYWlucy1yZWFzb25zLWJlaGluZC1iaXRjb2luLXNlbGwtb2ZmLWZvbGxvd2luZy1ldGYtbGF1bmNoLmh0bWzSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Mon, 15 Jan 2024 08:00:00 GMT", 20 | "title": "Analyst explains reasons behind Bitcoin sell-off following ETF launch - CNBC", 21 | "content": "In this video\n\nShare Share Article via Facebook Share Article via Twitter Share Article via LinkedIn Share Article via Email\n\nAnalyst explains Bitcoin's sell-off following the ETF launch\n\nMarkus Thielen of 10x Research breaks down the price correction for Bitcoin following the SEC's approval for spot Bitcoin ETFs." 22 | }, 23 | { 24 | "id": 8, 25 | "url": "https://news.google.com/rss/articles/CBMiUWh0dHBzOi8vZmluYW5jZS55YWhvby5jb20vbmV3cy9hcmdlbnRpbmEtc2Vlcy1maXJzdC1iaXRjb2luLXJlbnRhbC0xMzE5NTA5MjcuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Mon, 15 Jan 2024 08:00:00 GMT", 27 | "title": "Argentina Sees First Bitcoin Rental Agreement - Yahoo Finance", 28 | "content": "Argentina Sees First Bitcoin Rental Agreement\n\nIn a first for the country, a rental agreement denominated in Bitcoin was registered in Rosario, Argentina's third most populous city, according to local media reports on January 11, 2024.\n\nThe contract stipulates that the tenant will pay the equivalent of $100 in BTC per month to the landlord. Fiwind, a national cryptocurrency exchange, will be used to determine the exchange rate and execute the payments.\n\nThis type of rental agreement became possible following the executive order issued by President Javier Milei last year, which opened the door for contracts denominated in cryptocurrencies. While Bitcoin has been used in real estate sales before, this appears to be the first instance of its use in an Argentine rental contract.\n\nSpeaking on the executive order last month, Foreign Minister Diana Mondino clarified that lease agreements can now be settled not only in Bitcoin but also other cryptocurrencies and assets. However, the order faces legal challenges and could still be rejected by Congress." 29 | }, 30 | { 31 | "id": 12, 32 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vZmluYW5jZS55YWhvby5jb20vbmV3cy9jb2luc2hhcmVzLWJpdGNvaW4taGFsdmluZy1zcXVlZXplLW1pbmVycy0wNDU2MDI4MjguaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Mon, 15 Jan 2024 08:00:00 GMT", 34 | "title": "CoinShares: Bitcoin Halving to Squeeze Miners' Margins - Yahoo Finance", 35 | "content": "CoinShares: Bitcoin Halving to Squeeze Miners' Margins\n\nAs the next Bitcoin halving event approaches, mining firms are bracing for significant cost increases. CoinShares has analyzed the impact of the halving and identified the companies best positioned to weather the storm in a recent report. The halving event, scheduled for April 2024, will reduce the block reward given to miners by half, slowing down the rate of new Bitcoin creation. This will likely lead to an increase in the cost of production and cash costs for miners.\n\nCoinShares predicts that the average cost of production and cash costs will increase from approximately $16,800 and $25,000 per Bitcoin in the third quarter of2023 to $27,900 and $37,800, respectively. The analysis suggests that Bitcoin mining firms Riot, TeraWulf, and CleanSpark are best positioned to navigate the halving event due to their cost structure and long runways. However, all miners will face challenges if the Bitcoin price falls below $40,000.\n\nCoinShares points out that while most miners are improving their fleet efficiency, the direct cost structure is not improving since they will need to increase their power draw and energy consumed to mine the same amount of Bitcoin. Electricity costs per Bitcoin pre- and post-halving form about 68% and 71% of miners' total cost structure, respectively.\n\nThe analysis also highlights the challenges faced by Core Scientific, which recently closed an oversubscribed $55-million equity financing round in an effort to return to solvency. Overall, the Bitcoin halving event will likely squeeze miners' margins, and only the most efficient and well-positioned firms will be able to remain profitable.\n\nLet us know what you loved about this article, what could be improved, or share any other feedback by filling out this short form." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bitcoin_202301_202401/2024-01-29.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 33, 4 | "url": "https://news.google.com/rss/articles/CBMic2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDI0LTAxLTI5L2ludmVzY28tYW5kLWdhbGF4eS1jdXQtc3BvdC1iaXRjb2luLWV0Zi1mZWVzLWluLWN1dHRocm9hdC1tYXJrZXTSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Mon, 29 Jan 2024 08:00:00 GMT", 6 | "title": "Invesco, Galaxy Cut Spot Bitcoin ETF Fee in Cutthroat Market - Bloomberg", 7 | "content": "Invesco and Galaxy Asset Management just fired the latest volley in the spot Bitcoin ETF fee war amid a crowded field.\n\nThe two firms announced Monday that the Invesco Galaxy Bitcoin ETF (ticker BTCO) will charge an eventual expense ratio 0.25%, down from 0.39% previously, according to a statement. The fund\u2019s fees are waived for the first six months or until it reaches $5 billion in assets." 8 | }, 9 | { 10 | "id": 35, 11 | "url": "https://news.google.com/rss/articles/CBMibWh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDI0LTAxLTI5L2dsb2JhbC1jcnlwdG8tYXNzZXRzLXJlcG9ydC01MDAtbWlsbGlvbi1pbi13ZWVrbHktb3V0Zmxvd3PSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Mon, 29 Jan 2024 08:00:00 GMT", 13 | "title": "Global Crypto Funds Most Weekly Outflows Since Spot Bitcoin ETF Approval - Bloomberg", 14 | "content": "Global crypto funds saw about $500 million in outflows last week, the most since the US Securities and Exchange Commission approved spot Bitcoin ETFs on Jan. 10, according to a CoinShares report.\n\nGrayscale Investments\u2019s spot Bitcoin exchange-traded fund (GBTC), which converted from a trust following the SEC\u2019s decision, led the outflows with $2.2 billion last week. That brings its total outflow since conversion to just over $5 billion as of Jan. 26, according to the report." 15 | }, 16 | { 17 | "id": 4, 18 | "url": "https://news.google.com/rss/articles/CBMiZWh0dHBzOi8vd3d3LmNuYmMuY29tL3ZpZGVvLzIwMjQvMDEvMjkvYml0Y29pbi1leHRlbmRzLXJlY2VudC1nYWlucy1jcm9zcy00MzAwMC1jbmJjLWNyeXB0by13b3JsZC5odG1s0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Mon, 29 Jan 2024 08:00:00 GMT", 20 | "title": "Bitcoin reclaims $43,000 as the cryptocurrency extends recent gains - CNBC", 21 | "content": "Share Share Article via Facebook Share Article via Twitter Share Article via LinkedIn Share Article via Email\n\nBitcoin reclaims $43,000 as the cryptocurrency extends recent gains: CNBC Crypto World\n\nCNBC Crypto World features the latest news and daily trading updates from the digital currency markets and provides viewers with a look at what's ahead with high-profile interviews, explainers, and unique stories from the ever-changing crypto industry. On today's show, Coinbase security chief Philip Martin explains the company's role in many of the spot bitcoin ETFs now trading in the United States." 22 | }, 23 | { 24 | "id": 11, 25 | "url": "https://news.google.com/rss/articles/CBMiWGh0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjQvMDEvMjkvYml0Y29pbi1ib3VuY2VzLWFib3ZlLTQzMDAwLXR1cm5zLXBvc2l0aXZlLWZvci0yMDI0Lmh0bWzSAVxodHRwczovL3d3dy5jbmJjLmNvbS9hbXAvMjAyNC8wMS8yOS9iaXRjb2luLWJvdW5jZXMtYWJvdmUtNDMwMDAtdHVybnMtcG9zaXRpdmUtZm9yLTIwMjQuaHRtbA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Mon, 29 Jan 2024 08:00:00 GMT", 27 | "title": "Bitcoin bounces above $43,000, turns positive for 2024 - CNBC", 28 | "content": "Chesnot | Getty Images\n\nThe price of bitcoin broke above the $43,000 level on Monday as the cryptocurrency extended its recent gains. Bitcoin was last trading higher by 2.93% at $43,097.35, according to Coin Metrics. Bitcoin has fought back into the green for the year following steep losses after the long-awaited approval of spot bitcoin ETFs. Bitcoin closed out 2023 around the $42,000 level. It is now up about 1.25% for 2024.\n\nStock Chart Icon Stock chart icon Bitcoin rises above $43,000 Monday\n\nEther rose nearly 2.06% to $2,304.82. Solana's SOL token and Cardano's ADA led the crypto market gains. They rose 6.8% and 7.4%, respectively. Bitcoin ETFs have been the biggest driver of the cryptocurrency's price action in recent weeks. Outflows from the Grayscale Bitcoin ETF had disappointed some investors, who shook off those worries last week as they appeared to taper off." 29 | }, 30 | { 31 | "id": 15, 32 | "url": "https://news.google.com/rss/articles/CBMiTGh0dHBzOi8vZmluYW5jZS55YWhvby5jb20vbmV3cy9leHBlcnRzLWJldC0xNzBrLWJpdGNvaW4tcHJpY2UtMDU1MDM4MDgyLmh0bWzSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Mon, 29 Jan 2024 08:00:00 GMT", 34 | "title": "Experts Bet on $170K+ Bitcoin Price in Wake of 2024 Halving - Yahoo Finance", 35 | "content": "Experts Bet on $170K+ Bitcoin Price in Wake of 2024 Halving\n\nWith Bitcoin's next halving event just months away, optimism abounds that the cryptocurrency could reach dazzling new heights. Skybridge Capital founder Anthony Scaramucci is among the crypto bulls forecasting eye-popping Bitcoin valuations in 2024 and beyond.\n\nScaramucci predicts Bitcoin will hit at least $170,000 in the 18 months following the halving in April when the rate of new Bitcoin entering circulation gets cut in half. His projection is based on historical price performance, with Bitcoin tending to quadruple within that timeframe after previous halvings.\n\n\"The day that Bitcoin halves, multiply it by four and 18 months later and it\u2019s been uncanny that that\u2019s been the price of Bitcoin,\u201d said Scaramucci on a recent podcast.\n\nEven a \u201cconservative\u201d estimate of Bitcoin trading at $50,000 pre-halving would imply a $200,000 price tag post-halving, according to Scaramucci. Other optimistic forecasts come from Blockstream CEO Adam Back ($100,000+) and analysts at Standard Chartered Bank (also $100,000+).\n\nIn the long run, mega-bulls like Scaramucci see Bitcoin capturing half the market cap of gold, which would lift the cryptocurrency over $300,000 per coin. Scaramucci gave credit to BlackRock CEO Larry Fink for changing his once-negative stance on Bitcoin as digital gold." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-01-08.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMiYWh0dHBzOi8vY29pbmN1bHR1cmUuY29tL2F1L2J1c2luZXNzL2JpbGxpb25zLW9mLWZ1bmRzLXBhaWQtYnktZnR4LXRvLWludmVzdG9ycy1jb3VsZC1iZS1yZXR1cm5lZC_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 08 Jan 2023 08:00:00 GMT", 6 | "title": "Billions of Funds Paid by FTX to Investors Could Be Returned - Coin Culture", 7 | "content": "A bankruptcy counsel said that clawback clauses could compel firms and investors to refund billions of dollars received in the months preceding the collapse of the cryptocurrency exchange.\n\nBriefly, \u201cclawback\u201d refers to money given out that must be recovered owing to unique circumstances or occurrences, such as an insolvent corporation that must recover payments spent within 90 days before filing Chapter 11. If the creditor is an insider, the ninety-day timeframe is extended to twelve months.\n\nCreditors could therefore seek a clawback on transfers made by FTX to external parties, such as the $2.1 billion paid by FTX to Binance when Binance withdrew its Series A investment in FTX. In a recent interview, Binance CEO CZ dismissed worries regarding the return of the money, stating that Binance\u2019s attorneys should handle it.\n\nMark Pfeiffer, a member of the Blockchain and Crypto Assets Practice group, explained that in the event of a clawback to recover funds for creditors, the bankruptcy court could require the return of crypto assets or the amount of money equal to the value of the crypto transferred.\n\nAs the bankruptcy action advances, several other businesses, including Silvergate Bank, may be asked to refund funds. In December, a complaint filed by FTX clients alleges that the bank assisted the defunct cryptocurrency exchange in illegal activities by improperly transferring funds.\n\nPfeiffer revealed that there are three primary forms of clawbacks. The first preference provision of Section 547 of the Bankruptcy Code permits the debtor or a trustee to nullify any transfer of property made to an insolvent creditor within ninety days before filing the petition.\n\nAccording to Section 548 of the Bankruptcy Code, the second type is a fraudulent property transfer committed to cheating creditors when the debtor is bankrupt.\n\nThe final type of fraudulent transfer under Section 548 is a transfer of property done while the debtor was bankrupt and for which the debtor got less than a value reasonably equivalent.\n\nFTX\u2019s bankruptcy case may be similar to other bankruptcy cases involving fraud and mismanagement, but it may establish standards for how crypto assets are treated in bankruptcy courts.\n\nWhile regulators and other courts may not follow the norms of bankruptcy courts, similar issues are likely to occur. \u201cIs it a currency, an investment, a commodity, or something else?\u201d According to Pfeiffer, this issue will also arise outside of bankruptcy in areas like securities regulation and general litigation." 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-01-22.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 7, 4 | "url": "https://news.google.com/rss/articles/CBMiPGh0dHBzOi8vd3d3LmJzYy5uZXdzL3Bvc3QvcGktZm91bmRlci1ibG9ncy1vbi1reWMtaW4tYWktdGVjaNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 22 Jan 2023 00:49:28 GMT", 6 | "title": "Pi Founder Blogs on KYC in AI Tech - BSC NEWS", 7 | "content": "PI\n\nThe Founder of Pi Network explains the importance of human verification in the AI age while unveiling the protocol\u2019s decentralized KYC solution.\n\nKYC in the Age of AI\n\nFounder and Head of Technology at Pi Network, Dr. Nicolas Kokkalis, shared his thoughts about proving the humanity of people in a world shifting towards Artificial Intelligence (AI).\n\nAccording to the lifelong technologist, digital communities need real people. Although AI-powered algorithms can grow the user base, they can be problematic. One problem is the huge prevalence of spam bots and fake accounts. One way of solving this issue is verifying human identity through Know Your Customer (KYC). Nicolas wrote explicitly about the Pi Network native KYC solution in his article.\n\n\u201cCommunities, even (and especially) digital communities, need people. But how can you prove their humanity at scale? In the case of Pi Network, a massive global community powered by the world\u2019s most distributed mobile-mined cryptocurrency, the secret has been balancing the intrigue of high-tech with the people. We found success through creating a native KYC solution,\u201d Dr. Kokkalis wrote.\n\nPi Network\u2019s native KYC solution combines scientific and human truths using machine automation and human verification for accurate results. Machine automation processes images, extract text, detects fake ID, and compares images. Pre-approved individuals process human verification, ensuring that the creation of fake accounts is prevented.\n\nPi KYC boasts an autonomous human validation workforce in more than 200 countries, representing 92.6% of the global population. This measure helps sustain its large community, preventing spam accounts and fake Pioneers.\n\nIn summary, Pi Network has established a decentralized KYC solution to efficiently build a legally compliant crypto community in the AI age. The solution also offers privacy, global accessibility, and verification accuracy. Read Nicolas\u2019 full article on the Pi Application for more information or through this link .\n\nWhat is Pi Network:\n\nPi Network is a novel cryptocurrency and developer platform that allows mobile users to mine Pi coins without draining the device\u2019s battery. Pi\u2019s blockchain secures not only economic transactions via a mobile meritocracy system but also a full Web 3.0 experience where community developers can build decentralized applications (dApps) for millions of users.\n\nWhere to find Pi Network:" 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-02-05.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 0, 4 | "url": "https://news.google.com/rss/articles/CBMiNGh0dHBzOi8vbWVzc2FyaS5pby9yZXBvcnQvc3RhdGUtb2YtYm5iLWNoYWluLXE0LTIwMjLSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 05 Feb 2023 08:00:00 GMT", 6 | "title": "State of BNB Chain Q4 2022 - Messari", 7 | "content": "We believe crypto is the technology of free people, free thinking, and free markets." 8 | }, 9 | { 10 | "id": 2, 11 | "url": "https://news.google.com/rss/articles/CBMiaWh0dHBzOi8vd3d3LmJzYy5uZXdzL3Bvc3Qvd29ybWhvbGUtZmFjZXMtdXAtYWdhaW5zdC1zcGVjaWFsLWludGVyZXN0LWluLXVuaXN3YXAtYm5iLWNoYWluLWJyaWRnZS1wcm9wb3NhbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 05 Feb 2023 17:57:55 GMT", 13 | "title": "Wormhole Faces Up Against Special Interests in Uniswap-BNB Chain Bridge Proposal - BSC NEWS", 14 | "content": "BNB\n\nThe votes coming in for the governance bridge deployment are casting a dark shadow on industry behavior.\n\na16z Votes Push Out Wormhole Bridge\n\nWormhole has a big hole to climb in the race to become the Governance Bridge for Uniswap\u2019s deployment on BNB Chain. The major venture capitalist a16z has pushed in all 15 million of its $UNI tokens, worth over $105 million, against the proposal.\n\nThe nays against Wormhole are winning the vote as of February 5 by over 64%, despite only 10% of the token supply voting. Voting opened on February 4 and will last until February 10. The deployment of all 15M tokens by Uniswap is the first time the VC has used all its tokens in a vote, signaling a major stroke of power from the group.\n\na16z votes against proposal to deploy latest Uniswap $UNI iteration on BNB Chain@a16z used all 15M of their $UNI tokens (worth over $105M) to vote against the proposal, which would use the Wormhole bridge for the @Uniswap V3 deployment on @BNBCHAIN.\n\n\n\n\ud83d\udc49 https://t.co/gMyctJkXzS pic.twitter.com/X5l4IxxSro \u2014 TOP 7 ICO | #StandWithUkraine\ud83c\uddfa\ud83c\udde6 (@top7ico) February 5, 2023\n\nWormhole was recently selected as the potential cross-chain governance messaging bridge between Ethereum and BNB Chain for when Uniswap v3 deploys in Spring 2023. The Uniswap community chose Wormhole over the three other bridges: Celer Network, LayerZero, and Debridge.\n\nUniswap is the most voluminous Decentralized Exchange (DEX) in all of the cryptocurrency industry and its actions hold considerable influence across the industry. The competition for protocols to facilitate Uniswap\u2019s deployment onto BNB Chain is becoming fierce as the power and influence could set a project up for success.\n\nAnd the move from a16z is raising eyebrows. The vote by a16z is causing some controversy around centralization in the world of Decentralized Finance (DeFi) because a16z is a major backer of the bridge LayerZero, which lost the initial proposal. A16z helped lead a $135M fundraise for LayerZero in 2022.\n\nUniswap controlled by a16z? https://t.co/9QTi1KjVjG \u2014 CZ \ud83d\udd36 Binance (@cz_binance) February 5, 2023\n\nMany on social media have come out against the optics playing out in the bridge bids. The bridge decision appears to be unraveling into a behind-the-scenes battle between VCs and special interest groups. The criticisms focus on how the bids display the negative role that special interest groups can play in the growth of DeFi.\n\nIs this a good look for the DeFi community? Steven Zheng, Research Director at The Block, opines that the vote may have gone too far.\n\nNarrator: They went that far pic.twitter.com/bAwCXVXKPY \u2014 Steven (@Dogetoshi) February 5, 2023\n\nThere is still a little less than a week to vote on the proposal. The Uniswap community has full power to rally and tip the vote in any direction. Uniswap expects to complete the bridge to BNB Chain by Q2 in 2023.\n\nWhat is Uniswap:\n\nUniswap was launched in November 2018 and has grown to become the largest decentralized exchange in its category. It was built open-source on the Ethereum blockchain and uses the AMM model to facilitate Ethereum ERC-20 token swaps. Uniswap\n\nMuch of the progress made in Ethereum-based DeFi expansion is attributable to Uniswap as it provided the market-making utility for Web3 apps to function in a decentralized environment. The platform consistently records daily trade volumes of over half a billion dollars and has a total volume locked (TVL) of more than $3 billion. The platform has traded over $1 trillion since it launched via over 129 million transactions.\n\nWhere to find Uniswap:\n\nWebsite | Twitter | Discord |\n\nWhat is Wormhole:\n\nThe Wormhole Network is a generic message-passing protocol that connects high-value blockchains and allows applications to leverage the messaging layer to facilitate interoperability between ecosystems. Secured by 19 guardians, developers are able to leverage the protocol to send arbitrary data cross-chain, including tokens, NFTs, oracle data, governance decisions and more.\n\nWhere to find Wormhole:\n\nWebsite | Twitter | Telegram | GitHub |" 15 | }, 16 | { 17 | "id": 1, 18 | "url": "https://news.google.com/rss/articles/CBMiNGh0dHBzOi8vbWVzc2FyaS5pby9yZXBvcnQvc3RhdGUtb2YtYm5iLWNoYWluLXE0LTIwMjLSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Sun, 05 Feb 2023 08:00:00 GMT", 20 | "title": "State of BNB Chain Q4 2022 - Messari", 21 | "content": "We believe crypto is the technology of free people, free thinking, and free markets." 22 | } 23 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-03-11.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMiXWh0dHBzOi8vY29pbmN1bHR1cmUuY29tL2F1L2J1c2luZXNzL3l1Z2EtbGFicy1yZXZlYWxzLXNlY29uZC10cmlwLXRvLXRoZS1vdGhlcnNpZGUtbWV0YXZlcnNlL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 11 Mar 2023 08:00:00 GMT", 6 | "title": "Yuga Labs Reveals Second Trip to The Otherside Metaverse - Coin Culture", 7 | "content": "The company that owns the Bored Ape Yacht Club, Yuga Labs, has released new details about the second test of its gamified Otherside metaverse platform.\n\nThe company says that the \u201csecond trip\u201d will happen on March 25 and will be a two-hour story told by four team captains from Otherside. People who own Otherdeed non-fungible tokens (NFTs), tied to real estate in the unreleased Otherside metaverse can go on the second trip. Each owner, called a \u201cvoyager,\u201d can invite a friend to join them.\n\nThe company says the live experience can fit up to 10,000 people based on a first-come, first-served basis. On the company\u2019s YouTube channel, non-holders can also view a live stream of the event.\n\nIn July 2022, Yuga Labs held its \u201cfirst trip,\u201d and more than 4,600 people went. This caused a lot of traffic on the Ethereum network. Participants of the second voyage who also participated in the first voyage will be eligible to obtain a unique Obelisk Piece tied to the overarching Otherside narrative.\n\nWe came, we saw, we made fart noises. Here, a look back at our unforgettable inaugural First Trip together. 4,620 players, 2,560 live-stream views, and Koda booty for DAYS. Can\u2019t wait for the next one. pic.twitter.com/t3un1xmorZ \u2014 Othersidemeta (@OthersideMeta) August 4, 2022\n\nAccording to Wylie Aronow and Greg Solano, who helped start Yuga Labs, \u201cThe Otherside\u201d is where all the company\u2019s projects come together. In April 2022, the company first hinted that it wanted to make a metaverse where users could own land and turn their NFTs into playable characters. At first, Yuga Labs sold 55,000 Otherdeed NFTs tied to virtual land ownership. This brought in about $330 million.\n\nAccording to OpenSea, Otherdeed NFTs have sold 524,130 ETH (approximately $806 million). At the time of publication, the floor price for an Otherdeed NFT is 1.9 ETH, or roughly $2,920." 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-03-18.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMieGh0dHBzOi8vZGFpbHlob2RsLmNvbS8yMDIzLzAzLzE4L2ZvdXItbWFqb3ItY3J5cHRvLWV4Y2hhbmdlcy1hbm5vdW5jZS1zdXBwb3J0LWZvci1hcmJpdHJ1bS1hcmItYWhlYWQtb2YtbWFzc2l2ZS1haXJkcm9wL9IBfGh0dHBzOi8vZGFpbHlob2RsLmNvbS8yMDIzLzAzLzE4L2ZvdXItbWFqb3ItY3J5cHRvLWV4Y2hhbmdlcy1hbm5vdW5jZS1zdXBwb3J0LWZvci1hcmJpdHJ1bS1hcmItYWhlYWQtb2YtbWFzc2l2ZS1haXJkcm9wL2FtcC8?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 18 Mar 2023 07:00:00 GMT", 6 | "title": "Four Major Crypto Exchanges Announce Support for Arbitrum (ARB) Ahead of Massive Airdrop - The Daily Hodl", 7 | "content": "At least four major crypto exchanges have now announced they plan to list Arbitrum\u2019s upcoming crypto asset, ARB.\n\nMEXC, Huobi and Bybit all say they will list ARB next Thursday, March 23rd, the date of the token\u2019s airdrop.\n\nBitrue also plans to list ARB, noting in a Twitter post that the opening time for deposits and trading will be updated.\n\nIn a blog post this week, Arbitrum developers announced the airdrop and outlined the protocol\u2019s upcoming plans to switch to being governed by a self-executing decentralized autonomous organization (DAO).\n\nThe Ethereum (ETH) scaling solution plans to airdrop 12.75% of the ecosystem\u2019s token supply to users next Thursday.\n\nThe developers say they created a special points system that takes into account a variety of metrics to determine which users will receive the crypto assets.\n\nArbitrum currently ranks fourth among all chains in terms of total value locked (TVL) with $1.77 billion, behind Ethereum, Tron (TRX) and BNB Smart Chain, according to the decentralized finance tracker DeFi Llama. Polygon (MATIC) is fifth, with $1.06 billion in TVL.\n\nThe TVL of a blockchain represents the total capital held within its smart contracts.\n\nTVL is calculated by multiplying the amount of collateral locked into the network by the current value of the assets.\n\nDon't Miss a Beat \u2013 Subscribe to get email alerts delivered directly to your inbox\n\nFollow us on X Facebook and Telegram\n\nDisclaimer: Opinions expressed at The Daily Hodl are not investment advice. Investors should do their due diligence before making any high-risk investments in Bitcoin, cryptocurrency or digital assets. Please be advised that your transfers and trades are at your own risk, and any losses you may incur are your responsibility. The Daily Hodl does not recommend the buying or selling of any cryptocurrencies or digital assets, nor is The Daily Hodl an investment advisor. Please note that The Daily Hodl participates in affiliate marketing.\n\nGenerated Image: Midjourney" 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-03-21.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMiQWh0dHBzOi8vZmluYW5jZS55YWhvby5jb20vbmV3cy9rLXBvcC1zdGFyLWctZHJhZ29uLTA0MTU1NjExOC5odG1s0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Tue, 21 Mar 2023 07:00:00 GMT", 6 | "title": "K-pop star G-Dragon launches NFT on OpenSea with Fandom Studio, BNB Chain - Yahoo Finance", 7 | "content": "South Korean singer G-Dragon launched a non-fungible token (NFT) collection on OpenSea on Wednesday morning in Asia in collaboration with Fandom Studio, a platform to monetize TikTok content with NFTs, and BNB Chain.\n\nSee related article: NFTs inspired by K-drama Crash Landing on You coming from Crypto.com, Studio Dragon\n\nThe collection, \u201cArchive of PEACEMINUSONE,\u201d consists of 13,444 NFT puzzle pieces that make up a painting by G-Dragon named \u201cArchive 2016.\u201d It is minted at 0.27 BNB (US$88) each starting on Wednesday, according to OpenSea.\n\nG-Dragon, 34, is a Korean singer and rapper who debuted in 2006 and rose to prominence as the leader of K-pop band Big Bang, one of the best-selling K-pop acts. He has over 8.4 million followers on Twitter and 22 million on Instagram as of Wednesday.\n\nSome holders of the NFTs may also get concert tickets, early access to merchandise and physical certificates with autographs and doodles by G-Dragon, OpenSea said in a tweet on Saturday.\n\nMajor Korean music labels \u2014 including HYBE, which manages K-pop band BTS, along with SM, YG and JYP and Cube \u2014 have all announced plans involving NFTs and the metaverse.\n\nIn November, HYBE\u2019s K-pop boy band SEVENTEEN included a metaverse experience as part of its Asia concert tour in Japan." 8 | }, 9 | { 10 | "id": 4, 11 | "url": "https://news.google.com/rss/articles/CBMiW2h0dHBzOi8venljcnlwdG8uY29tL2JpdGNvaW4taGFzLWJlZW4tcHJvZml0YWJsZS1uZWFybHktOTAtb2YtdHJhZGluZy1oaXN0b3J5LWRhdGEtcmV2ZWFscy_SAV9odHRwczovL3p5Y3J5cHRvLmNvbS9iaXRjb2luLWhhcy1iZWVuLXByb2ZpdGFibGUtbmVhcmx5LTkwLW9mLXRyYWRpbmctaGlzdG9yeS1kYXRhLXJldmVhbHMvP2FtcA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Tue, 21 Mar 2023 07:00:00 GMT", 13 | "title": "Bitcoin Has Been Profitable Nearly 90% Of Trading History, Data Reveals - ZyCrypto", 14 | "content": "Advertisement\n\nUp over 40% year to date, bitcoin is arguably 2023\u2019s best-performing asset. And according to new data, the bellwether cryptocurrency has been profitable for its holders nearly 89% of the time since the beginning of its trading.\n\nBuying BTC Has Been Profitable 89% Of The Time\n\nBitcoin has, as some pundits expected, thus far been a major beneficiary of the turmoil in the traditional finance world. The ultra-scarce digital asset has displayed an impressive performance in recent weeks while major bank stocks have continued to slump due to the failure of Silicon Valley Bank and Signature Bank and the emergency deal of UBS and Credit Suisse.\n\nSpecifically, bitcoin has been profitable for 88.5%, or 4,065 of its total trading history, which amounts to 4,593 days. This means only 531 or 11.56% of days have been unprofitable for long-term holders, according to data pulled from the cryptocurrency trading platform Blockchain.com. The unprofitable days are between December 28, 2020, and June 10, 2022, a time when BTC was valued in the $26,200 and $28,300 range.\n\nBTC has long been touted as a sound investment, with many citing its hard-capped supply and global accessibility as key aspects contributing to its value. Now, enthusiasts believe bitcoin\u2019s status as a safe haven has been bolstered as the top cryptocurrency gains ground and hits its highest level since June in the fallout of the latest banking crisis. This is a remarkable feat for what skeptics consider the most volatile asset.\n\nCoinbase\u2019s former CTO Balaji Srinivasan recently wagered that the price of the number one cryptocurrency would benefit from a rapid debasing of the United States dollar within the next three months, rocketing to the $1 million milestone by June 17.\n\nAdvertisement\n\nFor perspective, the market capitalization of BTC \u2014 would increase to roughly $19.8 trillion from about $543 billion today, according to CoinGecko. While most crypto commentators believe Balaji\u2019s bet is overly optimistic, BTC would firmly return to full 100% profitability and back to price discovery if it indeed soared to $1 million." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-03-30.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMijQFodHRwczovL3p5Y3J5cHRvLmNvbS9jb3JlLWxldmVyYWdlcy1uZXctY29uc2Vuc3VzLW1lY2hhbmlzbS1zYXRvc2hpLXBsdXMtdG8tc2ltdWx0YW5lb3VzbHktcHJvdmlkZS1kZWNlbnRyYWxpemF0aW9uLXNjYWxhYmlsaXR5LWFuZC1zZWN1cml0eS_SAZEBaHR0cHM6Ly96eWNyeXB0by5jb20vY29yZS1sZXZlcmFnZXMtbmV3LWNvbnNlbnN1cy1tZWNoYW5pc20tc2F0b3NoaS1wbHVzLXRvLXNpbXVsdGFuZW91c2x5LXByb3ZpZGUtZGVjZW50cmFsaXphdGlvbi1zY2FsYWJpbGl0eS1hbmQtc2VjdXJpdHkvP2FtcA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Thu, 30 Mar 2023 07:00:00 GMT", 6 | "title": "Core Leverages New Consensus Mechanism Satoshi Plus To Simultaneously Provide Decentralization, Scalability And Security - ZyCrypto", 7 | "content": "Advertisement\n\nCore, a novel layer one blockchain, is pushing boundaries to provide users with simultaneous decentralization, security, and scalability.\n\nCore is an independent blockchain created at the Core of Web 3. At the base of the blockchain is a new consensus mechanism, Satoshi Plus, that allows Core to the Ethereum Virtual Machine (EVM) and leverage the Bitcoin mining hashrate. Satoshi Plus applies a protocol-driven validator election mechanism to bring out the optimal Delegated Proof of Stake (DPoS) and Proof of Work (PoW) features. This maximizes security, decentralization and scalability.\n\nBitcoin miners and CORE token holders can participate in Core\u2019s security through the Satoshi Plus consensus. The miners and holder can now delegate their BTC hash power and staked CORE to a decentralized set of validators. As a result, validators can quickly and securely produce blocks and validate transactions.\n\nCore is also fully EVM compatible, enabling easy implementation of smart contract applications from Ethereum-based chains. The team behind the project plan to incorporate the best technologies and leverage scaling solutions from Ethereum and other compatible chains, including various rollups.\n\nFollowing Bitcoin\u2019s sound money model, Core\u2019s native token, CORE, has a supply of 2.1 billion tokens with a hard cap. In addition, a percentage of all transaction fees and block rewards will be burned. This will be done similarly to Ethereum\u2019s \u201cUltra Sound Money\u201d model. Notably, the exact percentage to be burned will be determined by the Core community. Similar to Avalanche\u2019s tokenomics model, CORE also plans to follow Avalanche\u2019s tokenomics model, approaching the total of 2.1 billion tokens but never fully reaching it.\n\nAdvertisement\n\nGoverned by the development team, Core hopes to grow and achieve full decentralization creating CoreDAO eventually. The DAO\u2019s mission will be to create the strongest community in Web3 that will be open to all users. Currently, the project has a significant number of followers on Twitter, over 1.7 million, and over 239k members on Discord. The CORE token recently had one of the largest airdrops, which over 1.2 million participants received. CORE aims to become both the value usability and accrual layer for all decentralized applications." 8 | }, 9 | { 10 | "id": 3, 11 | "url": "https://news.google.com/rss/articles/CBMijQFodHRwczovL3p5Y3J5cHRvLmNvbS9jb3JlLWxldmVyYWdlcy1uZXctY29uc2Vuc3VzLW1lY2hhbmlzbS1zYXRvc2hpLXBsdXMtdG8tc2ltdWx0YW5lb3VzbHktcHJvdmlkZS1kZWNlbnRyYWxpemF0aW9uLXNjYWxhYmlsaXR5LWFuZC1zZWN1cml0eS_SAZEBaHR0cHM6Ly96eWNyeXB0by5jb20vY29yZS1sZXZlcmFnZXMtbmV3LWNvbnNlbnN1cy1tZWNoYW5pc20tc2F0b3NoaS1wbHVzLXRvLXNpbXVsdGFuZW91c2x5LXByb3ZpZGUtZGVjZW50cmFsaXphdGlvbi1zY2FsYWJpbGl0eS1hbmQtc2VjdXJpdHkvP2FtcA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Thu, 30 Mar 2023 07:00:00 GMT", 13 | "title": "Core Leverages New Consensus Mechanism Satoshi Plus To Simultaneously Provide Decentralization, Scalability And Security - ZyCrypto", 14 | "content": "Advertisement\n\nCore, a novel layer one blockchain, is pushing boundaries to provide users with simultaneous decentralization, security, and scalability.\n\nCore is an independent blockchain created at the Core of Web 3. At the base of the blockchain is a new consensus mechanism, Satoshi Plus, that allows Core to the Ethereum Virtual Machine (EVM) and leverage the Bitcoin mining hashrate. Satoshi Plus applies a protocol-driven validator election mechanism to bring out the optimal Delegated Proof of Stake (DPoS) and Proof of Work (PoW) features. This maximizes security, decentralization and scalability.\n\nBitcoin miners and CORE token holders can participate in Core\u2019s security through the Satoshi Plus consensus. The miners and holder can now delegate their BTC hash power and staked CORE to a decentralized set of validators. As a result, validators can quickly and securely produce blocks and validate transactions.\n\nCore is also fully EVM compatible, enabling easy implementation of smart contract applications from Ethereum-based chains. The team behind the project plan to incorporate the best technologies and leverage scaling solutions from Ethereum and other compatible chains, including various rollups.\n\nFollowing Bitcoin\u2019s sound money model, Core\u2019s native token, CORE, has a supply of 2.1 billion tokens with a hard cap. In addition, a percentage of all transaction fees and block rewards will be burned. This will be done similarly to Ethereum\u2019s \u201cUltra Sound Money\u201d model. Notably, the exact percentage to be burned will be determined by the Core community. Similar to Avalanche\u2019s tokenomics model, CORE also plans to follow Avalanche\u2019s tokenomics model, approaching the total of 2.1 billion tokens but never fully reaching it.\n\nAdvertisement\n\nGoverned by the development team, Core hopes to grow and achieve full decentralization creating CoreDAO eventually. The DAO\u2019s mission will be to create the strongest community in Web3 that will be open to all users. Currently, the project has a significant number of followers on Twitter, over 1.7 million, and over 239k members on Discord. The CORE token recently had one of the largest airdrops, which over 1.2 million participants received. CORE aims to become both the value usability and accrual layer for all decentralized applications." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-04-18.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMikAFodHRwczovL3d3dy5idXNpbmVzc3RvZGF5LmluL2NyeXB0by90b2tlbi9zdG9yeS9jcnlwdG8tcHJpY2UtdG9kYXktYml0Y29pbi1zbGlwcy1iZWxvdy0zMGstc29sYW5hLWJuYi1hbmQtY2FyZGFuby1mYWxsLXVwLXRvLTUtMzc3NzczLTIwMjMtMDQtMTjSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Tue, 18 Apr 2023 07:00:00 GMT", 6 | "title": "Crypto Price Today: Bitcoin slips below $30k; Solana, BNB and Cardano fall up to 5% - Business Today", 7 | "content": "Bitcoin and other top crypto tokens were trading lower on Tuesday as banking unrest subsided, treasury yields rose and investors shied away from riskier assets. According to some experts, cryptos are losing some appeal as banking turmoil risks appear to fade out.\n\n\n\nBitcoin dropped as much as 2 per cent to slip below the key psychological levels of $30,000 as the largest crypto token saw some profit booking. Ethereum declined about 2 per cent to breach the $2,100 mark. Pain in the altcoin was mostly higher.\n\nBarring a few exceptions, all of the crypto tokens were trading lower on Tuesday. Among the losers, Solana tanked more than 5 per cent, while Litecoin, Cardano and BNB dropped 3 per cent, each. On the contrary, Dogecoin rose more than 2 per cent and Avalanche was slightly up.\n\n\n\nThe global cryptocurrency market cap was trading lower around $1.25 trillion, falling more than one per cent in the last 24 hours. However, the total trading volumes jumped as much as 8 per cent to $43.65 billion.\n\n\n\n\n\nTech View by WazirX Trade Desk\n\nDYDX (dYdX) functions as the governance token for the layer 2 protocol of the self-titled non-custodial decentralized cryptocurrency exchange. Its purpose is to streamline the functioning of layer 2 and empower traders, liquidity providers, and partners to actively participate in shaping the protocol's future as a community.\n\ndYdX has surged by over 40% in less than 4 days. The daily trend for the token has broken out of the long-formed triangle pattern. Meanwhile, the daily RSI has reached a healthy level of 60 after nearly two months. Strong resistance is expected at the $33 level and immediate support is expected at the $2.44 level.\n\n\n\n\n\n(Views and recommendations given in this section are the analysts' own and do not represent those of Business Today. Please consult your financial adviser before taking any position in the asset/s mentioned.)" 8 | }, 9 | { 10 | "id": 5, 11 | "url": "https://news.google.com/rss/articles/CBMikAFodHRwczovL3d3dy5idXNpbmVzc3RvZGF5LmluL2NyeXB0by90b2tlbi9zdG9yeS9jcnlwdG8tcHJpY2UtdG9kYXktYml0Y29pbi1zbGlwcy1iZWxvdy0zMGstc29sYW5hLWJuYi1hbmQtY2FyZGFuby1mYWxsLXVwLXRvLTUtMzc3NzczLTIwMjMtMDQtMTjSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Tue, 18 Apr 2023 07:00:00 GMT", 13 | "title": "Crypto Price Today: Bitcoin slips below $30k; Solana, BNB and Cardano fall up to 5% - Business Today", 14 | "content": "Bitcoin and other top crypto tokens were trading lower on Tuesday as banking unrest subsided, treasury yields rose and investors shied away from riskier assets. According to some experts, cryptos are losing some appeal as banking turmoil risks appear to fade out.\n\n\n\nBitcoin dropped as much as 2 per cent to slip below the key psychological levels of $30,000 as the largest crypto token saw some profit booking. Ethereum declined about 2 per cent to breach the $2,100 mark. Pain in the altcoin was mostly higher.\n\nBarring a few exceptions, all of the crypto tokens were trading lower on Tuesday. Among the losers, Solana tanked more than 5 per cent, while Litecoin, Cardano and BNB dropped 3 per cent, each. On the contrary, Dogecoin rose more than 2 per cent and Avalanche was slightly up.\n\n\n\nThe global cryptocurrency market cap was trading lower around $1.25 trillion, falling more than one per cent in the last 24 hours. However, the total trading volumes jumped as much as 8 per cent to $43.65 billion.\n\n\n\n\n\nTech View by WazirX Trade Desk\n\nDYDX (dYdX) functions as the governance token for the layer 2 protocol of the self-titled non-custodial decentralized cryptocurrency exchange. Its purpose is to streamline the functioning of layer 2 and empower traders, liquidity providers, and partners to actively participate in shaping the protocol's future as a community.\n\ndYdX has surged by over 40% in less than 4 days. The daily trend for the token has broken out of the long-formed triangle pattern. Meanwhile, the daily RSI has reached a healthy level of 60 after nearly two months. Strong resistance is expected at the $33 level and immediate support is expected at the $2.44 level.\n\n\n\n\n\n(Views and recommendations given in this section are the analysts' own and do not represent those of Business Today. Please consult your financial adviser before taking any position in the asset/s mentioned.)" 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-04-22.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMiM2h0dHBzOi8vcm9iaGFzYXdlYnNpdGUuY29tL3N1cnZpdm9yNDQtZXBpc29kZTgtYm5iL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 22 Apr 2023 07:00:00 GMT", 6 | "title": "Survivor 44 | RHAP B&B Ep 8 with Omar Zaheer \u2013 RobHasAwebsite.com - RobHasAwebsite.com", 7 | "content": "RHAP Amazon Shop: Amazon.com/shop/RHAP\n\nSurvivor 44 | RHAP B&B Ep 8\n\nWelcome to the RHAP B&B! Mike Bloom and Liana Boraas welcome Survivor 42 contestant Omar Zaheer (@omarZaheerdvm) to play a series of segments and games around Episode 8 of Survivor 44.\n\nThis week\u2019s charity shoutout is Wild Ontario, an environment and science education program that works to foster connections with nature and an interest in science. Click here to show your support.\n\nIf you have any suggestions for games or feedback for the B&B, feel free to reach out to us on social media or email rhapbnb [at] gmail [dot] com. We look forward to hopefully another fun season!\n\nBe sure to follow your hosts as well as @RobHasAPodcast on Twitter and use #RHAP #Survivor44 to get in on the action! Also subscribe to RHAP\u2019s Youtube channel and the RHAP Survivor feed to never miss an episode of our Survivor season 44 coverage.\n\nMike Bloom @AMikeBloomType\n\nLiana Boraas @LianaRHAP\n\nHow to Help Support RHAP Become a Patron of Rob Has A Podcast: RobHasAwebsite.com/Patron See all offers from our sponsors" 8 | }, 9 | { 10 | "id": 7, 11 | "url": "https://news.google.com/rss/articles/CBMijAFodHRwczovL3d3dy5hbmFseXRpY3NpbnNpZ2h0Lm5ldC9jcnlwdG9jdXJyZW5jeS1hbmFseXRpY3MtaW5zaWdodC83LWJlc3QtY3J5cHRvLWNvaW5zLWZvci1iZWdpbm5lcnMtdG8tYnV5LWluLWFwcmlsLTIwMjMtaGlkZGVuLWdlbXMtZWRpdGlvbtIBlgFodHRwczovL3d3dy5hbmFseXRpY3NpbnNpZ2h0Lm5ldC9hbXAvc3RvcnkvY3J5cHRvY3VycmVuY3ktYW5hbHl0aWNzLWluc2lnaHQvNy1iZXN0LWNyeXB0by1jb2lucy1mb3ItYmVnaW5uZXJzLXRvLWJ1eS1pbi1hcHJpbC0yMDIzLWhpZGRlbi1nZW1zLWVkaXRpb24?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sat, 22 Apr 2023 07:00:00 GMT", 13 | "title": "7 Best Crypto Coins for Beginners to Buy in April 2023 \u2013 Hidden Gems Edition - Analytics Insight", 14 | "content": "LimeWire is a decentralized platform for artists including podcasters, graphic designers, musicians, and videographers to explore the potential of blockchain and earn rich rewards for the services offered to them. LimeWire is among the new alt coins that give rookie crypto users unique ways to capitalize on the utility of DeFi tools. For starters, the platform helps content creators to own a portion of their content at NFTs. The creators will be earning a royalty every time their work is bought, sold, or traded among the community members. Its native token is called LMWR and with LimeWire, users can look forward to earning recurring revenue via subscriptions. They can offer their fans on LimeWire an option to make monthly subscription payments. Another opportunity that users can get with LimeWire is by connecting with their fans. Users can cash in on the unique interactions they have with their fans or collectors and allow them to get in touch with them directly. This would help them build a thriving community of fans and ramp up the reach of their talent." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-05-07.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMiaWh0dHBzOi8vd3d3LmJzYy5uZXdzL3Bvc3QvdGhlLXJpc2tzLWFuZC1yZXdhcmRzLW9mLXBhcnRpY2lwYXRpbmctaW4tY3J5cHRvLWFpcmRyb3BzLXdoYXQteW91LW5lZWQtdG8ta25vd9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 07 May 2023 14:09:55 GMT", 6 | "title": "The Risks and Rewards of Participating in Crypto Airdrops: What you Need to Know - BSC NEWS", 7 | "content": "WEB3\n\nCrypto airdrops offer an opportunity for users to receive free or discounted crypto assets while helping crypto projects increase brand awareness and attract attention.\n\nUnlocking the Potential of Web3 Airdrops\n\nWeb3 is changing the way we think about digital assets and, with it, the way startups promote their tokens and Non-Fungible Tokens (NFTs) collections.\n\nOne way that projects leverage this new technology is through airdrops, which involve issuing digital assets to users to reward early community members for their loyalty and promote the project's reach.\n\nHowever, with the potential for liquidity and the necessity of paying gas fees, there are both risks and rewards to participating in crypto airdrops. In this comprehensive guide, we will explore the various aspects of airdrops in the crypto world and provide insights into the benefits and pitfalls of participating.\n\nAirdrops are free tokens or coins distributed to a large number of wallet addresses in the context of blockchain technology and cryptocurrency. You may now wonder how to receive an airdrop. Let\u2019s get to it:\n\n\u200d\n\nGetting an airdrop\n\nTo qualify for an airdrop, you must hold a minimum quantity of a certain asset, such as an NFT, or transact on a platform that qualifies you. In addition, you will need a Web3 wallet to receive your airdropped assets.\n\nEven so, airdrops can be received with just a simple task completed on someone's behalf or for a brand's benefit. It can be something as simple as sharing a social media post, creating content, or spreading awareness.\n\nAirdrops: why are they important?\n\nIn recent times, the web3 community has heavily relied on airdrops to promote brands, entice users to stay with brands and restart blockchains without sacrificing user trust. Ultimately, airdrops allow individuals and brands to foster new relationships, strengthen current ones, and highlight their products and services in an easy and inexpensive way compared to traditional marketing methods. But how can you take advantage of them?\n\nBenefits of airdrops\n\nAirdrop benefits are plentiful from the user's perspective.\n\nAs a first option, airdrop token holders can earn passive income. When a project succeeds, its currency's value usually rises, so a user can profit significantly by holding on to an airdropped token.\n\nThe second advantage is that airdropped native tokens can receive different perks depending on the platform, for example, participating in platform Decentralized Autonomous Organization (DAO) voting if the token is also a governance token.\n\nFurthermore, airdrop tokens can be used to earn interest in more advanced ways, such as yield farming and lending.\n\nThus, airdrops can provide passive income and allow platforms to interact with users profitably. Nevertheless, crypto airdrops carry certain risks as well:\n\nRisks Involved With Airdrops\n\n1. It is possible to fall victim to an airdrop scam, which is one of the biggest risks. In some instances, fraudsters ask for personal information or private keys as part of fraudulent Airdrops to steal funds. Ensure you do your due diligence before connecting your wallet and providing any information, and only join Airdrops from well-established projects.\n\n2. Projects may require you to complete a large number of tasks that require a lot of time. Make sure you weigh the potential profit against the time you must spend.\n\n3. It is possible for perpetrators to engage in dusting attacks, in which they send a small amount of cryptocurrency (called \"dust\") to many addresses, including yours. This initiative aims to trace blockchain transactions and deanonymize its users.\n\n4. Make sure you read and understand the terms and conditions of any Airdrop before participating. You may need to be aware of any restrictions or requirements associated with some airdrops.\n\nParticipating in crypto airdrops can be a high-reward endeavor for users and projects. While users can receive free or almost free crypto assets, projects can attract attention, increase brand awareness, and potentially build a loyal and enthusiastic user base.\n\nSuccessful airdrops have played a significant role in the development and growth of some of the most popular projects in the crypto world, including Bitcoin and Ethereum.\n\nHowever, it is important to carefully research and evaluate the legitimacy of airdrops before participating, as there are many scams and fraudulent projects. Nevertheless, with the proper precautions and knowledge, users can potentially benefit from participating in airdrops while supporting and contributing to the growth of the crypto community." 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-05-29.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 9, 4 | "url": "https://news.google.com/rss/articles/CBMiigFodHRwczovL3d3dy41ZGFyaXlhbmV3cy5jb20vbmV3cy80MTUwMjYtQW5tb2wtR2FnYW4tTWFhbi1ob2xkcy1hLWNvbmZlcmVuY2Utd2l0aC1zdGFrZWhvbGRlcnMtdG8tcHJvbW90ZS1CbkItSG9tZXN0YXktYW5kLUZhcm1zdGF5LXRvdXJpc23SAYkBaHR0cHM6Ly93d3cuNWRhcml5YW5ld3MuY29tL2FtcC80MTUwMjYtQW5tb2wtR2FnYW4tTWFhbi1ob2xkcy1hLWNvbmZlcmVuY2Utd2l0aC1zdGFrZWhvbGRlcnMtdG8tcHJvbW90ZS1CbkItSG9tZXN0YXktYW5kLUZhcm1zdGF5LXRvdXJpc20?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Mon, 29 May 2023 07:00:00 GMT", 6 | "title": "Anmol Gagan Maan holds a conference with stakeholders to promote BnB, Homestay and Farmstay tourism - 5 Dariya News", 7 | "content": "The Punjab government, led by Chief Minister Bhagwant Mann, is continuously striving to promote tourism in the state and provide maximum employment opportunities for the youth of the state. To achieve this objective and promote BnB Farmstay and Homestay as tourism options, a conference headed by Tourism Minister Anmol Gagan Mann was held in Chandigarh on the day before with various stakeholders associated with this sector.\n\nGiving more information in this regard, Anmol Gagan Maan, Minister for Tourism and Cultural Affairs, Labour, Hospitality and Investment Promotion, explained that in order to attract more tourists towards Punjab, a conference was conducted with various tourism entrepreneurs to promote homestay and farmstay options available in the state.\n\nThe minister acknowledged the challenges faced by industry professionals, homestay and farmstay operators and representatives of various tourism organisations , emphasizing that these concerns would be taken seriously by the state Govt.\n\nShe assured that all possible solutions to the challenges faced by the tourism stakeholders would be addressed and resolved.On the occasion Secretary, Tourism and cultural affairs Department Gurkirat Kirpal Singh and Manager Statistics, Sheetal Behl and tourism-related stakeholders were present." 8 | }, 9 | { 10 | "id": 9, 11 | "url": "https://news.google.com/rss/articles/CBMiigFodHRwczovL3d3dy41ZGFyaXlhbmV3cy5jb20vbmV3cy80MTUwMjYtQW5tb2wtR2FnYW4tTWFhbi1ob2xkcy1hLWNvbmZlcmVuY2Utd2l0aC1zdGFrZWhvbGRlcnMtdG8tcHJvbW90ZS1CbkItSG9tZXN0YXktYW5kLUZhcm1zdGF5LXRvdXJpc23SAYkBaHR0cHM6Ly93d3cuNWRhcml5YW5ld3MuY29tL2FtcC80MTUwMjYtQW5tb2wtR2FnYW4tTWFhbi1ob2xkcy1hLWNvbmZlcmVuY2Utd2l0aC1zdGFrZWhvbGRlcnMtdG8tcHJvbW90ZS1CbkItSG9tZXN0YXktYW5kLUZhcm1zdGF5LXRvdXJpc20?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Mon, 29 May 2023 07:00:00 GMT", 13 | "title": "Anmol Gagan Maan holds a conference with stakeholders to promote BnB, Homestay and Farmstay tourism - 5 Dariya News", 14 | "content": "The Punjab government, led by Chief Minister Bhagwant Mann, is continuously striving to promote tourism in the state and provide maximum employment opportunities for the youth of the state. To achieve this objective and promote BnB Farmstay and Homestay as tourism options, a conference headed by Tourism Minister Anmol Gagan Mann was held in Chandigarh on the day before with various stakeholders associated with this sector.\n\nGiving more information in this regard, Anmol Gagan Maan, Minister for Tourism and Cultural Affairs, Labour, Hospitality and Investment Promotion, explained that in order to attract more tourists towards Punjab, a conference was conducted with various tourism entrepreneurs to promote homestay and farmstay options available in the state.\n\nThe minister acknowledged the challenges faced by industry professionals, homestay and farmstay operators and representatives of various tourism organisations , emphasizing that these concerns would be taken seriously by the state Govt.\n\nShe assured that all possible solutions to the challenges faced by the tourism stakeholders would be addressed and resolved.On the occasion Secretary, Tourism and cultural affairs Department Gurkirat Kirpal Singh and Manager Statistics, Sheetal Behl and tourism-related stakeholders were present." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-05-31.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "url": "https://news.google.com/rss/articles/CBMigAFodHRwczovL3d3dy5ibG9vbWJlcmcuY29tL25ld3MvYXJ0aWNsZXMvMjAyMy0wNS0zMS9iaW5hbmNlLWJuYi1kaXNjbG9zZXMtaW52ZXN0aWdhdGlvbi1ieS1jYW5hZGEtcy1vbnRhcmlvLXNlY3VyaXRpZXMtY29tbWlzc2lvbtIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Wed, 31 May 2023 07:00:00 GMT", 6 | "title": "Binance (BNB) Discloses Investigation by Canada\u2019s Ontario Securities Commission - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 3, 11 | "url": "https://news.google.com/rss/articles/CBMiVGh0dHBzOi8vd3d3LmFkd2Vlay5jb20vYnJhbmQtbWFya2V0aW5nL2ItdG8tYi1iLXRvLWMtbWFya2V0aW5nLXByaWNlbGVzcy1tYXN0ZXJjYXJkL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Wed, 31 May 2023 07:00:00 GMT", 13 | "title": "Blending B-to-B and B-to-C Has Been Priceless for Mastercard - Adweek", 14 | "content": "Whether it\u2019s a card a bank customer uses for payments or a service tracking how a company accepts or makes payments, Mastercard sells all elements of its business as \u201cpriceless.\u201d\n\nYet the company still occasionally needs to explain its presence in places like the B2B Marketing Exchange earlier this year in Scottsdale, Ariz. Greg Boosin, Mastercard\u2019s evp of b-to-b and product marketing, kicked off a conference session there by telling the audience that more than a third ($7.9" 15 | }, 16 | { 17 | "id": 2, 18 | "url": "https://news.google.com/rss/articles/CBMigAFodHRwczovL3d3dy5ibG9vbWJlcmcuY29tL25ld3MvYXJ0aWNsZXMvMjAyMy0wNS0zMS9iaW5hbmNlLWJuYi1kaXNjbG9zZXMtaW52ZXN0aWdhdGlvbi1ieS1jYW5hZGEtcy1vbnRhcmlvLXNlY3VyaXRpZXMtY29tbWlzc2lvbtIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Wed, 31 May 2023 07:00:00 GMT", 20 | "title": "Binance (BNB) Discloses Investigation by Canada\u2019s Ontario Securities Commission - Bloomberg", 21 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 22 | } 23 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-06-09.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vY3J5cHRvc2xhdGUuY29tL3Bhc3QtZXhwbG9pdC10aHJlYXRlbnMtMjAwbS1saXF1aWRhdGlvbi1pZi1ibmItZmFsbHMtYmVsb3ctMjIwL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Fri, 09 Jun 2023 07:00:00 GMT", 6 | "title": "Past exploit threatens $200M liquidation if BNB falls below $220 - CryptoSlate", 7 | "content": "Binance\u2019s BNB ecosystem would face a $200 million liquidation if its price were to fall below $220, according to DeFiLlama data.\n\nOver the past week, BNB has experienced a significant sell-off as crypto traders reduced their exposure to the token amid regulatory woes. On June 5, the U.S. Securities and Exchange Commission (SEC) filed against Binance, alleging the firm had violated federal securities laws.\n\nAmong the allegations, it was claimed the BNB coin and the Binance USD (BUSD) stablecoin were securities \u2013 a charge Binance has disputed.\n\nBNB has crashed more than 15% to $260 as of press time from $310 on June 4, according to CryptoSlate\u2019s data.\n\n$200M liquidation\n\nIf BNB\u2019s price continues its descent, $204.2 million would be liquidated on the decentralized finance (DeFi) lending protocol, Venus.\n\nDeFi researcher Ignas characterized the current situation as \u201cthe single largest potential liquidation in all DeFi that cannot be closed.\u201d\n\nHe explained that the potential liquidation event was due to an exploit in October 2022 in which the attacker utilized a vulnerability on the BNB cross-chain bridge to mint 2 million BNB tokens.\n\n900,000 stolen BNB tokens were deposited on Venus as collateral, which was used to borrow other assets from the protocol \u2013 effectively laundering a significant proportion of the stolen funds.\n\nBinance halted the BNB Chain and upgraded the network to mitigate the impact of the exploit.\n\nBlockchain analytical firm Messari pointed out that the liquidation could potentially cause cascading negative effects on the BNB price and BNB Chain users. Due to this, VenusDAO has whitelisted BNB Chain as the sole liquidator of the position.\n\nIgnas explained that this move would stabilize the market as \u201cBNB Chain will use their own money to liquidate (close) the position.\u201d\n\nBinance regulatory troubles\n\nOn June 6, the SEC moved to freeze the assets of its U.S. subsidiary, Binance US.\n\nIn addition, Binance US recently announced plans to transition to a crypto-only exchange after its banking partners decided to halt its USD payment channels.\n\nThe platform has stated it would defend itself in court.\n\nMentioned in this article" 8 | }, 9 | { 10 | "id": 0, 11 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vY3J5cHRvc2xhdGUuY29tL3Bhc3QtZXhwbG9pdC10aHJlYXRlbnMtMjAwbS1saXF1aWRhdGlvbi1pZi1ibmItZmFsbHMtYmVsb3ctMjIwL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Fri, 09 Jun 2023 07:00:00 GMT", 13 | "title": "Past exploit threatens $200M liquidation if BNB falls below $220 - CryptoSlate", 14 | "content": "Binance\u2019s BNB ecosystem would face a $200 million liquidation if its price were to fall below $220, according to DeFiLlama data.\n\nOver the past week, BNB has experienced a significant sell-off as crypto traders reduced their exposure to the token amid regulatory woes. On June 5, the U.S. Securities and Exchange Commission (SEC) filed against Binance, alleging the firm had violated federal securities laws.\n\nAmong the allegations, it was claimed the BNB coin and the Binance USD (BUSD) stablecoin were securities \u2013 a charge Binance has disputed.\n\nBNB has crashed more than 15% to $260 as of press time from $310 on June 4, according to CryptoSlate\u2019s data.\n\n$200M liquidation\n\nIf BNB\u2019s price continues its descent, $204.2 million would be liquidated on the decentralized finance (DeFi) lending protocol, Venus.\n\nDeFi researcher Ignas characterized the current situation as \u201cthe single largest potential liquidation in all DeFi that cannot be closed.\u201d\n\nHe explained that the potential liquidation event was due to an exploit in October 2022 in which the attacker utilized a vulnerability on the BNB cross-chain bridge to mint 2 million BNB tokens.\n\n900,000 stolen BNB tokens were deposited on Venus as collateral, which was used to borrow other assets from the protocol \u2013 effectively laundering a significant proportion of the stolen funds.\n\nBinance halted the BNB Chain and upgraded the network to mitigate the impact of the exploit.\n\nBlockchain analytical firm Messari pointed out that the liquidation could potentially cause cascading negative effects on the BNB price and BNB Chain users. Due to this, VenusDAO has whitelisted BNB Chain as the sole liquidator of the position.\n\nIgnas explained that this move would stabilize the market as \u201cBNB Chain will use their own money to liquidate (close) the position.\u201d\n\nBinance regulatory troubles\n\nOn June 6, the SEC moved to freeze the assets of its U.S. subsidiary, Binance US.\n\nIn addition, Binance US recently announced plans to transition to a crypto-only exchange after its banking partners decided to halt its USD payment channels.\n\nThe platform has stated it would defend itself in court.\n\nMentioned in this article" 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-06-18.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMiW2h0dHBzOi8vc3VubmV3c29ubGluZS5jb20vanVzdC1pbi1iaW5hbmNlLWNlby1kZWNsYXJlcy1iaW5hbmNlLW5pZ2VyaWEtbGltaXRlZC1zY2FtLWVudGl0eS_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 18 Jun 2023 07:00:00 GMT", 6 | "title": "JUST IN: Binance CEO declares 'Binance Nigeria Limited scam entity' \u2013 The Sun Nigeria - The Sun Nigeria", 7 | "content": "Changpeng Zhao, the Chief Executive Officer of Binance, a global crypto currency exchange platform has declared Binance Nigeria as a scam.\n\nZhao made this known on Sunday via his Twitter handle @cz_binance , saying, \u201cBinance have issued cease & desist notice to the scammer entity \u201cBinance Nigeria Limited\u201d.\n\nHe urged Nigerians and persons falling for these scam that they should \u201cnot believe everything you read in the news.\u201d\n\nDetails later\u2026" 8 | }, 9 | { 10 | "id": 7, 11 | "url": "https://news.google.com/rss/articles/CBMiTWh0dHBzOi8vZ2F6ZXR0ZW5nci5jb20vYmluYW5jZS1uaWdlcmlhLWxpbWl0ZWQtaXMtc2NhbS1lbnRpdHktY2hhbmdwZW5nLXpoYW8v0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 18 Jun 2023 07:00:00 GMT", 13 | "title": "Binance Nigeria Limited is scam entity: Changpeng Zhao - Peoples Gazette", 14 | "content": "Changpeng Zhao, Binance Chief Executive Officer, has declared Binace Nigeria Limited a scammer entity, warning the public not to believe whatever they read in the news about it.\n\nThe world\u2019s largest crypto market dissociated itself from Binance Nigeria Limited in a tweet Mr Zhao on Sunday morning.\n\n\u201cBinance has issued cease & desist notice to the scammer entity \u201cBinance Nigeria Limited,\u201d Mr Zhao tweeted. \u201cDon\u2019t believe everything you read in the news.\u201d\n\nThis comes a few days after Nigerian Security Exchange Commission banned Binance Nigeria Limited.\n\n\u201cBinance Nigeria Limited is neither registered nor regulated by the Commission and its operations in Nigeria are therefore illegal. Any member of the investing public dealing with the entity is doing so at his/her own risk,\u201d SEC said in a statement." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-06-27.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 0, 4 | "url": "https://news.google.com/rss/articles/CBMifGh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9uZXdzbGV0dGVycy8yMDIzLTA2LTI3L2JpbmFuY2UtY29pbi1ibmItZGVjbGluZXMtYWZ0ZXItc2VjLWxhd3N1aXQtcHJlc3N1cmluZy1jcnlwdG8tZXhjaGFuZ2XSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Tue, 27 Jun 2023 07:00:00 GMT", 6 | "title": "Binance Coin (BNB) Declines After SEC Lawsuit, Pressuring Crypto Exchange - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 4, 11 | "url": "https://news.google.com/rss/articles/CBMiVGh0dHBzOi8vd3d3LmNyeXB0b3RpbWVzLmlvLzIwMjMvMDYvMjcvaGt2YWMtbGF1bmNoZXMtbmV3LWNyeXB0by1pbmRleC13aXRoLTMwLWNvaW5zL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Tue, 27 Jun 2023 07:00:00 GMT", 13 | "title": "HKVAC Launches New Crypto Index with 30 Coins - Crypto Times", 14 | "content": "In an exciting move for the cryptocurrency market, Hong Kong-based rating agency HKVAC has released a new virtual asset index.\n\nBeyond established currencies like Bitcoin (BTC) and Ethereum (ETH), this index features an array of stablecoins, including WBTC, BTCB, stETH, BCH, LTC, BNB, MATIC, ADA, ATOM, FIL, NEAR, ALGO, ICP, XRP, DOGE, DOT, WTRX, SHIB, TRX, LINK, LEO, XMR, XLM, OKB, LDO, HBAR, VET, QNT, FTM, EOS.\n\nHong Kong rating agency HKVAC announced its virtual asset index, in addition to BTC ETH stablecoins, including WBTC, BTCB, stETH, BCH, LTC, BNB, MATIC, ADA, ATOM, FIL, NEAR, ALGO, ICP, XRP, DOGE, DOT, WTRX, SHIB, TRX, LINK, LEO, XMR, XLM, OKB, LDO, HBAR, VET, QNT, FTM, EOS.\u2026 \u2014 Wu Blockchain (@WuBlockchain) June 27, 2023\n\nHKVAC enjoys backing from key players in the industry, including Hong Kong legislators Johnny Ng, Huobi, KuCoin, and others. Despite this, there\u2019s an ongoing debate in the Hong Kong community about the index\u2019s actual reference value.\n\nThis debate arises from the inclusion of platform tokens, privacy tokens, and numerous tokens listed as securities by the US Securities and Exchange Commission (SEC) in the index.\n\nThe Hong Kong SFC mandates that retail-tradable tokens be included in at least two indices. Although this index is non-governmental, its judging criteria are straightforward, focusing on the top 30 cryptocurrencies by market capitalization.\n\nAlso Read: HSBC Hong Kong Offers Bitcoin and Ethereum ETF to Clients\n\nWith this bold initiative, HKVAC seeks to provide a comprehensive overview of the market, even if its value as a reference continues to be debated among local experts." 15 | }, 16 | { 17 | "id": 0, 18 | "url": "https://news.google.com/rss/articles/CBMifGh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9uZXdzbGV0dGVycy8yMDIzLTA2LTI3L2JpbmFuY2UtY29pbi1ibmItZGVjbGluZXMtYWZ0ZXItc2VjLWxhd3N1aXQtcHJlc3N1cmluZy1jcnlwdG8tZXhjaGFuZ2XSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Tue, 27 Jun 2023 07:00:00 GMT", 20 | "title": "Binance Coin (BNB) Declines After SEC Lawsuit, Pressuring Crypto Exchange - Bloomberg", 21 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 22 | } 23 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-07-12.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 4, 4 | "url": "https://news.google.com/rss/articles/CBMijAFodHRwczovL3d3dy5hdWd1c3RhY2hyb25pY2xlLmNvbS9zdG9yeS9uZXdzL2xvY2FsLzIwMjMvMDcvMTIvYXVndXN0YS11bml2ZXJzaXR5LWRlYW4tc3VlZC1ieS1tYXJ0aW5lei1ob2Etb3Zlci1haXItYm5iLXByb3BlcnR5LzcwNDAyNTc1MDA3L9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Wed, 12 Jul 2023 07:00:00 GMT", 6 | "title": "Augusta University dean sued by Martinez HOA over Air BnB property - The Augusta Chronicle", 7 | "content": "No commitment required. Cancel anytime.\n\n*Offer available to new customers only. All savings based off the regular rate.\n\nRead the full Subscription Terms and Conditions." 8 | }, 9 | { 10 | "id": 9, 11 | "url": "https://news.google.com/rss/articles/CBMijAFodHRwczovL3d3dy5hdWd1c3RhY2hyb25pY2xlLmNvbS9zdG9yeS9uZXdzL2xvY2FsLzIwMjMvMDcvMTIvYXVndXN0YS11bml2ZXJzaXR5LWRlYW4tc3VlZC1ieS1tYXJ0aW5lei1ob2Etb3Zlci1haXItYm5iLXByb3BlcnR5LzcwNDAyNTc1MDA3L9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Wed, 12 Jul 2023 07:00:00 GMT", 13 | "title": "Augusta University dean sued by Martinez HOA over Air BnB property - The Augusta Chronicle", 14 | "content": "No commitment required. Cancel anytime.\n\n*Offer available to new customers only. All savings based off the regular rate.\n\nRead the full Subscription Terms and Conditions." 15 | }, 16 | { 17 | "id": 0, 18 | "url": "https://news.google.com/rss/articles/CBMibmh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS90ZWNoLzIwMjMvMDcvMTMvYm5iLWNoYWluLXRvLXRhY2tsZS1ibG9ja2NoYWluLWV4cGxvaXQtcmlza3MtaW4tbWFqb3ItanVseS1oYXJkLWZvcmsv0gFyaHR0cHM6Ly93d3cuY29pbmRlc2suY29tL3RlY2gvMjAyMy8wNy8xMy9ibmItY2hhaW4tdG8tdGFja2xlLWJsb2NrY2hhaW4tZXhwbG9pdC1yaXNrcy1pbi1tYWpvci1qdWx5LWhhcmQtZm9yay9hbXAv?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Wed, 12 Jul 2023 07:00:00 GMT", 20 | "title": "BNB Chain to Tackle Blockchain Exploit Risks in Major July Hard Fork - CoinDesk", 21 | "content": "The hard fork is forecasted to occur on 19th July 2023. at 6:00 UTC. A hard fork refers to a permanent change in the way a network operates by way of a software upgrade. No new BNB tokens will be issued for this upgrade, and two-thirds of all BNB Chain validators will need to upgrade their nodes to process blocks following the upgrade." 22 | }, 23 | { 24 | "id": 2, 25 | "url": "https://news.google.com/rss/articles/CBMiR2h0dHBzOi8vY3J5cHRvYnJpZWZpbmcuY29tL2JuYi1iZWFjb24tY2hhaW4tc2VjdXJpdHktdXBncmFkZS1oYXJkLWZvcmsv0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Wed, 12 Jul 2023 07:00:00 GMT", 27 | "title": "BNB Beacon Chain Will Undergo Key Security Upgrade and Hard Fork - Crypto Briefing", 28 | "content": "Share this article URL Copied\n\nThe BNB Beacon Chain is poised to undergo a scheduled hard fork and security upgrade on July 19th, 2023, as announced by the network\u2019s technical team. This update, expected to occur at block height 328,088,888, will require all full node operators to shift to software version v0.10.16.\n\nThe upcoming changes include the introduction of BEP-255, a feature that aims to boost security on the BNB Beacon Chain through on-chain asset reconciliation. This mechanism allows for the tracking of user balance changes in each block, ensuring the detection and rectification of any inconsistencies. In the event of reconciliation errors, the blockchain is designed to halt the production of new blocks, thereby mitigating potential security threats.\n\nIn addition to the new feature, the hard fork upgrade will address a security vulnerability known as the \u2018Rogue Key Attack.\u2019 This bug, which could potentially compromise the network\u2019s \u201cFast Finality\u201d mechanism, will be rectified through the clearing of all existing vote addresses once the hard fork is activated. Post-upgrade, validators will be required to add their vote addresses once again to ensure the continued proper functioning and integrity of the BNB Beacon Chain." 29 | }, 30 | { 31 | "id": 5, 32 | "url": "https://news.google.com/rss/articles/CBMiR2h0dHBzOi8vY3J5cHRvYnJpZWZpbmcuY29tL2JuYi1iZWFjb24tY2hhaW4tc2VjdXJpdHktdXBncmFkZS1oYXJkLWZvcmsv0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Wed, 12 Jul 2023 07:00:00 GMT", 34 | "title": "BNB Beacon Chain Will Undergo Key Security Upgrade and Hard Fork - Crypto Briefing", 35 | "content": "Share this article URL Copied\n\nThe BNB Beacon Chain is poised to undergo a scheduled hard fork and security upgrade on July 19th, 2023, as announced by the network\u2019s technical team. This update, expected to occur at block height 328,088,888, will require all full node operators to shift to software version v0.10.16.\n\nThe upcoming changes include the introduction of BEP-255, a feature that aims to boost security on the BNB Beacon Chain through on-chain asset reconciliation. This mechanism allows for the tracking of user balance changes in each block, ensuring the detection and rectification of any inconsistencies. In the event of reconciliation errors, the blockchain is designed to halt the production of new blocks, thereby mitigating potential security threats.\n\nIn addition to the new feature, the hard fork upgrade will address a security vulnerability known as the \u2018Rogue Key Attack.\u2019 This bug, which could potentially compromise the network\u2019s \u201cFast Finality\u201d mechanism, will be rectified through the clearing of all existing vote addresses once the hard fork is activated. Post-upgrade, validators will be required to add their vote addresses once again to ensure the continued proper functioning and integrity of the BNB Beacon Chain." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-07-22.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 4, 4 | "url": "https://news.google.com/rss/articles/CBMic2h0dHBzOi8vbS5lY29ub21pY3RpbWVzLmNvbS9tYXJrZXRzL2NyeXB0b2N1cnJlbmN5L2NyeXB0by10YXgtd2hhdC1pbnZlc3RvcnMtbmVlZC10by1rbm93L2FydGljbGVzaG93LzEwMjAzMTQyMS5jbXPSAXdodHRwczovL20uZWNvbm9taWN0aW1lcy5jb20vbWFya2V0cy9jcnlwdG9jdXJyZW5jeS9jcnlwdG8tdGF4LXdoYXQtaW52ZXN0b3JzLW5lZWQtdG8ta25vdy9hbXBfYXJ0aWNsZXNob3cvMTAyMDMxNDIxLmNtcw?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 22 Jul 2023 07:00:00 GMT", 6 | "title": "Crypto Tax: What investors need to know - The Economic Times", 7 | "content": "\n\n\n\n\n\n\n\nIt\u2019s tax season, and for the first time, India\u2019s crypto investors will be filing their taxes on gains and claiming TDS refunds, where applicable. The process will give regulators greater visibility into the fast-growing Indian crypto market, and help establish trust and transparency in the ecosystem.For a taxpayer, there are new schedules to be filled. Regular crypto traders with multiple transactions could find it all a bit overwhelming, and hence it is advisable to take the help of a qualified tax adviser. There is no substitute for a professional tax expert. Nevertheless, a few things are worth keeping in mind.The world of crypto, or Virtual Digital Assets to use the official term, has financial activities beyond just buying and selling the asset according to the market movement. There are crypto-specific activities such as staking, wherein an asset holder \u201clocks up\u201d their crypto in the blockchain network to support its operations and earn rewards in return. Crypto itself comes in different forms \u2014 NFT or non-fungible tokens are a type of digital asset that represents ownership of an item, be it artwork or tokenized form or a real-world asset. There are creators who mint NFT on the blockchain, often by paying a transaction fee, and there are collectors who trade them.As per the rules specified by the Indian government, gains from all such crypto transactions are taxable at a flat rate of 30%. These rules, introduced during the 2022 Union Budget, are governed by Section 115BBH of the Income Tax Act, 1961. As it stands, profits from a crypto transaction cannot be offset against losses incurred from another transaction, or even another asset. Even receiving crypto as a gift is taxable subject to the threshold prescribed under Income Tax Act, 1961.This means users should have an accurate record of all their transactions for the financial year. This is critical to calculate the capital gains or losses for each of these transactions and submit the taxes. If a user is trading on a recognized India-based platform, then he or she can access these details in the profit-and-loss report the platform provides.Besides the capital gains tax, crypto transactions are also subjected to a 1% tax deducted at source (TDS), under Section 194S of the Income Tax Act, 1961. TDS, an advance tax, establishes a transaction trail, providing regulators with an overview of the activities in the market. In the case of crypto, the TDS is applicable on all sell transactions above the threshold of Rs 10,000 in a fiscal year. This means that once a user's total transaction exceeds the value of Rs 10,000 for the financial year, all sell transactions will incur a 1% TDS. For \u201cspecified persons\u201d this threshold is Rs 50,000.India-based crypto exchanges and platforms deduct this TDS on all applicable transactions and deposit the amount with the tax authorities on behalf of the users. These details can be found on Form 26AS as well as on the TDS certificate the platform provides to its users. Users can adjust the TDS amount against the tax liabilities when filing their returns.According to a recent statement by the Union Minister of State for Finance at Rajya Sabha, a TDS of Rs 157.9 crore has been deposited with the tax department on crypto transactions as of March 20, 2023.A point to stress here is, in case a user has been transacting peer-to-peer outside of a platform, then the onus of collecting the TDS and depositing it with the tax authorities lies with the individual. Non-payment or failure to deposit the TDS for crypto transactions will attract interest and penalty and is also punishable as per the Income Tax Law.If a taxpayer is unsure of any of these processes, it is always advisable to consult a professional. Keep in mind, the due date for filing income tax returns is July 31st." 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-08-13.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMiMWh0dHBzOi8vbGVhcm4uYnliaXQuY29tL2FsdGNvaW5zL3doYXQtaXMtcG9vY29pbi_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 13 Aug 2023 07:00:00 GMT", 6 | "title": "PooCoin: Your Go-to Resource for DeFi Insights and Multi-Chain Support - Bybit Learn", 7 | "content": "Grab Up to 5,000 USDT in Rewards\n\nGet a 20 USDT Coupon instantly & earn more bonuses when you sign up today." 8 | }, 9 | { 10 | "id": 5, 11 | "url": "https://news.google.com/rss/articles/CBMiMWh0dHBzOi8vbGVhcm4uYnliaXQuY29tL2FsdGNvaW5zL3doYXQtaXMtcG9vY29pbi_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 13 Aug 2023 07:00:00 GMT", 13 | "title": "PooCoin: Your Go-to Resource for DeFi Insights and Multi-Chain Support - Bybit Learn", 14 | "content": "Grab Up to 5,000 USDT in Rewards\n\nGet a 20 USDT Coupon instantly & earn more bonuses when you sign up today." 15 | }, 16 | { 17 | "id": 9, 18 | "url": "https://news.google.com/rss/articles/CBMicWh0dHBzOi8vY29pbmN1bHR1cmUuY29tL2F1L2J1c2luZXNzL2Fyay1iaXRjb2luLWV0Zi1kZWNpc2lvbi1ieS1zZWMtZmFjZXMtYW5vdGhlci1kZWxheS1hbWlkLXJlZ3VsYXRvcnktc2NydXRpbnkv0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Sun, 13 Aug 2023 07:00:00 GMT", 20 | "title": "ARK Bitcoin ETF Decision by SEC Faces Another Delay Amid Regulatory Scrutiny - Coin Culture", 21 | "content": "The decision regarding approval or disapproval of the proposed Bitcoin exchange-traded fund (ETF) by ARK Investment Management has been postponed by the United States Securities and Exchange Commission (SEC).\n\nOn August 11, the SEC initiated 21 days for public comments on the ARK 21Shares Bitcoin ETF, published in the Federal Register. This marks the most recent delay in the regulatory process of determining whether to greenlight or reject a spot crypto ETF in the United States. Initially submitted in May, ARK\u2019s ETF application provides the SEC with a window of up to 240 days, extending until January 2024, to arrive at a final verdict.\n\nTo be listed on the Cboe BZX Exchange as ARK Investment Management desires, an applicant must demonstrate a comprehensive surveillance-sharing agreement with a regulated market of significant size. The SEC had previously turned down the firm\u2019s crypto ETF proposals, asserting that they lacked measures to thwart fraudulent and manipulative activities, while also failing to safeguard investors.\n\nIn its communication on August 11, the SEC clarified, \u201cThe requirement for a regulated market of significant size does not necessitate the spot bitcoin market to be under regulation for the Commission to greenlight this proposal. Precedent indicates that a regulated market for an underlying spot commodity or currency would indeed be an exception rather than the norm.\u201d\n\nARK Investment Management\u2019s founder and CEO, Cathie Wood, stated in an interview on August 7 that she anticipated the SEC\u2019s decision delay. She also speculated that the commission might eventually approve several spot BTC ETFs simultaneously.\n\nNumerous firms, including ARK Investment Management, are vying to secure regulatory approval for spot crypto ETFs on regulated exchanges in the U.S. Notably, BlackRock, the world\u2019s largest asset management company, submitted its application in July. In response to reports suggesting that the SEC could be more amenable to a spot crypto ETF if partnered with Coinbase for surveillance-sharing, several firms amended their existing applications to include Coinbase.\n\nAs of August 11, the SEC has not sanctioned any spot cryptocurrency ETF applications for a share listing in the U.S. However, since October 2021, the commission has permitted investment instruments tied to BTC futures. Currently, Grayscale is embroiled in a legal dispute with the SEC due to the commission\u2019s denial of listing its Bitcoin trust as a spot Bitcoin ETF." 22 | } 23 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-10-19.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMiOmh0dHBzOi8va3JvYy5jb20vbGFuZXNib3JvLWJlZC1hbmQtYnJlYWtmYXN0LWhvcnJvci1tb3ZpZS_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Thu, 19 Oct 2023 07:00:00 GMT", 6 | "title": "Lanesboro Bed and Breakfast the Setting for New Horror Movie - 106.9 KROC", 7 | "content": "A new horror movie premieres tomorrow and it'll hold a special place in southeast Minnesota's heart. That's because the movie was filmed in Lanesboro at one of their many bed and breakfasts. And yes, you can be a part of the premiere tomorrow!\n\nI don't think I knew about a horror movie being filmed in Lanesboro but it's been years in the making. The director, Nick Bain, a St. Paul native, started working on the concept of the movie during the COVID lockdown, according to ABC 6.\n\nGet our free mobile app\n\nThe premise of the movie is based on a story Nick heard from a friend \"about a landline receiving calls from ghosts\". He says that it's \u201c'more of a psychological thriller with some scares'\u201d versus a classic horror movie. But eventually, he needed a place to film, and that's where the James A. Thompson House comes in.\n\nJames A. Thompson House James A. Thompson House loading...\n\nNew Horror Movie Filmed in Lanesboro\n\nNick had never been to Lanesboro before filming his movie. The reason the James A. Thompson House was selected as the filming location was because the owners had reached out to him about using the house for filming.\n\nJames A. Thompson House James A. Thompson House loading...\n\nThe movie is called 'Voice of Shadows' and stars Bee Vang of 'Gran Torino', Martin Harris of 'Red Notice' and 'Amsterdam', and also Corrinne Mica of 'Always, Lola'. The movie synopsis on IMDB says: \"A young working class woman stands to inherit an estate if she and her boyfriend abide by a set of bizarre stipulations.\"\n\nSee the Premiere of the Horror Movie Filmed in Lanesboro\n\n'Voice of Shadows' premieres tomorrow, Friday, October 20th, at the St. Mane Theater in Lanesboro. I love that it's premiering in the town it was filmed in. If you'd like to be a part of the premiere tickets are $20 and the movie starts at 7 PM.\n\nAfter the premiere, the movie will also be shown at the Twin Cities Film Festival this Saturday, October 21st." 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-10-22.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "url": "https://news.google.com/rss/articles/CBMiPmh0dHBzOi8vdS50b2RheS9iaW5hbmNlLWNvaW4tYm5iLXByaWNlLWFuYWx5c2lzLWZvci1vY3RvYmVyLTIy0gFCaHR0cHM6Ly91LnRvZGF5L2JpbmFuY2UtY29pbi1ibmItcHJpY2UtYW5hbHlzaXMtZm9yLW9jdG9iZXItMjI_YW1w?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 22 Oct 2023 07:00:00 GMT", 6 | "title": "Binance Coin (BNB) Price Analysis for October 22 - U.Today", 7 | "content": "Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions. We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available.\n\nThe week is ending bullish as most of the coins are in the green zone.\n\nAdvertisement\n\nTop coins by CoinMarketCap\n\nBNB/USD\n\nThe rate of Binance Coin (BNB) has increased by 1% since yesterday. Over the last week, the price has risen by 2.65%.\n\nImage by TradingView\n\nOn the hourly chart, the price of BNB might have found a local support level at $213.6. If the daily candle closes in the middle of the channel, the rise may continue to the resistance of $216.3 tomorrow.\n\nImage by TradingView\n\nA less clear picture is on the daily time frame as the price is far from the main levels.\n\nBuyers might only start thinking about a midterm bullish trend if the rate returns to the $220 zone and fixes above it.\n\nImage by TradingView\n\nFrom the midterm point of view, the candle is about to close bullish even though it is far from the resistance of $221.3. If a breakout of that mark happens, the upward move may lead to a test of the $230 zone.\n\nBNB is trading at $214.8 at press time." 8 | }, 9 | { 10 | "id": 2, 11 | "url": "https://news.google.com/rss/articles/CBMiPmh0dHBzOi8vdS50b2RheS9iaW5hbmNlLWNvaW4tYm5iLXByaWNlLWFuYWx5c2lzLWZvci1vY3RvYmVyLTIy0gFCaHR0cHM6Ly91LnRvZGF5L2JpbmFuY2UtY29pbi1ibmItcHJpY2UtYW5hbHlzaXMtZm9yLW9jdG9iZXItMjI_YW1w?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 22 Oct 2023 07:00:00 GMT", 13 | "title": "Binance Coin (BNB) Price Analysis for October 22 - U.Today", 14 | "content": "Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions. We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available.\n\nThe week is ending bullish as most of the coins are in the green zone.\n\nAdvertisement\n\nTop coins by CoinMarketCap\n\nBNB/USD\n\nThe rate of Binance Coin (BNB) has increased by 1% since yesterday. Over the last week, the price has risen by 2.65%.\n\nImage by TradingView\n\nOn the hourly chart, the price of BNB might have found a local support level at $213.6. If the daily candle closes in the middle of the channel, the rise may continue to the resistance of $216.3 tomorrow.\n\nImage by TradingView\n\nA less clear picture is on the daily time frame as the price is far from the main levels.\n\nBuyers might only start thinking about a midterm bullish trend if the rate returns to the $220 zone and fixes above it.\n\nImage by TradingView\n\nFrom the midterm point of view, the candle is about to close bullish even though it is far from the resistance of $221.3. If a breakout of that mark happens, the upward move may lead to a test of the $230 zone.\n\nBNB is trading at $214.8 at press time." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_bnb_202301_202401/2023-11-07.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMiVGh0dHBzOi8vY3J5cHRvLm5ld3MvYmluYW5jZS1yZWxhdGVkLXRva2Vucy1zZWUtcHJpY2Utc3VyZ2UtYWhlYWQtb2YtYmxvY2tjaGFpbi13ZWVrL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Tue, 07 Nov 2023 08:00:00 GMT", 6 | "title": "Binance-related tokens see price surge ahead of blockchain week - crypto.news", 7 | "content": "One of the year\u2019s top blockchain and web3 events, Binance Blockchain Week, is set to begin tomorrow, Nov. 8.\n\nAhead of the event, an X account which often reports on the movement of whales called Lookonchain, shared the prices of five Binance-associated tokens have seen a surge over the past month with double and triple-digit growth.\n\nYou might also like: Binance to list Bitcoin Ordinals\u2019 token ORDI\n\nA look on chain\n\nAccording to a post on X from Lookonchain, a cryptocurrency on-chain data analysis company, five tokens saw surges, including BNB with an 18% increase, TWT rising by 77%, CAKE soaring 95%, XVS with a 43% uptick, and APX leading the charge with an impressive 178% growth.\n\nNotable on this list include Trust Wallet (TWT), a mobile cryptocurrency wallet that Binance acquired in 2018 that is now seeing a price resurgence ahead of its launch, and Pancake Swap, a decentralized exchange built on the Binance Smart Chain that boasts $1.484 billion in TVL.\n\nLookonchain also highlighted notable purchasers, including wallet 0x8945, which withdrew 1 million TWT or $1.63 million when the price of the token was $1.22.\n\nAs a result, data released by 0xScope on Nov. 6 showed the world\u2019s largest cryptocurrency exchange by market cap was facing a decreasing market share, where it currently sits at 51.2%, following a 10% decrease in trading volume." 8 | }, 9 | { 10 | "id": 8, 11 | "url": "https://news.google.com/rss/articles/CBMieWh0dHBzOi8venljcnlwdG8uY29tL2NhcmRhbm8td2hhbGVzLWJhbmstb24tYS1tYXNzaXZlLWJ1bGwtcnVuLWFzLWZ1bGwtYmxvd24tbWVnYS1yYWxseS1uZWFycy1mb3ItcmlwcGxlcy14cnAtYW5kLXNvbGFuYS_SAX1odHRwczovL3p5Y3J5cHRvLmNvbS9jYXJkYW5vLXdoYWxlcy1iYW5rLW9uLWEtbWFzc2l2ZS1idWxsLXJ1bi1hcy1mdWxsLWJsb3duLW1lZ2EtcmFsbHktbmVhcnMtZm9yLXJpcHBsZXMteHJwLWFuZC1zb2xhbmEvP2FtcA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Tue, 07 Nov 2023 08:00:00 GMT", 13 | "title": "Cardano Whales Bank On A Massive Bull Run As Full-Blown Mega Rally Nears For Ripple\u2019s XRP and Solana - ZyCrypto", 14 | "content": "Advertisement\n\nCardano (ADA), the cryptocurrency launched by Ethereum co-founder Charles Hoskinson, has experienced significant growth in recent days, thanks to the bullish momentum in the crypto market following the excitement over the possible approval of a spot Bitcoin ETF.\n\nAccording to the on-chain analysis firm Santiment, Cardano saw a 9% increase in its market capitalization this Thursday, with a 36% increase over the last two weeks.\n\n\ud83d\udcc8 #Cardano has been the big story Thursday, with its market cap growing +9% in the past 24 hours and now +36% over 2 weeks. As usual, #onchain activity hinted at this #bullish action with $ADA address activity & whale transaction at their highest in 3+ months.\u2026 pic.twitter.com/IYBBk3ssf4 \u2014 Santiment (@santimentfeed) November 2, 2023\n\nThe on-chain analysis firm highlighted that this bullish trend was anticipated when analyzing Cardano\u2019s on-chain activity. Santiment detected increased activity in whale addresses and transactions (large ADA holders), reaching their highest levels in over three months.\n\nCardano regains lost enthusiasm\n\nCardano\u2019s resurgence comes amid a bullish movement in the cryptocurrency market, slowly recovering from the explosive drop it experienced since 2022, when Bitcoin reached its all-time high of approximately $67,000.\n\nSince then, ADA dropped from $1.5 in early 2022 to lows below $0.2, but it is now trading close to $0.351. It seems that Hoskinson\u2019s favourite cryptocurrency has returned to its glory days.\n\nAdvertisement\n\nCan Cardano sustain its bullish momentum and return to all-time highs above $3? According to Santiment analysts, it is possible, considering that on-chain activity indicates the project has a solid foundation for further growth in the short and medium term. For now, we will have to monitor Bitcoin\u2019s price to determine if we are indeed witnessing a new bullish crypto market rally or just a passing excitement.\n\nSolana and XRP Join the Crypto Rally\n\nCardano is not the only cryptocurrency experiencing a bullish push; other cryptos like Solana and XRP have surged and continued their bullish run despite minor Bitcoin setbacks.\n\nFor instance, Solana (SOL) has surged by 44% in the past week, going from $31.04 to a high of approximately $47, making it one of the best-performing cryptocurrencies in the weekly market. This significant increase adds to a bullish streak that started a few weeks ago, leading SOL to gain over 88% in the last month.\n\nFurthermore, analysts are optimistic about Solana\u2019s prospects for the coming years, with incredible price predictions of over 10,000%. It was quite impressive for a cryptocurrency that had dropped more than 97% from its all-time high of $260.\n\nAs recently reported by ZyCrypto, XRP has also garnered significant interest from many investors, as Ripple appears close to winning its long and tedious battle against the SEC. At the time of writing, XRP is trading at $0.68, marking a 15% increase over the past week, according to CoinMarketCap data." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-01-01.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMigwFodHRwczovL3d3dy5hbmFseXRpY3NpbnNpZ2h0Lm5ldC9jcnlwdG9jdXJyZW5jeS1hbmFseXRpY3MtaW5zaWdodC9zb2xhbmEtYmVsb3ctMTAtc2hvdWxkLXlvdS1idXktdGhlLWRpcC1vci1mbGVlLXRoZS1tYXJrZXQtaW4tMjAyM9IBjQFodHRwczovL3d3dy5hbmFseXRpY3NpbnNpZ2h0Lm5ldC9hbXAvc3RvcnkvY3J5cHRvY3VycmVuY3ktYW5hbHl0aWNzLWluc2lnaHQvc29sYW5hLWJlbG93LTEwLXNob3VsZC15b3UtYnV5LXRoZS1kaXAtb3ItZmxlZS10aGUtbWFya2V0LWluLTIwMjM?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 01 Jan 2023 08:00:00 GMT", 6 | "title": "Solana Below $10! Should You Buy the Dip or Flee the Market in 2023? - Analytics Insight", 7 | "content": "Solana Below $10: The Solana price has been falling not just for the past 30 days but also for the last 6 months. The last Solana ATH ($258.93) was set in the first week of Nov 2021. Unfortunately for Solana supporters and developers, it is not clear where the project is heading as the network's underlying cryptocurrency lost an enormous 96% from the ATH, practically making the assets worthless and bringing losses to investors that they will not be able to recover. At the time of writing, Solana's price was $9.91 and looking at the current state it is expected that the price will fall below $5." 8 | }, 9 | { 10 | "id": 5, 11 | "url": "https://news.google.com/rss/articles/CBMihAFodHRwczovL2V1cm93ZWVrbHluZXdzLmNvbS8yMDIzLzAxLzAxLzMtYnVkZ2V0LWZyaWVuZGx5LWNyeXB0b2N1cnJlbmNpZXMtdGhhdC1icmluZy1ncmVhdC1iZW5lZml0cy1iaWctZXllcy1jb2luLXNvbGFuYS1hbmQtdG9uY29pbi_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 01 Jan 2023 08:00:00 GMT", 13 | "title": "3 Budget Friendly Cryptocurrencies that bring great benefits\u2013 Big Eyes Coin, Solana, and Toncoin - Euro Weekly News", 14 | "content": "By EWN \u2022 Published: 01 Jan 2023 \u2022 11:45\n\nIn recent years, the rise of cryptocurrency has brought about a new era in finance and technology. Many cryptocurrencies have gained significant value and have brought numerous benefits to their users.\n\nBig Eyes Coin (BIG), Solana (SOL), and Toncoin (TON) are one of the few cryptocurrencies that have gained attention for their innovative features and remain just under $15 as of now- making them phenomenal options for those looking to invest on budget.\n\nCan Solana take over its competitors with such benefits?\n\nSolana (SOL) is a decentralised network that aims to provide fast and secure transactions at scale. It is designed to be a scalable platform for decentralised applications and smart contracts, allowing developers to build decentralised applications on top of their blockchain. Solana boasts high transaction speeds and can process over 65,000 transactions per second.\n\nSolana is known for its low transaction fees, which make it an affordable platform for developers and users. It also strongly focuses on security and decentralisation, with a decentralised governance system to let users participate in its voting. It is also one of the most environmentally friendly blockchains, using only a fraction of the energy used by other projects.\n\nThe total token supply for Solana is limited to 990 million tokens, with a small percentage of new tokens being released each year to fund ongoing development and support the network.\n\nWhat purpose does Toncoin Serve?\n\nToncoin (TON) is a cryptocurrency that aims to revolutionise how people interact and transact online. It was developed by the team behind the popular messaging app Telegram and utilized a unique blockchain technology known as \u201cInstant Hypercube Routing.\u201d This technology allows for lightning-fast transactions and high scalability, making it suitable for various applications such as payments, messaging, file sharing, and more.\n\nTON focuses on privacy and security, with features such as end-to-end encryption and secure messaging. The max supply of TON is limited to 5 billion tokens, with a portion of these being released through an initial coin offering and the rest being reserved for future development and distribution.\n\nWhat makes Big Eyes Coin better than other Meme Tokens?\n\nBig Eyes Coin (BIG) is a token currently being sold through its presale and has reached stage 7. Its presale has been a great success, raising over $11.8 Million. Moreover, it operates on Ethereum\u2019s blockchain and is an ERC-20 token, allowing it to benefit from the many changes brought about by the Ethereum Merge.\n\nAdditionally, BIG aims to launch its NFTs alongside its custom-themed merchandise to sell to its fans.\n\nBIG holds a large total supply of tokens, 200 billion, which is planned for different purposes. 20% of the complete supply will be distributed to exchanges, 70% will be sold in public presale, 5% will be donated to charities for improving oceans, and the remaining 5% will be used for marketing.\n\nBig Eyes Coin Presale: How To Purchase\n\nBig Eyes Coin (BIG) is currently being sold through its presale, and purchasing it is very uncomplicated:\n\nMake a wallet on MetaMask or Trust Wallet. Choose a purchasing method to buy BIG, such as USDT, BNB, and ETH. Confirm your order and wait for the end of the presale season to collect your tokens from the Big Eyes Coin (BIG) website.\n\nThe purchased tokens can be collected once the presale ends. Additionally, users who use code BIGsave681 will receive a 5% BIG token bonus upon receiving their tokens, so don\u2019t miss out!\n\nIn conclusion, these cryptocurrencies are great examples that may offer unique benefits and are valued at a relatively low price point. However, they may not remain at this price for long once the market uptrends, and they collect a larger user base.\n\nFor more information on Big Eyes Coin (BIG), you can visit the following links:\n\nPresale: https://buy.bigeyes.space/\n\nWebsite: https://bigeyes.space/\n\nTelegram: https://t.me/BIGEYESOFFICIAL\n\nSponsored\n\nWARNING: The investment in crypto assets is not regulated, it may not be suitable for retail investors and the total amount invested could be lost\n\nAVISO IMPORTANTE: La inversi\u00f3n en criptoactivos no est\u00e1 regulada, puede no ser adecuada para inversores minoristas y perderse la totalidad del importe invertido" 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-01-28.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "url": "https://news.google.com/rss/articles/CBMiW2h0dHBzOi8vd3d3LmJzYy5uZXdzL3Bvc3Qvc29sYW5hLXZtLWRldmVsb3BlcnMtbWFraW5nLXByb2dyZXNzLW9uLW1vdmUtbGFuZ3VhZ2UtaW50ZWdyYXRpb27SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 28 Jan 2023 08:00:00 GMT", 6 | "title": "Solana VM Developers Making Progress on Move Language Integration - BSC NEWS", 7 | "content": "SOL\n\nSolana devs are working on integrating the Move programming language into its library of compatible codes. Could it help Solana capture some of Aptos' mojo?\n\nMove Language Powers Aptos, Sui, (formerly) Diem\n\nThe hottest coin in crypto right now is arguably Aptos, whose claim to fame is being the first Layer-1 blockchain based on Facebook\u2019s Move programming language and scrapped stablecoin project Diem. Meanwhile, developers on Solana recently reported success in integrating Move into the relatively old-school blockchain.\n\nWould the addition of Move into Solana\u2019s library of compatible codes provide a boost to the beleaguered but still highly active ecosystem?\n\n\ud83d\ude0d @solanalabs' VM team is building a Move compiler for Solana.\n\nYesterday, devs were able to compile and link Move code into a Solana VM binary. pic.twitter.com/AwupcshIR6 \u2014 Richard Patel (@fd_ripatel) January 27, 2023\n\nOn Jan. 27, software developer Richard Patel tweeted that devs from Solana Labs Virtual Machine team were able to compile and link Move code into a Solana VM binary file.\n\nThe progress is evidence that Solana devs have been building throughout rocky economic conditions, at least since early September 2022.\n\nThe goal is to listen to what the devs want and give it to them. Currently Solana smart contracts can be written in Rust, C, Python and Move once it\u2019s done. Claiming a single language is better is silly. Languages aren\u2019t a moat, enable all of them if you can \u2014 Chase Barker (@therealchaseeb) September 3, 2022\n\nWhat is Solana:\n\nSolana is a public, open-source blockchain that allows for smart contracts, non-fungible tokens (NFTs), and various decentralized applications (dApps). The SOL token, which is native to Solana's blockchain, provides network security through staking as well as a means of transferring value.\n\nLearn more about Solana:\n\nWebsite | Twitter | Docs | Github | Discord |\n\nWhat is Aptos:\n\nAptos is a new, independent project focused on delivering the safest and most production-ready Layer 1 blockchain in the world. The team includes the original creators, researchers, designers, and builders of Diem, the blockchain that was first built to serve this purpose.\n\nWhere to find Aptos Labs:\n\nWebsite | Twitter | Telegram | Medium | Discord |" 8 | }, 9 | { 10 | "id": 0, 11 | "url": "https://news.google.com/rss/articles/CBMiW2h0dHBzOi8vd3d3LmJzYy5uZXdzL3Bvc3Qvc29sYW5hLXZtLWRldmVsb3BlcnMtbWFraW5nLXByb2dyZXNzLW9uLW1vdmUtbGFuZ3VhZ2UtaW50ZWdyYXRpb27SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sat, 28 Jan 2023 08:00:00 GMT", 13 | "title": "Solana VM Developers Making Progress on Move Language Integration - BSC NEWS", 14 | "content": "SOL\n\nSolana devs are working on integrating the Move programming language into its library of compatible codes. Could it help Solana capture some of Aptos' mojo?\n\nMove Language Powers Aptos, Sui, (formerly) Diem\n\nThe hottest coin in crypto right now is arguably Aptos, whose claim to fame is being the first Layer-1 blockchain based on Facebook\u2019s Move programming language and scrapped stablecoin project Diem. Meanwhile, developers on Solana recently reported success in integrating Move into the relatively old-school blockchain.\n\nWould the addition of Move into Solana\u2019s library of compatible codes provide a boost to the beleaguered but still highly active ecosystem?\n\n\ud83d\ude0d @solanalabs' VM team is building a Move compiler for Solana.\n\nYesterday, devs were able to compile and link Move code into a Solana VM binary. pic.twitter.com/AwupcshIR6 \u2014 Richard Patel (@fd_ripatel) January 27, 2023\n\nOn Jan. 27, software developer Richard Patel tweeted that devs from Solana Labs Virtual Machine team were able to compile and link Move code into a Solana VM binary file.\n\nThe progress is evidence that Solana devs have been building throughout rocky economic conditions, at least since early September 2022.\n\nThe goal is to listen to what the devs want and give it to them. Currently Solana smart contracts can be written in Rust, C, Python and Move once it\u2019s done. Claiming a single language is better is silly. Languages aren\u2019t a moat, enable all of them if you can \u2014 Chase Barker (@therealchaseeb) September 3, 2022\n\nWhat is Solana:\n\nSolana is a public, open-source blockchain that allows for smart contracts, non-fungible tokens (NFTs), and various decentralized applications (dApps). The SOL token, which is native to Solana's blockchain, provides network security through staking as well as a means of transferring value.\n\nLearn more about Solana:\n\nWebsite | Twitter | Docs | Github | Discord |\n\nWhat is Aptos:\n\nAptos is a new, independent project focused on delivering the safest and most production-ready Layer 1 blockchain in the world. The team includes the original creators, researchers, designers, and builders of Diem, the blockchain that was first built to serve this purpose.\n\nWhere to find Aptos Labs:\n\nWebsite | Twitter | Telegram | Medium | Discord |" 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-02-05.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMiOWh0dHBzOi8vbGVhcm4uYnliaXQuY29tL2Jsb2NrY2hhaW4vd2hhdC1pcy1jb3JlLWRhby1jb3JlL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 05 Feb 2023 08:00:00 GMT", 6 | "title": "Core (CORE): Solving the Blockchain Trilemma with PoW & DPoS - Bybit Learn", 7 | "content": "Grab Up to 5,000 USDT in Rewards\n\nGet a 20 USDT Coupon instantly & earn more bonuses when you sign up today." 8 | }, 9 | { 10 | "id": 3, 11 | "url": "https://news.google.com/rss/articles/CBMiOWh0dHBzOi8vbGVhcm4uYnliaXQuY29tL2Jsb2NrY2hhaW4vd2hhdC1pcy1jb3JlLWRhby1jb3JlL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 05 Feb 2023 08:00:00 GMT", 13 | "title": "Core (CORE): Solving the Blockchain Trilemma with PoW & DPoS - Bybit Learn", 14 | "content": "Grab Up to 5,000 USDT in Rewards\n\nGet a 20 USDT Coupon instantly & earn more bonuses when you sign up today." 15 | }, 16 | { 17 | "id": 4, 18 | "url": "https://news.google.com/rss/articles/CBMiTGh0dHBzOi8vd3d3LmJzYy5uZXdzL3Bvc3QvNS1mYWN0cy1hYm91dC10aGUtaW50ZXJuZXQtY29tcHV0ZXItaWNwLWJsb2NrY2hhaW7SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Sun, 05 Feb 2023 08:00:00 GMT", 20 | "title": "5 Facts About the Internet Computer (ICP) Blockchain - BSC NEWS", 21 | "content": "ICP\n\nThe Internet Computer blockchain system stands out among other blockchain networks and here we learn some basic facts.\n\nFive Facts about the Internet Computer (ICP) Blockchain\n\nThe Internet Computer is growing as 2023 takes shape. The ecosystem has grown nearly 50% so far in 2023 and in doing so is attracting attention from myriad users in the industry.\n\nThe Internet Computer has considerable upside and still feels largely unknown and misunderstood. Below, we quickly explore five facts about the Internet Computer (ICP) Blockchain. Let\u2019s go!\n\n1. Decentralized Infrastructure\n\nThe Internet Computer was created as a decentralized infrastructure to host and support applications, websites, and other digital services.\n\n2. High Performance\n\nThe Internet Computer was built using a new consensus mechanism called \"Dfinity Consensus.\" The \u201cDfinity Consensus\u201d enables fast, secure, and scalable transactions that allow for the ICP system to process thousands of transactions per second, making it ideal for scaling Web3.\n\n3. Innovative Architecture\n\nTogether with the \u201cDfinity Consensus,\u201d ICP is built for fast and efficient scaling that accommodates a large number of users and applications using technology like its novel Chain Key mechanism.\n\n4. Open-Source\n\nThe Internet Computer is open-source, which means that its code is publicly available. Open-Source code can be reviewed and contributed by the public.\n\n5. New Development Platform\n\nThe Internet Computer provides a new development platform for developers to build and host decentralized applications, websites, and other digital services. It offers a number of key benefits over traditional web hosting and cloud computing, including greater security, reliability, and scalability. Developers can use several programming languages -- including JavaScript, Python, and Rust -- to build on the Internet Computer, making it accessible to a wide range of developers and technical communities.\n\nWhat is the Internet Computer:\n\nInternet Computer (ICP) is a set of protocols that allow independent data centers around the world to band together and offer a decentralized alternative to the current centralized internet cloud providers. The Internet Computer is a World Computer blockchain that can host and run mass-market social networks, online games, video streaming services, or enterprise systems entirely on the blockchain itself \u2014 eliminating the need for centralized IT and cloud services. The native ICP token is used for governance (holders can vote on the future of the network), to reward network participants for good behavior, and is used to pay fees for making transactions.\n\nWhere to find the Internet Computer:\n\nWebsite | Twitter | Medium | Discord |" 22 | } 23 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-04-07.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 0, 4 | "url": "https://news.google.com/rss/articles/CBMiTGh0dHBzOi8vY3J5cHRvc2xhdGUuY29tL3NvbGFuYS1yZXZlYWxzLWxvdy1jb3N0LW5mdHMtd2l0aC1zdGF0ZS1jb21wcmVzc2lvbi_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Fri, 07 Apr 2023 07:00:00 GMT", 6 | "title": "Solana reveals low-cost NFTs with state compression - CryptoSlate", 7 | "content": "Solana on April 6 announced the introduction of state compression, a new feature that will significantly reduce the cost of minting NFTs.\n\nAccording to Solana, state compression can be used to store any type of on-chain data, but is typically used with non-fungible tokens (NFTs) at present.\n\nThe approach involves modifying an existing Merkle tree on the Solana blockchain instead of carrying out a standard transaction, allowing for \u201cdrastically cheaper\u201d NFTs.\n\nThe cost of minting and storing compressed NFTs scales with the number of items in question. In one estimate, Solana said that it costs 5.35 SOL ($113) to mint and store one million compressed NFTs. By comparison, it would cost 12,000 SOL ($253,680) to mint the same amount of NFTs on Solana without the benefits of state compression.\n\nSolana also said that it costs just 0.000005 SOL (less than one cent) to mint a single compressed NFT. A complete price scale is shown in the project\u2019s blog post.\n\nSolana said that at least five projects are already using the feature.\n\nMentioned in this article" 8 | }, 9 | { 10 | "id": 1, 11 | "url": "https://news.google.com/rss/articles/CBMiTGh0dHBzOi8vY3J5cHRvc2xhdGUuY29tL3NvbGFuYS1yZXZlYWxzLWxvdy1jb3N0LW5mdHMtd2l0aC1zdGF0ZS1jb21wcmVzc2lvbi_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Fri, 07 Apr 2023 07:00:00 GMT", 13 | "title": "Solana reveals low-cost NFTs with state compression - CryptoSlate", 14 | "content": "Solana on April 6 announced the introduction of state compression, a new feature that will significantly reduce the cost of minting NFTs.\n\nAccording to Solana, state compression can be used to store any type of on-chain data, but is typically used with non-fungible tokens (NFTs) at present.\n\nThe approach involves modifying an existing Merkle tree on the Solana blockchain instead of carrying out a standard transaction, allowing for \u201cdrastically cheaper\u201d NFTs.\n\nThe cost of minting and storing compressed NFTs scales with the number of items in question. In one estimate, Solana said that it costs 5.35 SOL ($113) to mint and store one million compressed NFTs. By comparison, it would cost 12,000 SOL ($253,680) to mint the same amount of NFTs on Solana without the benefits of state compression.\n\nSolana also said that it costs just 0.000005 SOL (less than one cent) to mint a single compressed NFT. A complete price scale is shown in the project\u2019s blog post.\n\nSolana said that at least five projects are already using the feature.\n\nMentioned in this article" 15 | }, 16 | { 17 | "id": 7, 18 | "url": "https://news.google.com/rss/articles/CBMiMWh0dHBzOi8va2xhcS5jb20vdGV4YXMtaG90LXRvcGljLWhpcmVzLWJsYWNrLWNhdC_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Fri, 07 Apr 2023 07:00:00 GMT", 20 | "title": "Texas Hot Topic Hires Mischievous Black Cat as New Employee - klaq.com", 21 | "content": "If a black cat could work anywhere, where would it work? Of course, we know cats don't work, but if we had to take a guess, I would say that Hot Topic would be perfect for black cats! At least, that's how it happened to one particularly mischievous kitty in El Paso.\n\nThis is Soot Sprite, named after the pitch-black and fuzzy-haired beings straight out of a Studio Ghibli movie, and she's quite the character.\n\nSoot Sprite is the resident cat at Sun City Kitty, El Paso's first and only cat caf\u00e9 located inside Sunland Park Mall.\n\nSprite is there to help the other kitties get acquainted with the space and, most importantly, she's there to welcome everyone to the kitty caf\u00e9. But, recently, Sprite has been getting into some hijinks.\n\nEnter your number to get our free mobile app\n\nIt all started when the workers at Sun City Kitty discovered, to their horror, that Sprite could get out of the gate and wander about the mall on her own! One morning, they found her atop the Hot Topic sign.\n\nBecause of this incident, procedures had to be put in place to avoid a repeat of Sprite's jailbreak!\n\nThe employees of Sun City Kitty were concerned for her safety, but they also didn't want to restrict her of going on adventures, so- Sprite got her very own chauffer.\n\nWith her outgoing and can-do attitude, the employees of Hot Topic decided that Soot Sprite would make the purrfect sales associate, and in turn made her an honorary employee! Because, where else would a black cat work?\n\nSprite got her very own work badge, and while she won't be on the prowl anymore, she most certainly fits the Hot Topic aesthetic, where I'm sure she's welcome anytime! Good job, Soot Sprite!\n\nYou can find out more about Sun City Kitty, including how to apply to adopt, here." 22 | } 23 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-04-30.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 3, 4 | "url": "https://news.google.com/rss/articles/CBMibWh0dHBzOi8vY3J5cHRvcG90YXRvLmNvbS9tYXN0ZXJjYXJkLXRlYW1zLXVwLXdpdGgtYXB0b3MtcG9seWdvbi1hdmFsYW5jaGUtc29sYW5hLXRvLXN0cmVuZ3RoZW4td2ViMy1mb290aG9sZC_SAXFodHRwczovL2NyeXB0b3BvdGF0by5jb20vbWFzdGVyY2FyZC10ZWFtcy11cC13aXRoLWFwdG9zLXBvbHlnb24tYXZhbGFuY2hlLXNvbGFuYS10by1zdHJlbmd0aGVuLXdlYjMtZm9vdGhvbGQvP2FtcA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 30 Apr 2023 07:00:00 GMT", 6 | "title": "Mastercard Teams Up With Aptos, Polygon, Avalanche, Solana to Strengthen Web3 Foothold - CryptoPotato", 7 | "content": "US payment giant Mastercard has dispatched a new Web3 solution that seeks to bring more trust to blockchain transactions.\n\nDubbed \u2018Mastercard Crypto Credential,\u2019 the offering will establish a set of common standards and infrastructure that will \u201chelp attest to trusted interactions among consumers and businesses using blockchain networks.\u201d\n\nMastercard Crypto Credential\n\nIn a blog post published on April 28th, Mastercard highlighted the need for trusted, compliant, and verifiable interactions to take place on public blockchain networks. To that extent, Mastercard Crypto Credential is designed to help ensure that the players interested in interacting across Web3 meet certain defined standards while engaging in any type of activity.\n\nIn addition to defining verification standards and levels, Mastercard Crypto Credential will also provide necessary enabling technology to target more use cases.\n\nMastercard said that the focus will be on providing easy-to-remember, straightforward aliases to help consumers share wallet addresses with one another, ramping up the consumer experience alongside reducing the potential for errors.\n\nBringing richer information to blockchain transactions through metadata is yet another aspect that the new offering will target, along with defining attributes of a wallet to help ensure that transactions are completed as intended.\n\nAdditionally, the company has tapped into CipherTrace\u2019s suite of services to verify addresses and support Travel Rule compliance for cross-border transactions.\n\nFor this initiative, the company has teamed up with prominent blockchain entities such as Aptos Labs, Ava Labs, Polygon Labs, and The Solana Foundation. These partners are tasked with assisting the company in bringing Mastercard Crypto Credential to the application developers in their ecosystems.\n\nThe collaboration aims to enhance verification in NFTs, ticketing, enterprise, and other payment solutions.\n\nMastercard Upping its Web3 Exposure\n\nMastercard has been engaged in several initiatives in the Web3 space. Last October, it launched a program to help traditional financial institutions offer cryptocurrency trading to their clients. The payments firm teamed up with Binance to roll out crypto prepaid cards in Brazil.\n\nMore recently, Mastercard outlined its plans to release NFT to help Web3 musicians access resources to boost their careers." 8 | }, 9 | { 10 | "id": 1, 11 | "url": "https://news.google.com/rss/articles/CBMibWh0dHBzOi8vY3J5cHRvcG90YXRvLmNvbS9tYXN0ZXJjYXJkLXRlYW1zLXVwLXdpdGgtYXB0b3MtcG9seWdvbi1hdmFsYW5jaGUtc29sYW5hLXRvLXN0cmVuZ3RoZW4td2ViMy1mb290aG9sZC_SAXFodHRwczovL2NyeXB0b3BvdGF0by5jb20vbWFzdGVyY2FyZC10ZWFtcy11cC13aXRoLWFwdG9zLXBvbHlnb24tYXZhbGFuY2hlLXNvbGFuYS10by1zdHJlbmd0aGVuLXdlYjMtZm9vdGhvbGQvP2FtcA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 30 Apr 2023 07:00:00 GMT", 13 | "title": "Mastercard Teams Up With Aptos, Polygon, Avalanche, Solana to Strengthen Web3 Foothold - CryptoPotato", 14 | "content": "US payment giant Mastercard has dispatched a new Web3 solution that seeks to bring more trust to blockchain transactions.\n\nDubbed \u2018Mastercard Crypto Credential,\u2019 the offering will establish a set of common standards and infrastructure that will \u201chelp attest to trusted interactions among consumers and businesses using blockchain networks.\u201d\n\nMastercard Crypto Credential\n\nIn a blog post published on April 28th, Mastercard highlighted the need for trusted, compliant, and verifiable interactions to take place on public blockchain networks. To that extent, Mastercard Crypto Credential is designed to help ensure that the players interested in interacting across Web3 meet certain defined standards while engaging in any type of activity.\n\nIn addition to defining verification standards and levels, Mastercard Crypto Credential will also provide necessary enabling technology to target more use cases.\n\nMastercard said that the focus will be on providing easy-to-remember, straightforward aliases to help consumers share wallet addresses with one another, ramping up the consumer experience alongside reducing the potential for errors.\n\nBringing richer information to blockchain transactions through metadata is yet another aspect that the new offering will target, along with defining attributes of a wallet to help ensure that transactions are completed as intended.\n\nAdditionally, the company has tapped into CipherTrace\u2019s suite of services to verify addresses and support Travel Rule compliance for cross-border transactions.\n\nFor this initiative, the company has teamed up with prominent blockchain entities such as Aptos Labs, Ava Labs, Polygon Labs, and The Solana Foundation. These partners are tasked with assisting the company in bringing Mastercard Crypto Credential to the application developers in their ecosystems.\n\nThe collaboration aims to enhance verification in NFTs, ticketing, enterprise, and other payment solutions.\n\nMastercard Upping its Web3 Exposure\n\nMastercard has been engaged in several initiatives in the Web3 space. Last October, it launched a program to help traditional financial institutions offer cryptocurrency trading to their clients. The payments firm teamed up with Binance to roll out crypto prepaid cards in Brazil.\n\nMore recently, Mastercard outlined its plans to release NFT to help Web3 musicians access resources to boost their careers." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-05-18.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMibGh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS9idXNpbmVzcy8yMDIzLzA1LzE4L2JvcmRlcmxlc3MtY2FwaXRhbC1sZWFkcy13b3JtaG9sZS1wb3dlcmVkLTUwbS1jcm9zcy1jaGFpbi1mdW5kL9IBcGh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS9idXNpbmVzcy8yMDIzLzA1LzE4L2JvcmRlcmxlc3MtY2FwaXRhbC1sZWFkcy13b3JtaG9sZS1wb3dlcmVkLTUwbS1jcm9zcy1jaGFpbi1mdW5kL2FtcC8?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Thu, 18 May 2023 07:00:00 GMT", 6 | "title": "Borderless Capital Leads Wormhole-Powered $50M Cross-Chain Fund - CoinDesk", 7 | "content": "The fund will be powered by Wormhole, a decentralized message-passing protocol that connects blockchains, enabling them to communicate with each other. The portfolio companies invested by the fund will thus be able to closely collaborate and work with Wormhole as their cross-chain solution, according to Borderless Capital." 8 | }, 9 | { 10 | "id": 4, 11 | "url": "https://news.google.com/rss/articles/CBMibGh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS9idXNpbmVzcy8yMDIzLzA1LzE4L2JvcmRlcmxlc3MtY2FwaXRhbC1sZWFkcy13b3JtaG9sZS1wb3dlcmVkLTUwbS1jcm9zcy1jaGFpbi1mdW5kL9IBcGh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS9idXNpbmVzcy8yMDIzLzA1LzE4L2JvcmRlcmxlc3MtY2FwaXRhbC1sZWFkcy13b3JtaG9sZS1wb3dlcmVkLTUwbS1jcm9zcy1jaGFpbi1mdW5kL2FtcC8?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Thu, 18 May 2023 07:00:00 GMT", 13 | "title": "Borderless Capital Leads Wormhole-Powered $50M Cross-Chain Fund - CoinDesk", 14 | "content": "The fund will be powered by Wormhole, a decentralized message-passing protocol that connects blockchains, enabling them to communicate with each other. The portfolio companies invested by the fund will thus be able to closely collaborate and work with Wormhole as their cross-chain solution, according to Borderless Capital." 15 | }, 16 | { 17 | "id": 8, 18 | "url": "https://news.google.com/rss/articles/CBMie2h0dHBzOi8vd3d3LmFuYWx5dGljc2luc2lnaHQubmV0L2NyeXB0b2N1cnJlbmN5LWFuYWx5dGljcy1pbnNpZ2h0L2Jlc3Qtc3Rha2luZy1jb2lucy1hcGVtYXgtZXRoZXJldW0tc29sYW5hLXBvbHlnb24tY2FyZGFub9IBhQFodHRwczovL3d3dy5hbmFseXRpY3NpbnNpZ2h0Lm5ldC9hbXAvc3RvcnkvY3J5cHRvY3VycmVuY3ktYW5hbHl0aWNzLWluc2lnaHQvYmVzdC1zdGFraW5nLWNvaW5zLWFwZW1heC1ldGhlcmV1bS1zb2xhbmEtcG9seWdvbi1jYXJkYW5v?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Thu, 18 May 2023 07:00:00 GMT", 20 | "title": "Best Staking Coins: ApeMax, Ethereum, Solana, Polygon, Cardano - Analytics Insight", 21 | "content": "Furthermore, the ApeMax staking process and user interface are both highly intuitive. This means that anyone, even with no technical skills or know-how, can easily start staking their ApeMax and collect earnings. Finally ApeMax staking can also be fun, as the boost to earn tokenomics introduces gamified elements which can appeal to the next generation of crypto investors. For all these reasons and more ApeMax was also recently named as one of the best crypto presales on the market today." 22 | }, 23 | { 24 | "id": 1, 25 | "url": "https://news.google.com/rss/articles/CBMiUWh0dHBzOi8vcGF0Y2guY29tL2NhbGlmb3JuaWEvc2FuLWRpZWdvL2h1bW1pbmdiaXJkLXNwb3R0ZWQtc29sYW5hLWJlYWNoLXBob3RvLWRhedIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Thu, 18 May 2023 07:00:00 GMT", 27 | "title": "Hummingbird Spotted In Solana Beach: Photo Of The Day - Patch", 28 | "content": "SOLANA BEACH, CA \u2014 Patch reader Teresa Schaefer captured this photo of an Anna's hummingbird at Annie's Canyon Trail in Solana Beach.\n\nIf you have an awesome picture of nature, breathtaking scenery, kids caught being kids, a pet doing something funny or something unusual you happen to catch with your camera, we'd love to feature it on Patch.\n\nWe're looking for high-resolution, horizontal images that reflect the beauty that is San Diego County, and that show off your unique talents.\n\nSend your photos to kristina.houck@patch.com. Be sure to include photo credit information, when and where the shot was taken, and any other details about what was going on." 29 | }, 30 | { 31 | "id": 1, 32 | "url": "https://news.google.com/rss/articles/CBMiUWh0dHBzOi8vcGF0Y2guY29tL2NhbGlmb3JuaWEvc2FuLWRpZWdvL2h1bW1pbmdiaXJkLXNwb3R0ZWQtc29sYW5hLWJlYWNoLXBob3RvLWRhedIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Thu, 18 May 2023 07:00:00 GMT", 34 | "title": "Hummingbird Spotted In Solana Beach: Photo Of The Day - Patch", 35 | "content": "SOLANA BEACH, CA \u2014 Patch reader Teresa Schaefer captured this photo of an Anna's hummingbird at Annie's Canyon Trail in Solana Beach.\n\nIf you have an awesome picture of nature, breathtaking scenery, kids caught being kids, a pet doing something funny or something unusual you happen to catch with your camera, we'd love to feature it on Patch.\n\nWe're looking for high-resolution, horizontal images that reflect the beauty that is San Diego County, and that show off your unique talents.\n\nSend your photos to kristina.houck@patch.com. Be sure to include photo credit information, when and where the shot was taken, and any other details about what was going on." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-05-27.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMicWh0dHBzOi8vdGltZXNvZnNhbmRpZWdvLmNvbS9jcmltZS8yMDIzLzA1LzI3L21hbi1hcnJlc3RlZC1pbi1jb21tZXJjaWFsLXZhbi1hZnRlci1wb2xpY2UtY2hhc2UtdGhyb3VnaC1zYW4tZGllZ28v0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 27 May 2023 07:00:00 GMT", 6 | "title": "Man Arrested in Commercial Van After Police Chase Through San Diego - Times of San Diego", 7 | "content": "A man was arrested and jailed Saturday after he fled police in a commercial van on freeways and city streets for 90 minutes, authorities said. Photo via OnScene.TV.\n\nA man was arrested and jailed Saturday after he fled police in a commercial van on freeways and city streets for 90 minutes, authorities said.\n\nThe pursuit began at 9:15 a.m. Saturday when the driver ran a red light at the intersection of Fairmont Avenue and Wightman Street in City Heights, according to an interview by OnScene TV with Lt. Jake Resch of the San Diego Police Department.\n\nThe suspect eventually stopped near the Del Mar Fairgrounds after three of the van\u2019s tires were flattened when police threw a spike strip, the lieutenant said.\n\nDuring the beginning of the chase, the suspect threw out a firearm, which police recovered, Resch said.\n\n\u201cHe called 911 dispatchers and made several rambling statements about his family being in trouble,\u201d Resch said. \u201cWe sent officers to the address and confirmed they were not in trouble. We were able to get the stop strips out and he ultimately stopped for us, during which he complied and surrendered.\u201d\n\nAt one point near the end of the pursuit, the suspect made a statement that he still had a firearm and explosives, the lieutenant said. But during a search of the van, police did not find any explosives.\n\nThe suspect was booked into San Diego County Jail and the van was impounded, Resch said. The suspect\u2019s name was not immediately released.\n\nDuring the pursuit, the van traveled from Interstate 805 north to northbound Interstate 5 to Solana Beach, then went south back on I-5. It drove into Pacific Beach and then back north to I-5 and from Highway 56 east to southbound I-805 into North Park through city streets into South Park. It then entered I-805 north and drove back up the I-5 and to Via de La Valle.\n\n\u2013City News Service" 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-06-04.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "url": "https://news.google.com/rss/articles/CBMiZGh0dHBzOi8vY29pbmdhcGUuY29tL21hcmtldHMvc29sYW5hLXByaWNlLWFuYWx5c2lzLWJ1bGxpc2gtcGF0dGVybi1zZXRzLXNvbC1wcmljZS1uZXh0LXRhcmdldC10by0yNC_SAWhodHRwczovL2NvaW5nYXBlLmNvbS9tYXJrZXRzL3NvbGFuYS1wcmljZS1hbmFseXNpcy1idWxsaXNoLXBhdHRlcm4tc2V0cy1zb2wtcHJpY2UtbmV4dC10YXJnZXQtdG8tMjQvYW1wLw?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 04 Jun 2023 07:00:00 GMT", 6 | "title": "Solana Price Analysis: Bullish Pattern Sets $SOL Price Next Target to $24 - CoinGape", 7 | "content": "Solana Price Analysis: As the crypto market reflects a lack of initiation from buyers or sellers for trend control, the Solana price witnessed a sideways trend for nearly a month. However, a closer look at the lower time frame of 4 hours, the coin price revealed the formation of an inverted head and shoulder pattern. This pattern creates an important pivot point for trend reversal and offers a long entry opportunity for interest traders before a significant rally.\n\nAlso Read: Solana Price Prediction: SOL Price May See a 30% Upswing if these Conditions are Met\n\nadvertisement\n\nSolana Price Daily Chart\n\nA bullish breakout from the inverted H&S pattern bolsters SOL price for a 12% jump\n\nAn uptick in the ADX indicator at 20% reflects the strength in buyers to lead a significant upswing\n\nThe 24-hour trading volume in the Solana coin is $250.5 Million, indicating a 59% gain.\n\nSource-Tradingview\n\nToday, with a 4% Jump, the Solana coin price shows a massive breakout from the neckline resistance(orange) of the inverted H&S pattern. The breakout is backed by rising volume and some follow-up green candles reflect the buyer\u2019s conviction to reclaim lost ground.\n\nBy the press time, the Solana price trades at the $22 mark, but the market participant can expect a minor pullback where the coin retests the breach trendline. The potential retest will validate that the buyers can sustain the higher levels.\n\nThis retest will also be the entry opportunity for potential buyers after which the price is expected to rally to 12% to hit the $24 mark.\n\nIn case, the daily candle plunges below the neckline resistance the bullish thesis will get invalidated.\n\nWill Solana Price Poke $24 ?\n\nIn theory, the potential target for the inverted head and shoulder pattern is the distance between the head\u2019s low and neckline shot from the breakout point. Thus, with sustained buying, the SOL price is likely to hit $24, facing an in-between hurdle of $23.\n\nDMI: A massive spread between the DI+ and DI- slope reflects a positive trend sentiment for the Solana coin\n\nExponential Moving Average: With the recent growth, the buyers reclaimed daily EMAs (20, 50, 100) offering additional support for the coin price to hold higher." 8 | }, 9 | { 10 | "id": 7, 11 | "url": "https://news.google.com/rss/articles/CBMiZGh0dHBzOi8vY29pbmdhcGUuY29tL21hcmtldHMvc29sYW5hLXByaWNlLWFuYWx5c2lzLWJ1bGxpc2gtcGF0dGVybi1zZXRzLXNvbC1wcmljZS1uZXh0LXRhcmdldC10by0yNC_SAWhodHRwczovL2NvaW5nYXBlLmNvbS9tYXJrZXRzL3NvbGFuYS1wcmljZS1hbmFseXNpcy1idWxsaXNoLXBhdHRlcm4tc2V0cy1zb2wtcHJpY2UtbmV4dC10YXJnZXQtdG8tMjQvYW1wLw?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Sun, 04 Jun 2023 07:00:00 GMT", 13 | "title": "Solana Price Analysis: Bullish Pattern Sets $SOL Price Next Target to $24 - CoinGape", 14 | "content": "Solana Price Analysis: As the crypto market reflects a lack of initiation from buyers or sellers for trend control, the Solana price witnessed a sideways trend for nearly a month. However, a closer look at the lower time frame of 4 hours, the coin price revealed the formation of an inverted head and shoulder pattern. This pattern creates an important pivot point for trend reversal and offers a long entry opportunity for interest traders before a significant rally.\n\nAlso Read: Solana Price Prediction: SOL Price May See a 30% Upswing if these Conditions are Met\n\nadvertisement\n\nSolana Price Daily Chart\n\nA bullish breakout from the inverted H&S pattern bolsters SOL price for a 12% jump\n\nAn uptick in the ADX indicator at 20% reflects the strength in buyers to lead a significant upswing\n\nThe 24-hour trading volume in the Solana coin is $250.5 Million, indicating a 59% gain.\n\nSource-Tradingview\n\nToday, with a 4% Jump, the Solana coin price shows a massive breakout from the neckline resistance(orange) of the inverted H&S pattern. The breakout is backed by rising volume and some follow-up green candles reflect the buyer\u2019s conviction to reclaim lost ground.\n\nBy the press time, the Solana price trades at the $22 mark, but the market participant can expect a minor pullback where the coin retests the breach trendline. The potential retest will validate that the buyers can sustain the higher levels.\n\nThis retest will also be the entry opportunity for potential buyers after which the price is expected to rally to 12% to hit the $24 mark.\n\nIn case, the daily candle plunges below the neckline resistance the bullish thesis will get invalidated.\n\nWill Solana Price Poke $24 ?\n\nIn theory, the potential target for the inverted head and shoulder pattern is the distance between the head\u2019s low and neckline shot from the breakout point. Thus, with sustained buying, the SOL price is likely to hit $24, facing an in-between hurdle of $23.\n\nDMI: A massive spread between the DI+ and DI- slope reflects a positive trend sentiment for the Solana coin\n\nExponential Moving Average: With the recent growth, the buyers reclaimed daily EMAs (20, 50, 100) offering additional support for the coin price to hold higher." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-06-07.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMiY2h0dHBzOi8vaW52ZXN0b3JwbGFjZS5jb20vMjAyMy8wNi8zLWNyeXB0b3MtdG8tYnV5LXRoYXQtY2FuLWJlY29tZS10aGUtZmlyc3QtdHJpbGxpb24tZG9sbGFyLWNvaW5zL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Wed, 07 Jun 2023 07:00:00 GMT", 6 | "title": "3 Cryptos to Buy That Can Become the First Trillion-Dollar Coins - InvestorPlace", 7 | "content": "If You Have a Six or Seven-Figure Portfolio\u2026\n\nAttend The One Percent Event with Keith Kaplan on Wed., May 29th at 8 pm ET to discover a whole new way to potentially make six figures in the next 6-12 months." 8 | }, 9 | { 10 | "id": 8, 11 | "url": "https://news.google.com/rss/articles/CBMiY2h0dHBzOi8vaW52ZXN0b3JwbGFjZS5jb20vMjAyMy8wNi8zLWNyeXB0b3MtdG8tYnV5LXRoYXQtY2FuLWJlY29tZS10aGUtZmlyc3QtdHJpbGxpb24tZG9sbGFyLWNvaW5zL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Wed, 07 Jun 2023 07:00:00 GMT", 13 | "title": "3 Cryptos to Buy That Can Become the First Trillion-Dollar Coins - InvestorPlace", 14 | "content": "If You Have a Six or Seven-Figure Portfolio\u2026\n\nAttend The One Percent Event with Keith Kaplan on Wed., May 29th at 8 pm ET to discover a whole new way to potentially make six figures in the next 6-12 months." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-07-30.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 6, 4 | "url": "https://news.google.com/rss/articles/CBMizgFodHRwczovL25ld3MuYWJwbGl2ZS5jb20vYnVzaW5lc3MvY3J5cHRvL2NyeXB0b2N1cnJlbmN5LXByaWNlLXRvZGF5LWluLWluZGlhLWp1bHktMzAtY2hlY2stbWFya2V0LWNhcC1iaXRjb2luLWV0aGVyZXVtLW1lcmdlLWRvZ2Vjb2luLXNvbGFuYS1saXRlY29pbi1yaXBwbGUteHJwLWJpbmFuY2UtdG9rZW4tcW50LXByaWNlcy1nYWluZXItbG9zZXItMTYxOTMzMdIB0gFodHRwczovL25ld3MuYWJwbGl2ZS5jb20vYnVzaW5lc3MvY3J5cHRvL2NyeXB0b2N1cnJlbmN5LXByaWNlLXRvZGF5LWluLWluZGlhLWp1bHktMzAtY2hlY2stbWFya2V0LWNhcC1iaXRjb2luLWV0aGVyZXVtLW1lcmdlLWRvZ2Vjb2luLXNvbGFuYS1saXRlY29pbi1yaXBwbGUteHJwLWJpbmFuY2UtdG9rZW4tcW50LXByaWNlcy1nYWluZXItbG9zZXItMTYxOTMzMS9hbXA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 30 Jul 2023 07:00:00 GMT", 6 | "title": "Cryptocurrency Price Today: Bitcoin Remains Above 29,000 Mark As Shiba Inu Becomes Top Gainer - ABP Live", 7 | "content": "Bitcoin (BTC) and Ethereum (ETH) \u2014 two of the most valued crypto coins \u2014 managed to rise above the $29,000 and $18,000 marks, respectively, on early Sunday morning. However, in terms of percentage-wise performance, BTC saw some losses. Other popular altcoins \u2014 including the likes of Litecoin (LTC), Dogecoin (DOGE) \u2014 landed in the positive as overall prices saw minor gains across the board. Shiba Inu (SHIB) emerged to be the biggest gainer, seeing a 24-hour jump of over 5.38 per cent. Toncoin (TON), on the other hand, turned out to be the biggest loser.\n\nAt the time of writing, the global crypto market cap stood at $1.19 trillion, registering a 24-hour gain of 0.09 percent.\n\nBitcoin (BTC) price today\n\nBitcoin price stood at $29,317.48 seeing a 24-hour loss of 0.18 percent, as per CoinMarketCap. According to Indian exchange WazirX, BTC price stood at Rs 25 lakhs.\n\nEthereum (ETH) price today\n\nETH price stood at $1,878.69, marking a 24-hour gain of 0.25 percent at the time of writing. As per WazirX, Ethereum price in India stood at Rs 1.62 lakhs.\n\nDogecoin (DOGE) price today\n\nDOGE registered a 24-hour gain of 3.00 percent as per CoinMarketCap data, currently priced at $0.08018. As per WazirX, Dogecoin price in India stood at Rs 6.9639.\n\nLitecoin (LTC) price today\n\nLitecoin saw a 24-hour gain of 3.80 percent. At the time of writing, it was trading at $94.67. LTC price in India stood at Rs 8,060.10.\n\nRipple (XRP) price today\n\nXRP price stood at $0.7106, seeing a 24-hour loss of 0.14 percent. As per WazirX, Ripple price stood at Rs 61.9800.\n\nSolana (SOL) price today\n\nSolana price stood at $25.05, marking a 24-hour loss of 0.35 percent. As per WazirX, SOL price in India stood at Rs 2,190.00.\n\nTop crypto gainers today (July 30)\n\nAs per CoinMarketCap data, here are the top five crypto gainers over the past 24 hours:\n\nShiba Inu (SHIB)\n\nPrice: $0.000008659\n\n24-hour gain: 5.38 percent\n\nUniswap (UNI)\n\nPrice: $6.36\n\n24-hour gain: 5.27 percent\n\nMaker (MKR)\n\nPrice: $1,271.06\n\n24-hour gain: 4.29 percent\n\nQuant (QNT)\n\nPrice: $113.43\n\n24-hour gain: 4.13 percent\n\nImmutable (IMX)\n\nPrice: $0.7756\n\n24-hour gain: 4.11 percent\n\nTop crypto losers today (July 30)\n\nAs per CoinMarketCap data, here are the top five crypto losers over the past 24 hours:\n\nToncoin (TON)\n\nPrice: $1.20\n\n24-hour loss: 6.60 percent\n\nCasper (CSPR)\n\nPrice: $0.03931\n\n24-hour loss: 2.61 percent\n\nGate Token (GT)\n\nPrice: $4.14\n\n24-hour loss: 2.38 percent\n\nStellar (XLM)\n\nPrice: $0.1573\n\n24-hour loss: 2.01 percent\n\nUNUS SED LEO (LEO)\n\nPrice: $3.94\n\n24-hour loss: 1.98 percent\n\nDisclaimer: Crypto products and NFTs are unregulated and can be highly risky. There may be no regulatory recourse for any loss from such transactions. Cryptocurrency is not a legal tender and is subject to market risks. Readers are advised to seek expert advice and read offer document(s) along with related important literature on the subject carefully before making any kind of investment whatsoever. Cryptocurrency market predictions are speculative and any investment made shall be at the sole cost and risk of the readers." 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-08-05.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMibGh0dHBzOi8vY2FwdGFpbmFsdGNvaW4uY29tL2F1Z3VzdC10b2tlbi10cmVtb3JzLXRoZS1sb3dkb3duLW9uLXNhbmQtd2xkLWF2YXgtaW5qLXVubG9ja3MtYW5kLXdoYXQtdGhleS1tZWFuL9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sat, 05 Aug 2023 07:00:00 GMT", 6 | "title": "August Token Tremors? The Lowdown on SAND, WLD, AVAX & $INJ Unlocks and What They Mean - Captain Altcoin", 7 | "content": "Home \u00bb Journal August Token Tremors? The Lowdown on SAND, WLD, AVAX & $INJ Unlocks and What They Mean Journal August Token Tremors? The Lowdown on SAND, WLD, AVAX & $INJ Unlocks and What They Mean Torsten Hartmann\n\nAugust is shaping up to be a pivotal month for several high-profile cryptocurrencies due to scheduled token unlocks. For crypto investors and enthusiasts, keeping an eye on these upcoming unlocks is essential to understand their potential impact on token prices and make informed decisions. This August, tokens worth hundreds of millions of dollars across projects like Sandbox ($SAND), Worldcoin ($WLD), Avalanche ($AVAX), Optimism ($OP), and Injective Protocol ($INJ) are set to be unlocked.\n\nWhile token unlocks inevitably increase supply and tend to create downward price pressure, their overall impact depends on various factors like the unlock amount, recipient details, project fundamentals, and market conditions.\n\nNew Meme Coin to Watch Aiming to be Next $BONK, $WIF or $MEW Milei Moneda is a new meme coin inspired by the political and economic views of Javier Milei, an Argentine president known for his libertarian and pro-Bitcoin stance. You have an opportunity with the ongoing low presale price to get in early! Sponsored Show more + Show less \u2013\n\nHere\u2019s a breakdown of what to expect and some insights to guide your decisions:\n\n1. $SAND \u2013 Unlocking on August 14th\n\n$SAND tokens worth $133.14M, which constitutes 16.16% of the circulating supply, are set to be unlocked. This hefty amount is primarily earmarked for the team, advisors, and key investors. Historically, advisors and investors tend to offload their tokens, so we might see some downward price pressure post-unlock. However, given that $SAND\u2019s current price is hovering near its 2023 low, the market may have already factored this in.\n\n2. $WLD \u2013 A Potential Powder Keg?\n\nWorldcoin\u2019s token, $WLD, is in a precarious position. Despite its market cap of $270M, its fully diluted valuation is a staggering $22.8B. A majority of the tokens set to enter circulation are community-allocated and team-governed. Notably, market makers hold sway over most of the existing circulating supply.\n\n3. $AVAX \u2013 Unlocking on August 26th\n\nTokens worth $118.7M, making up 2.76% of the circulating supply of $AVAX, will be unlocked. The primary recipients of these tokens will be the team and strategic collaborators. Previous unlocks have led to a short-lived dip in the $AVAX price, so history might repeat itself, but any impact is expected to be transient.\n\n4. $OP \u2013 Unlocking on August 30th\n\n$OP tokens valued at $41.3M, representing 3.37% of its circulating supply, are on the unlock radar. These are designated for investors and core contributors of the project. Given the current buzz surrounding $OP, a significant price dip post-unlock seems improbable. As someone deeply immersed in the crypto landscape, I\u2019d advise against betting on a downturn.\n\n5. $INJ \u2013 Unlocking on August 21st\n\nCome August 21st, 3.41% of the $INJ circulating supply will be unleashed. These tokens, earmarked for \u201cecosystem development\u201d, are likely to remain under team control. Should the team decide to liquidate these assets, it would likely be a gradual process spread over months. Some selling pressure is anticipated, but a drastic plunge seems unlikely.\n\nThere are a few ways that token unlocks can impact the price of a cryptocurrency token:\n\nSupply increase \u2013 Token unlocks usually refer to tokens that were initially locked up or restricted from being traded becoming freely tradable. This increases the circulating supply of the token, which could put downward pressure on the price if the new supply outpaces demand.\n\nSelling pressure \u2013 Founders, employees, investors etc whose tokens are unlocking may want to sell some or all of their newly tradable tokens to realize profits or get liquidity. This selling pressure could drive the price down.\n\nReduced scarcity \u2013 Locked tokens create artificial scarcity for a cryptocurrency, so unlocking them reduces this scarcity. Lower scarcity tends to lead to decreased prices.\n\nVesting schedules \u2013 Some token unlocks happen according to vesting schedules that space out the unlocking over time. This can minimize negative price impact vs a sudden, large unlock.\n\nPositive factors \u2013 In some cases token unlocks are indicative of progress being made by the project. This could actually boost confidence and offset selling pressures.\n\nOther fundamentals \u2013 Ultimately the impact on price will depend on overall token demand, use cases for the token, the wider crypto market conditions etc. The unlocking itself may not outweigh these other factors.\n\nToken unlocks tend to create downward pressure on price, all else being equal. But the overall price impact will vary depending on the specifics of the unlock and the project\u2019s fundamentals. Monitoring the unlock schedule and amount can help gauge potential impacts.\n\nIn conclusion, August promises to be an eventful month for crypto aficionados. As always, stay informed, do your research, and tread wisely.\n\nStay savvy, crypto community! \ud83c\udf10" 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_solana_202301_202401/2023-10-18.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 3, 4 | "url": "https://news.google.com/rss/articles/CBMiMWh0dHBzOi8vbWVzc2FyaS5pby9yZXBvcnQvc3RhdGUtb2Ytc29sYW5hLXEzLTIwMjPSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Wed, 18 Oct 2023 07:00:00 GMT", 6 | "title": "State of Solana Q3 2023 - Messari", 7 | "content": "Upgrade to create screens\n\nProfessional-grade Research Reports covering the latest trends and assets in the crypto space\n\nFundraising Screener to track trends across 8,000+ crypto funding rounds, 500+ M&A Deals, and 10,000+ investors\n\nUnlocked Enterprise Research Reports 90 days after they are published\n\nFull access to advanced asset screening with custom filters, queries, and metrics\n\nReal-time Governance Tracker covering proposals from their initial stages through votes and implementation\n\nAdvanced AI Digests with all of the features in Lite plus Key Developments for major protocol changes" 8 | }, 9 | { 10 | "id": 1, 11 | "url": "https://news.google.com/rss/articles/CBMiMWh0dHBzOi8vbWVzc2FyaS5pby9yZXBvcnQvc3RhdGUtb2Ytc29sYW5hLXEzLTIwMjPSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Wed, 18 Oct 2023 07:00:00 GMT", 13 | "title": "State of Solana Q3 2023 - Messari", 14 | "content": "Upgrade to create screens\n\nProfessional-grade Research Reports covering the latest trends and assets in the crypto space\n\nFundraising Screener to track trends across 8,000+ crypto funding rounds, 500+ M&A Deals, and 10,000+ investors\n\nUnlocked Enterprise Research Reports 90 days after they are published\n\nFull access to advanced asset screening with custom filters, queries, and metrics\n\nReal-time Governance Tracker covering proposals from their initial stages through votes and implementation\n\nAdvanced AI Digests with all of the features in Lite plus Key Developments for major protocol changes" 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_xrp_202301_202401/2023-01-02.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 2, 4 | "url": "https://news.google.com/rss/articles/CBMicWh0dHBzOi8vd3d3LndydHYuY29tL25ld3MvbG9jYWwtbmV3cy9pbmRpYW5hcG9saXMvcGFya2luZy1tZXRlci1yYXRlcy10by1pbmNyZWFzZS1pbi1zZWxlY3QtbG9jYXRpb25zLWFyb3VuZC1pbmR50gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Mon, 02 Jan 2023 08:00:00 GMT", 6 | "title": "Parking meter rates to increase in select locations around Indy - WRTV Indianapolis", 7 | "content": "INDIANAPOLIS \u2014 Parking meter rates in select areas of Indianapolis will increase beginning Feb. 1.\n\nRates will increase from $1 to $1.25 per hour in Zone 2 and Zone 3, which are located outside of the downtown core area.\n\nThese spaces in Indianapolis exist north of New York Street, East of Alabama Street and south of Georgia Street.\n\nParking meters downtown and in Broad Ripple (Zones 1 and Zone 4) will remain $1.75 per hour.\n\nDays and hours of operation will also remain the same: Monday through Saturday, 7 a.m. to 11 p.m.\n\nCustomers requesting a printed description of the pending rate changes are encouraged to visit parkindy.info or call the telephone meter line 317-524-2247.\n\nYou may also visit here for more information about parking spots and their prices." 8 | }, 9 | { 10 | "id": 4, 11 | "url": "https://news.google.com/rss/articles/CBMicWh0dHBzOi8vd3d3LndydHYuY29tL25ld3MvbG9jYWwtbmV3cy9pbmRpYW5hcG9saXMvcGFya2luZy1tZXRlci1yYXRlcy10by1pbmNyZWFzZS1pbi1zZWxlY3QtbG9jYXRpb25zLWFyb3VuZC1pbmR50gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Mon, 02 Jan 2023 08:00:00 GMT", 13 | "title": "Parking meter rates to increase in select locations around Indy - WRTV Indianapolis", 14 | "content": "INDIANAPOLIS \u2014 Parking meter rates in select areas of Indianapolis will increase beginning Feb. 1.\n\nRates will increase from $1 to $1.25 per hour in Zone 2 and Zone 3, which are located outside of the downtown core area.\n\nThese spaces in Indianapolis exist north of New York Street, East of Alabama Street and south of Georgia Street.\n\nParking meters downtown and in Broad Ripple (Zones 1 and Zone 4) will remain $1.75 per hour.\n\nDays and hours of operation will also remain the same: Monday through Saturday, 7 a.m. to 11 p.m.\n\nCustomers requesting a printed description of the pending rate changes are encouraged to visit parkindy.info or call the telephone meter line 317-524-2247.\n\nYou may also visit here for more information about parking spots and their prices." 15 | } 16 | ] -------------------------------------------------------------------------------- /data/selected_xrp_202301_202401/2023-06-11.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 9, 4 | "url": "https://news.google.com/rss/articles/CBMiWWh0dHBzOi8vd3d3LnJpcHBsZXNuaWdlcmlhLmNvbS9zZXJhcC1kcmFncy10aW51YnUtdG8tY291cnQtb3Zlci1taXNzaW5nLXN1YnNpZHktcGF5bWVudHMv0gFdaHR0cHM6Ly93d3cucmlwcGxlc25pZ2VyaWEuY29tL3NlcmFwLWRyYWdzLXRpbnVidS10by1jb3VydC1vdmVyLW1pc3Npbmctc3Vic2lkeS1wYXltZW50cy8_YW1w?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Sun, 11 Jun 2023 07:00:00 GMT", 6 | "title": "SERAP drags Tinubu to court over missing subsidy payments - Ripples Nigeria", 7 | "content": "The Socio-Economic Rights and Accountability Project (SERAP) has filed a lawsuit against President Bola Tinubu for his failure to investigate allegation that about USD$2.1 billion and N3.1 trillion of oil revenues budgeted as fuel subsidy payments went missing and unaccounted for between 2016 and 2019.\n\nThe suit followed allegations documented by the Auditor-General of the Federation in the 2016 and 2019 annual reports that the public funds are missing.\n\nThis was made known by Kolawole Oluwadare, SERAP Deputy Director in a statement made public on Sunday.\n\nIn the suit number FHC/L/CS/1107/23 filed last Friday at the Federal High Court in Lagos, SERAP is seeking: \u201can order of mandamus to direct and compel President Tinubu to promptly probe allegations that USD$2.1 billion and N3.1 trillion public funds are missing and unaccounted for between 2016 and 2019.\u201d\n\nSERAP is also seeking: \u201can order of mandamus to compel President Tinubu to direct the anti-corruption agencies to promptly probe fuel subsidy payments made by governments since the return of democracy in 1999, name and shame and prosecute suspected perpetrators, and to recover any proceeds of crimes.\u201d\n\nSERAP is also seeking: \u201can order of mandamus to direct and compel President Tinubu to use any recovered proceeds of crime as palliatives to address the impact of the subsidy removal on poor Nigerians, and to put in place mechanisms for transparency and accountability in the oil sector.\u201d\n\nIn the suit, SERAP is arguing that: \u201cThe allegations that US$2.1 billion and N3.1 trillion of public funds are missing and unaccounted amount to a fundamental breach of national anticorruption laws and the country\u2019s international obligations including under the UN Convention against Corruption to which Nigeria is a state party.\u201d\n\nREAD ALSO:SERAP urges World Bank to suspend $800m loan to Buhari govt\n\nSERAP is also arguing that, \u201cThe Tinubu government has constitutional and international legal obligations to get to the bottom of these allegations and ensure accountability for these serious crimes against the Nigerian people.\u201d\n\nAccording to SERAP, \u201cDirecting and compelling President Tinubu to promptly probe, name and shame and bring to justice the perpetrators and to recover any missing public funds would advance the right of Nigerians to restitution, compensation and guarantee of non-repetition.\u201d\n\nSERAP is further arguing that, \u201cAllegations of corruption in fuel subsidy payments suggest that the poor have rarely benefited from the use and management of the payments.\u201d\n\nThe suit filed on behalf of SERAP by its lawyers, Oluwadare, Ms Adelanke Aremo, Ms Valentina Adegoke, and Ayomide Johnson, reads in part: \u201cThere will be no economic growth or sustainability without accountability for the human rights crimes.\n\n\u201cPoor and socio-economically vulnerable Nigerians should not be made to continue to pay the price for the stealing of the country\u2019s oil wealth while state and non-state actors pocket public funds.\n\n\u201cInvestigating and prosecuting the allegations, and recovering any missing public funds would serve the public interest, ensure justice and accountability, and end the entrenched impunity of perpetrators\u201d.\n\nNo date has been fixed for hearing on the suit.\n\nJoin the conversation\n\nOpinions\n\nSupport Ripples Nigeria, hold up solutions journalism\n\nBalanced, fearless journalism driven by data comes at huge financial costs.\n\nAs a media platform, we hold leadership accountable and will not trade the right to press freedom and free speech for a piece of cake.\n\nIf you like what we do, and are ready to uphold solutions journalism, kindly donate to the Ripples Nigeria cause.\n\nYour support would help to ensure that citizens and institutions continue to have free access to credible and reliable information for societal development.\n\nDonate Now" 8 | } 9 | ] -------------------------------------------------------------------------------- /data/selected_xrp_202301_202401/2023-07-13.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMiP2h0dHBzOi8vd3d3LmZ0LmNvbS9jb250ZW50L2M1NDYwMjNiLTRhYzAtNGRmMC1iZjhkLTUxODVlN2YxNTRlYtIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Thu, 13 Jul 2023 07:00:00 GMT", 6 | "title": "SEC dealt legal setback in effort to tame crypto market - Financial Times", 7 | "content": "Try unlimited access\n\nOnly S$1 for 4 weeks\n\nThen S$99 per month.\n\nComplete digital access to quality FT journalism on any device. Cancel anytime during your trial." 8 | }, 9 | { 10 | "id": 4, 11 | "url": "https://news.google.com/rss/articles/CBMibWh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9uZXdzbGV0dGVycy8yMDIzLTA3LTEzL3doYXQtZG9lcy1yaXBwbGUteHJwLXJ1bGluZy1pbi1zZWMtY2FzZS1tZWFuLWZvci1jcnlwdG_SAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Thu, 13 Jul 2023 07:00:00 GMT", 13 | "title": "What Does Ripple (XRP) Ruling in SEC Case Mean for Crypto? - Bloomberg", 14 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 15 | }, 16 | { 17 | "id": 17, 18 | "url": "https://news.google.com/rss/articles/CBMicGh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA3LTEzL3JpcHBsZS10b2tlbi1pcy1hLXNlY3VyaXR5LWluLWluc3RpdHV0aW9uYWwtc2FsZXMtanVkZ2UtcnVsZXPSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Thu, 13 Jul 2023 07:00:00 GMT", 20 | "title": "Ripple Token (XRP) Is a Security in Institutional Sales, Judge Rules - Bloomberg - Bloomberg", 21 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 22 | }, 23 | { 24 | "id": 1, 25 | "url": "https://news.google.com/rss/articles/CBMiRWh0dHBzOi8vd3d3Lm55dGltZXMuY29tLzIwMjMvMDcvMTMvYnVzaW5lc3MvY3J5cHRvLXJpcHBsZS1ydWxpbmcuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Thu, 13 Jul 2023 07:00:00 GMT", 27 | "title": "Judge\u2019s Ruling on Ripple\u2019s XRP Token Gives Crypto Industry a Victory - The New York Times", 28 | "content": "The cryptocurrency industry secured an early victory in its court battle with U.S. regulators when a federal judge ruled on Thursday that the sale on public exchanges of a digital asset called XRP complied with securities laws.\n\nFor years, the Securities and Exchange Commission has argued that digital assets constitute securities, like stocks and bonds traded on Wall Street, and should be subject to the same strict regulations. Last month, the S.E.C. sued two of the largest crypto exchanges, Coinbase and Binance, accusing them of marketing unregistered securities to the public.\n\nBut the ruling on Thursday in a case involving the crypto company Ripple may complicate that argument and provide fodder for the crypto industry to defend itself in court.\n\nThe S.E.C. sued Ripple in December 2020, accusing the firm of violating securities laws in one of the first major legal fights involving cryptocurrencies. In the 34-page ruling on Thursday, Judge Analisa Torres of the U.S. District Court for the Southern District of New York said that Ripple did not break the law when the cryptocurrency it created, XRP, was sold on public exchanges." 29 | }, 30 | { 31 | "id": 11, 32 | "url": "https://news.google.com/rss/articles/CBMidWh0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjMvMDcvMTMveHJwLXN1cmdlcy1hZnRlci1qdWRnZS1kZWxpdmVycy1hLWh1Z2Utd2luLXRvLXJpcHBsZS1pbi1pdHMtY2FzZS1hZ2FpbnN0LXRoZS1zZWMuaHRtbNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Thu, 13 Jul 2023 07:00:00 GMT", 34 | "title": "XRP coin surges after judge delivers a huge win to Ripple in SEC case - CNBC", 35 | "content": "In this article COIN\n\nBTC.CM=\n\nXRP.CM= Follow your favorite stocks CREATE FREE ACCOUNT\n\nA visual representation of the digital cryptocurrency, XRP. S3studio | Getty Images\n\nRipple's XRP token surged on Thursday after a judge in the Southern District of New York ruled that it's \"not necessarily a security on its face.\" The price of XRP was last higher by 71% at about 80 cents a coin, according to Coin Metrics. The news gave hope to crypto investors, who breathed a sigh of relief that other altcoins also may not be considered securities after all. Polygon's matic token gained 17.82%. Litecoin and the Solana jumped 18.35%, and Cardano's token advanced 20.31%. Bitcoin and ether got a boost too, rising more than 4% and 6%, respectively. \"The judgments today are a huge step forward for the industry,\" Chris Martin, head of research at Amberdata, told CNBC. \"By judging that XRP is not a security we're starting to get clarity on what constitutes a security and what constitutes a commodity \u2014 the SEC will have to revise their tactics on several of their ongoing cases and I expect that this judgment will implicate several other tokens as non-securities.\"\n\nwatch now\n\nCoinbase, which had previously de-listed XRP on its trading platform, tweeted on Thursday afternoon that it would now allow trading of the asset again. Gemini said it's \"exploring the listing of XRP for both spot and derivatives trading.\" \"The judgment that institutional sales of XRP by Ripple constitute securities also has massive implications for the industry with several ICO's now likely in the spotlight,\" Martin added. \"For exchanges caught in ongoing SEC cases, it's not clear how this judgment will affect them \u2013 they've only been involved in secondary sales for the most part. But as we can see with prices today, the market is very bullish on the judgments.\"\n\nStock Chart Icon Stock chart icon XRP surges after judge rules it's not a security" 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_xrp_202301_202401/2023-07-14.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMiV2h0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vb3Bpbmlvbi9hcnRpY2xlcy8yMDIzLTA3LTE0L3JpcHBsZS1pcy1hLXNlY3VyaXR5LWFuZC1pdC1pc24tdNIBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Fri, 14 Jul 2023 07:00:00 GMT", 6 | "title": "Ripple Is a Security and It Isn't - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 15, 11 | "url": "https://news.google.com/rss/articles/CBMigAFodHRwczovL3d3dy5ibG9vbWJlcmcuY29tL25ld3MvYXJ0aWNsZXMvMjAyMy0wNy0xNC9yaXBwbGUtY2VvLWJyYWQtZ2FybGluZ2hvdXNlLWNhbGxzLXRoZS1zZWMtYS1idWxseS1mcmVzaC1vZmYteHJwLXRva2VuLXJ1bGluZ9IBAA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Fri, 14 Jul 2023 07:00:00 GMT", 13 | "title": "Ripple CEO Brad Garlinghouse Calls SEC a 'Bully' Fresh Off XRP Token Ruling - Bloomberg", 14 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 15 | }, 16 | { 17 | "id": 18, 18 | "url": "https://news.google.com/rss/articles/CBMiemh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA3LTE0L3doeS10aGUtY3J5cHRvLXByaWNlLXJhbGx5LWFmdGVyLXJpcHBsZS1zZWMtcnVsaW5nLW1heS1iZS1wcmVtYXR1cmUteHJw0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Fri, 14 Jul 2023 07:00:00 GMT", 20 | "title": "Why the Crypto Price Rally After Ripple SEC Ruling May Be Premature (XRP) - Bloomberg", 21 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 22 | }, 23 | { 24 | "id": 12, 25 | "url": "https://news.google.com/rss/articles/CBMikQFodHRwczovL20uZWNvbm9taWN0aW1lcy5jb20vdGVjaC90ZWNobm9sb2d5L3VzLWNvdXJ0LXJ1bGVzLWluLWZhdm91ci1vZi1yaXBwbGUtbGFicy1pbi1zZWMtY2FzZS1vdmVyLXhycC1jcnlwdG9jdXJyZW5jeS9hcnRpY2xlc2hvdy8xMDE3NDQ4NzkuY21z0gGVAWh0dHBzOi8vbS5lY29ub21pY3RpbWVzLmNvbS90ZWNoL3RlY2hub2xvZ3kvdXMtY291cnQtcnVsZXMtaW4tZmF2b3VyLW9mLXJpcHBsZS1sYWJzLWluLXNlYy1jYXNlLW92ZXIteHJwLWNyeXB0b2N1cnJlbmN5L2FtcF9hcnRpY2xlc2hvdy8xMDE3NDQ4NzkuY21z?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Fri, 14 Jul 2023 07:00:00 GMT", 27 | "title": "US court rules in favour of Ripple Labs in SEC case over XRP cryptocurrency - The Economic Times", 28 | "content": "It seems like you're already an ETPrime member with\n\nLogin using your ET Prime credentials to enjoy all member benefits\n\nLog out of your current logged-in account and log in again using your ET Prime credentials to enjoy all member benefits." 29 | }, 30 | { 31 | "id": 9, 32 | "url": "https://news.google.com/rss/articles/CBMia2h0dHBzOi8vd3d3LmNuYmMuY29tLzIwMjMvMDcvMTQvY29pbmJhc2UtYnVveWVkLWluLWNhc2UtYWdhaW5zdC1zZWMtYWZ0ZXItbGFuZG1hcmstcmlwcGxlLXhycC1kZWNpc2lvbi5odG1s0gFvaHR0cHM6Ly93d3cuY25iYy5jb20vYW1wLzIwMjMvMDcvMTQvY29pbmJhc2UtYnVveWVkLWluLWNhc2UtYWdhaW5zdC1zZWMtYWZ0ZXItbGFuZG1hcmstcmlwcGxlLXhycC1kZWNpc2lvbi5odG1s?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Fri, 14 Jul 2023 07:00:00 GMT", 34 | "title": "'I think we will win': Coinbase buoyed in case against SEC after landmark Ripple XRP decision - CNBC", 35 | "content": "Coinbase's arguments in its legal case against the U.S. Securities and Exchange Commission have been strengthened after a key court ruling went partially in favour of cryptocurrency firm Ripple, the U.S. exchange's legal chief told CNBC on Friday.\n\nOn Thursday, a U.S. judge ruled that XRP token purchases via exchanges were not securities transactions. The SEC sued Ripple, the company behind the XRP token, in 2020, alleging that the company broke securities laws.\n\nThe ruling was cheered by the cryptocurrency community and particularly by exchanges, which feel the outcome will help create some more regulatory clarity.\n\nOne such exchange is Coinbase, which was sued in June by the SEC on charges of operating an unregistered exchange and broker.\n\nBut the latest XRP court opinion has given confidence to Coinbase in its case against the SEC.\n\n\"For exchanges, for tokens that are listed on exchanges, for regular investors, there's no question that this ruling strikes a blow to the idea that somehow securities are being traded when people go onto exchanges and trade the assets,\" Paul Grewal, chief legal officer at Coinbase, told CNBC in a TV interview on Friday.\n\n\"I think we will win. Now, I thought we would win before this decision. We think this decision has only further strengthened the case,\" he added.\n\nPart of Coinbase's optimism stems from the decision regarding XRP not being a security. If XRP isn't designated such, there is hope that hundreds of other cryptocurrencies will also not be subject to security laws.\n\n\"I think it would be a mistake to assume that, in every instance, and in every transaction, the securities laws do not apply. That's never been Coinbase's position, I don't think it should be anyone's reasonable position. But if you literally replaced the letters XRP with the letters for any other token, in this decision, the logic still holds,\" Grewal said.\n\nHowever, another part of the judgement actually deemed it a securities transaction to sell XRP specifically to sophisticated investors or institutional clients." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_xrp_202301_202401/2023-08-09.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 5, 4 | "url": "https://news.google.com/rss/articles/CBMibmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA4LTA5L3NlYy1zZWVrcy10by1hcHBlYWwtcmlwcGxlLWxhYnMtcnVsaW5nLXhycC1pc24tdC1hLXNlY3VyaXR50gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Wed, 09 Aug 2023 07:00:00 GMT", 6 | "title": "SEC Seeks to Appeal Crypto Ruling on Ripple Labs XRP Token - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 4, 11 | "url": "https://news.google.com/rss/articles/CBMibmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA4LTA5L3NlYy1zZWVrcy10by1hcHBlYWwtcmlwcGxlLWxhYnMtcnVsaW5nLXhycC1pc24tdC1hLXNlY3VyaXR50gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Wed, 09 Aug 2023 07:00:00 GMT", 13 | "title": "SEC Seeks to Appeal Crypto Ruling on Ripple Labs XRP Token - Bloomberg", 14 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 15 | }, 16 | { 17 | "id": 5, 18 | "url": "https://news.google.com/rss/articles/CBMibmh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA4LTA5L3NlYy1zZWVrcy10by1hcHBlYWwtcmlwcGxlLWxhYnMtcnVsaW5nLXhycC1pc24tdC1hLXNlY3VyaXR50gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Wed, 09 Aug 2023 07:00:00 GMT", 20 | "title": "SEC Seeks to Appeal Crypto Ruling on Ripple Labs XRP Token - Bloomberg", 21 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 22 | }, 23 | { 24 | "id": 2, 25 | "url": "https://news.google.com/rss/articles/CBMibGh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS9wb2xpY3kvMjAyMy8wOC8wOS9zZWMtd2lsbC1hcHBlYWwteHJwLXJ1bGluZy1pbi1jYXNlLWFnYWluc3QtcmlwcGxlLXJlZ3VsYXRvci1zYXlzL9IBcGh0dHBzOi8vd3d3LmNvaW5kZXNrLmNvbS9wb2xpY3kvMjAyMy8wOC8wOS9zZWMtd2lsbC1hcHBlYWwteHJwLXJ1bGluZy1pbi1jYXNlLWFnYWluc3QtcmlwcGxlLXJlZ3VsYXRvci1zYXlzL2FtcC8?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Wed, 09 Aug 2023 07:00:00 GMT", 27 | "title": "SEC Will Appeal XRP Ruling in Case Against Ripple - CoinDesk", 28 | "content": "In its filing, the SEC noted that Ripple will have to respond by Aug. 16 (a week from the letter's filing), and proposed filing an opening brief laying out the appeal on Aug. 18. Ripple would have two weeks to respond, and the SEC would have another week to reply to Ripple if the judge signs off on the filing." 29 | }, 30 | { 31 | "id": 1, 32 | "url": "https://news.google.com/rss/articles/CBMiN2h0dHBzOi8vYmxvY2t3b3Jrcy5jby9uZXdzL3JpcHBsZS1zZWMtanVyeS10cmlhbC1zcHJpbmfSAQA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Wed, 09 Aug 2023 07:00:00 GMT", 34 | "title": "Ripple Labs v. SEC jury trial is set for spring 2024 - Blockworks", 35 | "content": "A federal judge has issued a timeline for when we can expect to hear the US Securities and Exchange Commission\u2019s arguments against Ripple Labs and its current and former executives in front of a jury.\n\nThe case is expected to go to trial in the Southern District of New York during the second quarter of 2024, court filings released Wednesday show. Both parties have two weeks to submit blackout dates to the court.\n\nAll parties have until Dec. 4, 2023 to submit all pretrial filings, document exhibits and motions to exclude evidence from the jury, the judge added.\n\nThe latest filing comes weeks after Judge Analisa Torres handed down a partial summary judgment in the case, which started in December 2020. The court ruled that while Ripple\u2019s institutional sales of XRP were found to constitute an unregistered securities offering, programmatic sales were not.\n\nThe upcoming trial will determine the legal liability of Ripple\u2019s founder and former CEO Christian Larsen and former chief operating officer and current CEO Brad Garlinghouse. The two were charged with aiding and abetting securities laws violations with regards to Ripple\u2019s XRP token. Ripple Labs does not face aiding and abetting charges.\n\nWhile many in the crypto community and pro-Ripple camp saw the ruling as a major win, the summary judgment does not set a precedent for other tokens and issuers.\n\nTorres\u2019 ruling did not determine whether or not a physical written contract is required as part of the Howey test. Ripple argues that because it did not have a written contract, it does not qualify as a security.\n\nThe trial announcement came hours after a widely-circulated document claiming the SEC had elected not to appeal the programmatic sales ruling proved to be fake. XRP tokens rallied around 3% on the false reports.\n\nThe SEC has not filed an appeal yet, and it does not have a strict deadline to submit an interlocutory appeal. However, legal experts say that if an appeal is coming, it will likely be filed by the end of this week. Aug. 11 will be the 30-day mark from when the summary judgment was handed down, after which it will be harder for the SEC to make its case, Jeremy Hogan, partner at Hogan and Hogan, said in a tweet.\n\nPer Torres\u2019 summary judgment, either party must make its appeal request within a \u201creasonable\u201d amount of time.\n\nUpdated Aug. 9, 2023 at 4:19 pm ET: Clarified current and former Ripple Labs executives are facing charges of aiding and abetting securities law violations. These charges will be determined at trial. Ripple Labs has not been charged with aiding and abetting.\n\nStart your day with top crypto insights from David Canellis and Katherine Ross. Subscribe to the Empire newsletter.\n\nThe Lightspeed newsletter is all things Solana, in your inbox, every day. Subscribe to daily Solana news from Jack Kubinec and Jeff Albus." 36 | } 37 | ] -------------------------------------------------------------------------------- /data/selected_xrp_202301_202401/2023-09-06.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 3, 4 | "url": "https://news.google.com/rss/articles/CBMiemh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA5LTA2L3Nhbi1mcmFuY2lzY28tbG9zdC1jaGFuY2UtdG8tYmUtYmxvY2tjaGFpbi1jYXBpdGFsLXJpcHBsZS1zLWxhcnNlbi1zYXlz0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 5 | "time": "Wed, 06 Sep 2023 07:00:00 GMT", 6 | "title": "Crypto Crackdown Devastated San Francisco, Ripple\u2019s Larsen Says - Bloomberg", 7 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 8 | }, 9 | { 10 | "id": 2, 11 | "url": "https://news.google.com/rss/articles/CBMiemh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIzLTA5LTA2L3Nhbi1mcmFuY2lzY28tbG9zdC1jaGFuY2UtdG8tYmUtYmxvY2tjaGFpbi1jYXBpdGFsLXJpcHBsZS1zLWxhcnNlbi1zYXlz0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 12 | "time": "Wed, 06 Sep 2023 07:00:00 GMT", 13 | "title": "Crypto Crackdown Devastated San Francisco, Ripple\u2019s Larsen Says - Bloomberg", 14 | "content": "Why did this happen?\n\nPlease make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy." 15 | }, 16 | { 17 | "id": 43, 18 | "url": "https://news.google.com/rss/articles/CBMihAFodHRwczovL20uZWNvbm9taWN0aW1lcy5jb20vbWFya2V0cy9zdG9ja3MvbmV3cy9qaW8tZmluYW5jaWFsLXNoYXJlcy1kcm9wLTMtYWhlYWQtb2YtbmlmdHktb3VzdGVyLXRvbW9ycm93L2FydGljbGVzaG93LzEwMzQyMjYwNS5jbXPSAYgBaHR0cHM6Ly9tLmVjb25vbWljdGltZXMuY29tL21hcmtldHMvc3RvY2tzL25ld3MvamlvLWZpbmFuY2lhbC1zaGFyZXMtZHJvcC0zLWFoZWFkLW9mLW5pZnR5LW91c3Rlci10b21vcnJvdy9hbXBfYXJ0aWNsZXNob3cvMTAzNDIyNjA1LmNtcw?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 19 | "time": "Wed, 06 Sep 2023 07:00:00 GMT", 20 | "title": "Jio Financial exits Nifty tomorrow: Will there be a ripple effect? - The Economic Times", 21 | "content": "It seems like you're already an ETPrime member with\n\nLogin using your ET Prime credentials to enjoy all member benefits\n\nLog out of your current logged-in account and log in again using your ET Prime credentials to enjoy all member benefits." 22 | }, 23 | { 24 | "id": 29, 25 | "url": "https://news.google.com/rss/articles/CBMihAFodHRwczovL20uZWNvbm9taWN0aW1lcy5jb20vbWFya2V0cy9zdG9ja3MvbmV3cy9qaW8tZmluYW5jaWFsLXNoYXJlcy1kcm9wLTMtYWhlYWQtb2YtbmlmdHktb3VzdGVyLXRvbW9ycm93L2FydGljbGVzaG93LzEwMzQyMjYwNS5jbXPSAYgBaHR0cHM6Ly9tLmVjb25vbWljdGltZXMuY29tL21hcmtldHMvc3RvY2tzL25ld3MvamlvLWZpbmFuY2lhbC1zaGFyZXMtZHJvcC0zLWFoZWFkLW9mLW5pZnR5LW91c3Rlci10b21vcnJvdy9hbXBfYXJ0aWNsZXNob3cvMTAzNDIyNjA1LmNtcw?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 26 | "time": "Wed, 06 Sep 2023 07:00:00 GMT", 27 | "title": "Jio Financial exits Nifty tomorrow: Will there be a ripple effect? - The Economic Times", 28 | "content": "It seems like you're already an ETPrime member with\n\nLogin using your ET Prime credentials to enjoy all member benefits\n\nLog out of your current logged-in account and log in again using your ET Prime credentials to enjoy all member benefits." 29 | }, 30 | { 31 | "id": 0, 32 | "url": "https://news.google.com/rss/articles/CBMiUGh0dHBzOi8vdGhlZ2l2aW5nYmxvY2suY29tL3Jlc291cmNlcy9yaXBwbGUteHJwLWNyeXB0by1kb25hdGlvbi1mb3ItbWF1aS1yZWxpZWYv0gEA?oc=5&hl=en-SG&gl=SG&ceid=SG:en", 33 | "time": "Wed, 06 Sep 2023 07:00:00 GMT", 34 | "title": "XRP Donations Launch With Ripple's $50K Matching Fund for Maui - The Giving Block", 35 | "content": "Update: As of December 31, 2023, both the $50k Ripple Maui Match and $500k Maui Emergency Response Fund Match have been fully exhausted. Thank you for your generosity!\n\nThey say good things come in threes, and the pattern holds true today. First, we\u2019re very excited to announce that support for XRP charitable donations is now live on The Giving Block.\n\nWhile this is already news to celebrate for the thousands of nonprofits using our fundraising tools, there\u2019s more: the generous folks at Ripple have marked the occasion by matching the next $50,000 in donations to our Maui Emergency Response Fund. Added up, that\u2019s a total of $100,000 in philanthropic impact.\n\nBut why stop there? Those donations will also be matched yet again thanks to another active initiative from Jared Isaacman, CEO of Shift4 (our parent company).\n\nThat brings us to a grand total of $150,000 in potential giving, all stemming from the generosity of our friends at Ripple.\n\nThat\u2019s a lot of exciting news for one announcement, so we\u2019ll unpack it all below, piece by piece:" 36 | } 37 | ] -------------------------------------------------------------------------------- /env_history.py: -------------------------------------------------------------------------------- 1 | from typing import List, Dict 2 | 3 | 4 | class EnvironmentHistory: 5 | def __init__(self, base_query: str, start_state, memory: List[str], history: List[Dict[str, str]], args) -> None: 6 | self.args = args 7 | self._cur_query: str = f'{_get_base_query(base_query, memory)}' 8 | self._history: List[Dict[str, str]] = history # prompt, action, state, ... 9 | 10 | self.add('state', start_state) 11 | 12 | def add(self, label, value) -> None: 13 | self._history += [{ 14 | 'label': label, 15 | 'value': value, 16 | }] 17 | 18 | def reset(self) -> None: 19 | self._history = [] 20 | 21 | def get_prompt(self) -> str: 22 | price_window = self.args.price_window 23 | reflection_window = self.args.reflection_window 24 | use_tech = self.args.use_tech 25 | use_txnstat = self.args.use_txnstat 26 | delim = '\n"""\n' 27 | 28 | price_s = "You are an ETH cryptocurrency trading analyst. The recent price and auxiliary information is given in chronological order below:" + delim 29 | for i, item in enumerate(self._history[-price_window * 3:]): 30 | if item['label'] == 'state': 31 | state = item['value'] 32 | state_log = f'Open price: {state["open"]:.2f}' 33 | if use_txnstat: 34 | txnstat_dict = state['txnstat'] 35 | for k, v in txnstat_dict.items(): 36 | state_log += f', {k}: {v}' 37 | if use_tech: 38 | tech_dict = state['technical'] 39 | for k, v in tech_dict.items(): 40 | state_log += f', {k}: {v}' 41 | price_s += state_log + '\n' 42 | price_s += delim + 'Write one concise paragraph to analyze the recent information and estimate the market trend accordingly.' 43 | 44 | state = self._history[-1]['value'] 45 | news_s = f"You are an ETH cryptocurrency trading analyst. You are required to analyze the following news articles:{delim}{state['news']}{delim}Write one concise paragraph to analyze the news and estimate the market trend accordingly." 46 | 47 | reflection_s = 'You are an ETH cryptocurrency trading analyst. Your analysis and action history is given in chronological order:' + delim 48 | for i, item in enumerate(self._history[-reflection_window * 3:]): 49 | if item['label'] == 'trader_response': 50 | reflection_s += f'REASONING:\n{item["value"]}\n' 51 | elif item['label'] == 'action': 52 | reflection_s += f'ACTION:\n{item["value"]}\n' 53 | elif item['label'] == 'state': 54 | reflection_s += f'DAILY RETURN:\n{item["value"]["today_roi"]}\n' 55 | reflection_s += delim + 'Reflect on your recent performance and instruct your future trades from a high level, e.g., identify what information is currently more important, and what to be next, like aggresive or conversative. Write one concise paragraph to reflect on your recent trading performance with a focus on the effective strategies and information that led to the most successful outcomes, and the ineffective strategies and information that led to loss of profit. Identify key trends and indicators in the current cryptocurrency market that are likely to influence future trades. Also assess whether a more aggressive or conservative trading approach is warranted.' 56 | 57 | base_prompt = 'You are an experienced ETH cryptocurrency trader and you are trying to maximize your overall profit by trading ETH. In each day, you will make an action to buy or sell ETH. You are assisted by a few analysts below and need to decide the final action.' 58 | template_s = f"{base_prompt}\n\nON-CHAIN ANALYST REPORT:{delim}{{}}{delim}\nNEWS ANALYST REPORT:{delim}{{}}{delim}\nREFLECTION ANALYST REPORT:{delim}{{}}{delim}\n" 59 | template_s += 'Now, start your response with your brief reasoning over the given reports. Then, based on the synthesized reports, conclude a clear market trend, emphasizing long-term strategies over short-term gains. Finally, indicate your trading action as a 1-decimal float in the range of [-1,1], reflecting your confidence in the market trend and your strategic decision to manage risk appropriately.' 60 | 61 | return price_s, news_s, reflection_s, template_s 62 | 63 | def _get_base_query(base_query: str, memory: List[str]) -> str: 64 | query = base_query 65 | 66 | # add memory if it exists 67 | if len(memory) > 0: 68 | query += '\n\nYour memory for the task below:' 69 | for i, m in enumerate(memory): 70 | query += f'\nTrial {i}:\n{m.strip()}' 71 | query += f"\nHere is the task:\n" 72 | return query 73 | -------------------------------------------------------------------------------- /generate_reflections.py: -------------------------------------------------------------------------------- 1 | from utils import get_chat 2 | 3 | from typing import List, Dict, Any 4 | 5 | def _get_scenario(s: str) -> str: 6 | """Parses the relevant scenario from the experience log.""" 7 | return s.split("Here is the task:")[-1].strip() 8 | 9 | def _generate_reflection_query(log_str: str, memory: List[str]) -> str: 10 | """Allows the Agent to reflect upon a past experience.""" 11 | scenario: str = _get_scenario(log_str) 12 | query: str = f"""You will be given the history of a past experience in which you were placed in an environment and given a task to complete. You were unsuccessful in completing the task. Do not summarize your environment, but rather think about the strategy and path you took to attempt to complete the task. Devise a concise, new plan of action that accounts for your mistake with reference to specific actions that you should have taken. For example, if you tried A and B but forgot C, then devise a plan to achieve C with environment-specific actions. You will need this later when you are solving the same task. Give your plan after "Plan". {scenario}""" 13 | 14 | if len(memory) > 0: 15 | query += '\n\nPlans from past attempts:\n' 16 | for i, m in enumerate(memory): 17 | query += f'Trial #{i}: {m}\n' 18 | 19 | query += '\n\nNew plan:' 20 | return query 21 | 22 | def update_memory(trial_log_path: str, env_configs: List[Dict[str, Any]]) -> List[Dict[str, Any]]: 23 | """Updates the given env_config with the appropriate reflections.""" 24 | with open(trial_log_path, 'r') as f: 25 | full_log: str = f.read() 26 | 27 | env_logs: List[str] = full_log.split('#####\n\n#####') 28 | assert len(env_logs) == len(env_configs), print(f'bad: {len(env_logs)}, {len(env_configs)}') 29 | for i, env in enumerate(env_configs): 30 | # if unsolved, get reflection and update env config 31 | if not env['is_success'] and not env['skip']: 32 | if len(env['memory']) > 3: 33 | memory: List[str] = env['memory'][-3:] 34 | else: 35 | memory: List[str] = env['memory'] 36 | reflection_query: str = _generate_reflection_query(env_logs[i], memory) 37 | reflection: str = get_chat(prompt=reflection_query, model='gpt-3.5-turbo') # type: ignore # DEBUG check 38 | env_configs[i]['memory'] += [reflection] 39 | 40 | return env_configs 41 | -------------------------------------------------------------------------------- /run_agent.py: -------------------------------------------------------------------------------- 1 | import os 2 | import json 3 | import argparse 4 | 5 | from eth_trial import run_trial 6 | from generate_reflections import update_memory 7 | 8 | from typing import Any, List, Dict 9 | 10 | def get_parser(): 11 | parser = argparse.ArgumentParser() 12 | parser.add_argument("--dataset", type=str, default='eth', help="[eth, btc, sol]") 13 | parser.add_argument("--model", type=str, default='gpt-3.5-turbo', help="[gpt-3.5-turbo, gpt-4o, gpt-4-turbo]") 14 | parser.add_argument("--to_print", type=int, default=1, help="Print debug info") 15 | 16 | parser.add_argument("--starting_date", type=str, default='2023-08-01', help="The starting date for the environment") 17 | parser.add_argument("--ending_date", type=str, default='2024-02-01', help="The ending date for the environment") 18 | parser.add_argument("--price_window", type=int, default=7, help="look back window size for prompt") 19 | parser.add_argument("--reflection_window", type=int, default=3, help="look back window size for prompt") 20 | parser.add_argument("--seed", type=int, default=6216, help="llm seed") 21 | parser.add_argument("--use_memory", action='store_true', help="Allow the Agent to use memory for reflexion") 22 | parser.add_argument("--use_tech", type=int, default=1, help="Prompt +tech_signal") # part of onchain analyst 23 | parser.add_argument("--use_txnstat", type=int, default=1, help="Prompt +txn_stat") # part of onchain analyst 24 | parser.add_argument("--use_news", type=int, default=1, help="Prompt +news") 25 | parser.add_argument("--use_reflection", type=int, default=1, help="Prompt +reflection") 26 | 27 | # from reflexion, not used 28 | parser.add_argument("--resume_dir", type=str, help="If resume, the logging directory", default="") 29 | parser.add_argument("--start_trial_num", type=int, help="If resume, the start trial num", default=0) 30 | parser.add_argument("--num_trials", type=int, default=1, help="The number of trials to run") 31 | parser.add_argument("--num_envs", type=int, default=1, help="The number of environments per trial") 32 | parser.add_argument("--run_name", type=str, default='eth_run', help="The name of the run") 33 | parser.add_argument("--is_resume", action='store_true', help="To resume run") 34 | return parser 35 | 36 | def main(args) -> None: 37 | print(args) 38 | 39 | if args.is_resume: 40 | if not os.path.exists(args.resume_dir): 41 | raise ValueError(f"Resume directory `{args.resume_dir}` does not exist") 42 | logging_dir = args.resume_dir 43 | 44 | # load environment configs 45 | env_config_path: str = os.path.join(args.resume_dir, f'env_results_trial_{args.start_trial_num - 1}.json') 46 | if not os.path.exists(env_config_path): 47 | raise ValueError(f"Environment config file `{env_config_path}` does not exist") 48 | with open(env_config_path, 'r') as rf: 49 | env_configs: List[Dict[str, Any]] = json.load(rf) 50 | else: 51 | # Create the run directory 52 | if not os.path.exists(args.run_name): 53 | os.makedirs(args.run_name) 54 | logging_dir = args.run_name 55 | 56 | # initialize environment configs 57 | env_configs: List[Dict[str, Any]] = [] 58 | for i in range(args.num_envs): 59 | env_configs += [{ 60 | 'name': f'env_{i}', 61 | 'memory': [], 62 | 'is_success': False, 63 | 'skip': False 64 | }] 65 | 66 | world_log_path: str = os.path.join(logging_dir, 'world.log') 67 | 68 | # run trials 69 | trial_idx = args.start_trial_num 70 | while trial_idx < args.num_trials: 71 | with open(world_log_path, 'a') as wf: 72 | wf.write(f'\n\n***** Start Trial #{trial_idx} *****\n\n') 73 | 74 | # set paths to log files 75 | trial_log_path: str = os.path.join(args.run_name, f'trial_{trial_idx}.log') 76 | trial_env_configs_log_path: str = os.path.join(args.run_name, f'env_results_trial_{trial_idx}.json') 77 | if os.path.exists(trial_log_path): 78 | open(trial_log_path, 'w').close() 79 | if os.path.exists(trial_env_configs_log_path): 80 | open(trial_env_configs_log_path, 'w').close() 81 | 82 | # run trial 83 | run_trial(trial_log_path, world_log_path, trial_idx, env_configs, args=args) 84 | 85 | # update memory if needed 86 | if args.use_memory: 87 | env_configs: List[Dict[str, Any]] = update_memory(trial_log_path, env_configs) 88 | 89 | # log env configs for trial 90 | with open(trial_env_configs_log_path, 'w') as wf: 91 | json.dump(env_configs, wf, indent=4) 92 | 93 | # log world for trial 94 | with open(world_log_path, 'a') as wf: 95 | wf.write(f'\n\n***** End Trial #{trial_idx} *****\n\n') 96 | 97 | trial_idx += 1 98 | 99 | 100 | if __name__ == '__main__': 101 | parser = get_parser() 102 | args = parser.parse_args() 103 | main(args) 104 | -------------------------------------------------------------------------------- /run_agent.sh: -------------------------------------------------------------------------------- 1 | # # Ablation 2 | # python -u run_agent.py --dataset btc --model gpt-4o --use_tech 1 --use_txnstat 0 --use_news 1 --use_reflection 1 &>run_agent-wo-txnstat.out 2>&1 3 | # python -u run_agent.py --dataset btc --model gpt-4o --use_tech 0 --use_txnstat 1 --use_news 1 --use_reflection 1 &>run_agent-wo-tech.out 2>&1 4 | # python -u run_agent.py --dataset btc --model gpt-4o --use_tech 1 --use_txnstat 1 --use_news 1 --use_reflection 0 &>run_agent-wo-reflection.out 2>&1 5 | # python -u run_agent.py --dataset btc --model gpt-4o --use_tech 1 --use_txnstat 1 --use_news 0 --use_reflection 1 &>run_agent-wo-news.out 2>&1 6 | 7 | # # Sensitivity 8 | # python -u run_agent.py --model gpt-4o --dataset eth &>4o-eth-bear.out 2>&1 9 | # python -u run_agent.py --model gpt-4o --dataset eth &>4o-eth-sideways.out 2>&1 10 | # python -u run_agent.py --model gpt-4o --dataset eth &>4o-eth-bull.out 2>&1 11 | # python -u run_agent.py --model gpt-4-turbo --dataset eth &>4turbo-eth-bear.out 2>&1 12 | # python -u run_agent.py --model gpt-4-turbo --dataset eth &>4turbo-eth-sideways.out 2>&1 13 | # python -u run_agent.py --model gpt-4-turbo --dataset eth &>4turbo-eth-bull.out 2>&1 14 | 15 | # Main results 4o 16 | python -u run_agent.py --model gpt-4o --dataset btc --starting_date 2023-04-12 --ending_date 2023-06-16 &>logs/btc-bear-4o.out 2>&1 17 | python -u run_agent.py --model gpt-4o --dataset btc --starting_date 2023-06-17 --ending_date 2023-08-25 &>logs/btc-sideways-4o.out 2>&1 18 | python -u run_agent.py --model gpt-4o --dataset btc --starting_date 2023-10-01 --ending_date 2023-12-01 &>logs/btc-bull-4o.out 2>&1 19 | 20 | python -u run_agent.py --model gpt-4o --dataset eth --starting_date 2023-04-12 --ending_date 2023-06-16 &>logs/eth-bear-4o.out 2>&1 21 | python -u run_agent.py --model gpt-4o --dataset eth --starting_date 2023-06-17 --ending_date 2023-08-25 &>logs/eth-sideways-4o.out 2>&1 22 | python -u run_agent.py --model gpt-4o --dataset eth --starting_date 2023-10-01 --ending_date 2023-12-01 &>logs/eth-bull-4o.out 2>&1 23 | 24 | python -u run_agent.py --model gpt-4o --dataset sol --starting_date 2023-04-12 --ending_date 2023-06-16 &>logs/sol-bear-4o.out 2>&1 25 | python -u run_agent.py --model gpt-4o --dataset sol --starting_date 2023-06-17 --ending_date 2023-08-25 &>logs/sol-sideways-4o.out 2>&1 26 | python -u run_agent.py --model gpt-4o --dataset sol --starting_date 2023-10-01 --ending_date 2023-12-01 &>logs/sol-bull-4o.out 2>&1 27 | 28 | # # Main results 3.5 29 | # python -u run_agent.py --dataset btc --starting_date 2023-04-12 --ending_date 2023-06-16 &>logs/btc-bear.out 2>&1 30 | # python -u run_agent.py --dataset btc --starting_date 2023-06-17 --ending_date 2023-08-25 &>logs/btc-sideways.out 2>&1 31 | # python -u run_agent.py --dataset btc --starting_date 2023-10-01 --ending_date 2023-12-01 &>logs/btc-bull.out 2>&1 32 | 33 | # python -u run_agent.py --dataset eth --starting_date 2023-04-12 --ending_date 2023-06-16 &>logs/eth-bear.out 2>&1 34 | # python -u run_agent.py --dataset eth --starting_date 2023-06-20 --ending_date 2023-08-31 &>logs/eth-sideways.out 2>&1 35 | # python -u run_agent.py --dataset eth --starting_date 2023-10-01 --ending_date 2023-12-01 &>logs/eth-bull.out 2>&1 36 | 37 | # python -u run_agent.py --dataset sol --starting_date 2023-04-12 --ending_date 2023-06-16 &>logs/sol-bear.out 2>&1 38 | # python -u run_agent.py --dataset sol --starting_date 2023-07-08 --ending_date 2023-08-31 &>logs/sol-sideways.out 2>&1 39 | # python -u run_agent.py --dataset sol --starting_date 2023-10-01 --ending_date 2023-12-01 &>logs/sol-bull.out 2>&1 40 | -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- 1 | import os 2 | import sys 3 | from openai import OpenAI 4 | 5 | api_key = os.getenv('OPENAI_API_KEY') 6 | api_base = os.getenv('OPENAI_API_BASE') 7 | # client = OpenAI(api_key=api_key, base_url=api_base) 8 | client = OpenAI(api_key=api_key) 9 | 10 | 11 | from tenacity import ( 12 | retry, 13 | stop_after_attempt, # type: ignore 14 | wait_random_exponential, # type: ignore 15 | ) 16 | 17 | from typing import Optional, List 18 | if sys.version_info >= (3, 8): 19 | from typing import Literal 20 | else: 21 | from typing_extensions import Literal 22 | 23 | 24 | Model = Literal["gpt-4", "gpt-3.5-turbo"] 25 | 26 | @retry(wait=wait_random_exponential(min=1, max=60), stop=stop_after_attempt(6)) 27 | def get_chat(prompt, model, seed, temperature=0.0, max_tokens=256, stop_strs=None, is_batched=False, debug=False): 28 | messages = [ 29 | { 30 | "role": "user", 31 | "content": prompt 32 | } 33 | ] 34 | response = client.chat.completions.create(model=model, 35 | messages=messages, 36 | # max_tokens=max_tokens, 37 | # stop=stop_strs, 38 | seed=seed, 39 | temperature=temperature) 40 | if debug: 41 | print(response.system_fingerprint) 42 | return response.choices[0].message.content 43 | 44 | 45 | if __name__ == "__main__": 46 | print(client.api_key[-4:]) 47 | 48 | # response = client.chat.completions.create( 49 | # model="gpt-3.5-turbo", 50 | # messages=[ 51 | # {"role": "system", "content": "You are a poetic assistant, skilled in explaining complex programming concepts with creative flair."}, 52 | # {"role": "user", "content": "Compose a poem that explains the concept of recursion in programming."} 53 | # ] 54 | # ) 55 | 56 | # print(response.choices[0].message.content) 57 | 58 | response = get_chat("You are a poetic assistant, skilled in explaining complex programming concepts with creative flair. Compose a poem that explains the concept of recursion in programming.", "gpt-3.5-turbo", 6216, debug=True) 59 | print(response) 60 | --------------------------------------------------------------------------------