A comprehensive overview of the FlowStake protocol and ecosystem
FlowStake is a decentralized fitness protocol that establishes verifiable proof of physical activity on the blockchain. By leveraging innovations such as the Ethereum Attestation Service (EAS) and decentralized storage through IPFS, FlowStake provides an immutable record of user activities, mitigating issues of data manipulation and centralized control.
FlowStake is a decentralized fitness protocol that establishes verifiable proof of physical activity on the blockchain. By leveraging innovations such as the Ethereum Attestation Service (EAS) and decentralized storage through IPFS, FlowStake provides an immutable record of user activities, mitigating issues of data manipulation and centralized control. Its native token, FST, facilitates governance, incentivizes engagement, and fuels an ecosystem of health-focused challenges, events, and rewards.
FlowStake's vision is to foster a global community where physical activities—from short daily walks to intense endurance sports—are recorded on a Distributed Immutable Activity Ledger (DIAL). In doing so, participants can trust the authenticity of reported performance data, earn tokenized rewards for staying active, and collectively shape the future of fitness tracking through decentralized governance.
Despite the popularity of fitness apps and wearables, key challenges persist:
FlowStake addresses these pain points by:
FST is the native utility token powering the FlowStake ecosystem, enabling governance, incentivizing users to stake tokens, and distributing rewards for verified fitness activities.
Total supply allocation:
Presale: 10% (100,000,000 FST)
Main Sale: 20% (200,000,000 FST)
Staking Rewards: 30% (300,000,000 FST)
Ecosystem Growth: 25% (250,000,000 FST)
Team: 10% (100,000,000 FST)
Liquidity Pool: 5% (50,000,000 FST)
Presale:
Main Sale:
Governance & Voting
Staking & Rewards
Liquidity Provision
Platform Access
FlowStake is deployed on Base, Coinbase's Layer-2 solution on Ethereum. This enables:
Key Network Details
FlowStake uses EAS for on-chain activity verification:
EAS Contract Address: 0xC2679fBD37d54388Ce493F1DB75320D236e1815e
Attestation Schema:
```solidity
struct ActivityAttestation {
address athlete;
uint256 timestamp;
string activityType;
uint256 distance;
uint256 duration;
bytes32 proof;
}
```
Workflow:
Large or detailed fitness datasets are stored off-chain to reduce gas costs and ensure scalability:
Data Structure:
```typescript
interface ActivityData {
metadata: {
athlete: string;
timestamp: number;
type: string;
distance: number;
duration: number;
elevation: number;
};
trackpoints: Array<{
timestamp: number;
latitude: number;
longitude: number;
elevation: number;
heartRate?: number;
}>;
proof: {
signature: string;
attestationUid: string;
};
}
```
Core Contracts:
ActivityVerifier.sol
FlowstakeChallenge.sol
FSTCrowdsale.sol
FlowStake adopts a DAO (Decentralized Autonomous Organization) model:
Token-Weighted Voting
Proposal Categories
Voting Mechanisms
The DAO treasury manages:
Key On-Chain References:
FlowStake provides a decentralized, transparent, and incentivized ecosystem for recording and verifying fitness activities. By integrating cryptographic proofs, decentralized storage, and robust token mechanisms, FlowStake aims to drive greater trust, adoption, and engagement in the fitness sector. As users, developers, and organizations converge on this trustless platform, the broader health and wellness community stands poised to benefit from data integrity, fair rewards, and collaborative governance.
1. Activity Data Collection ↓ 2. GPS Track Validation ↓ 3. Environmental Data ↓ 4. IPFS Storage ↓ 5. EAS Attestation ↓ 6. Reward Distribution
Presale: 10% (100M FST) Main Sale: 20% (200M FST) Staking: 30% (300M FST) Ecosystem: 25% (250M FST) Team: 10% (100M FST) Liquidity: 5% (50M FST)
FST Token
0xC8DeB18806A8f5E813bEF4fe4E354B6781ECD1F4
Presale Contract
0xF39f200768Ff1Bfc3121307B3b0a0B288B4AB883
EAS Schema
0x01b87a3c91cbc4b6f9c0f7c27542ab4a33e30251f358673974d36db71c1b3094