Impacs from the news that $sweat tokens will be burned for 1.8 billion tokens
Sweat Economy is one of the top projects on NEAR. Thanks to a community vote ( https://medium.com/sweat-economy/repurpose-more-than-2b-sweat-results-are-in-7f750084990a ) 1.8B tokens will get burned. Number of users attracted / Activity of Sweat users on Sweat and other protocols / Holdings of tokens of these users / Stickiness to Sweat and other dApps / Performance and analysis of the Sweat token.

NEAR Protocol is a smart contract capable, public Proof-of-Stake (PoS) blockchain that was conceptualized as a community-run cloud computing platform. Built by the NEAR Collective, NEAR was designed to host decentralized applications (dApps), and strives to compete with Ethereum and other leading smart contract-enabled blockchains like EOS and Polkadot. NEAR’s native token is also called NEAR, and is used to pay for transaction fees and storage. NEAR tokens can also be staked by token holders who participate in achieving network consensus as transaction validators.
NEAR Protocol is focused on creating a developer and user friendly platform. To accommodate this mission, NEAR has incorporated features like human-readable account names as opposed to only cryptographic wallet addresses, and the ability for new users to interact with dApps and smart contracts without requiring a wallet at all.
Projects building on NEAR include Mintbase, a non-fungible token (NFT) minting platform, and Flux, a protocol that allows developers to create markets based on assets, commodities, real-world events, and more.

Sweatcoin is a health and fitness platform that leverages the Move-to-Earn model by allowing users to convert their physical movements into digital currencies (SWEAT tokens), which they can donate to charities, buy products, or convert to other cryptocurrencies.
Move-to-Earn is a new crypto-economic model that aims to keep people physically active leveraging the Global Positioning System (GPS), Non-Fungible Tokens (NFTs), blockchain, cryptocurrencies, and gaming technologies to track user movement and reward them.
The Sweatcoin platform was established in 2016 by Oleg Formenko and Anton Derlyatka. Initially, it was a platform that incentivized people to move. The founders were passionate about promoting physical fitness; hence, they created a system that motivates people to work out. Users who achieve a certain number of steps consistently receive tokens, which they can use to exchange for prizes.
The Sweatcoin founders had a deep interest in how the crypto world and physical health could come together. But during the platform launch, they felt their target users weren’t ready for a crypto-based payment reward system yet. After six years of developing their project, they expressed their intention to move into crypto rewards. Sweatcoin’s native currency, the SWEAT token, runs on the Ethereum and NEAR networks.

We analyzed and tracked sweat tokens by using the near.core.fact_receipts
table to find the number of tokens beurned and the balance in their balance for holding sweat tokens. We also used the near.core.fact_transfers
table and the near.core.ez_dex_swaps
table to track this token. And the token contract for the sweat token on the Near network is token.sweat
.
In addition, we added a field for changing data to show in this dashboard that counted as days, and we set it to 60 days, which means this dashboard pulled data for the past 60 days.
shout out to pinehearst
for code from the Sweatcoin Dashboard
and applied it to this dashboard.