Official Documentation

Movin Lightpaper

The comprehensive guide to our move-to-earn ecosystem on Base

01

Project Overview

Movin is a revolutionary move-to-earn application built on the Base Layer-2 chain of Ethereum that rewards users for their physical activity. Our mission is to promote healthier lifestyles by incentivizing regular exercise through cryptocurrency rewards.

By converting steps and metabolic equivalent of task (METs) into MVN tokens, we create a sustainable ecosystem where fitness and financial rewards go hand in hand. Our vision is to build a global community of health-conscious individuals who are motivated to stay active and earn rewards simultaneously.

02

Problem & Solution

The Problem

Despite knowing the benefits of regular physical activity, many people struggle to maintain consistent exercise habits. Traditional fitness apps lack compelling incentives to keep users engaged long-term, leading to high dropout rates and abandoned fitness goals.

Our Solution

Movin transforms the fitness experience by introducing tangible, financial rewards for physical activity. By leveraging blockchain technology, we create a transparent, secure system where users earn MVN tokens for their steps and metabolic activity. This creates a powerful incentive loop that encourages consistent exercise habits.

Our app includes sophisticated verification mechanisms to ensure rewards are earned through genuine physical activity, maintaining the integrity of our ecosystem while promoting healthier lifestyles.

03

Features & Benefits

Step Tracking & Rewards

Earn MVN tokens for your daily steps with minimum thresholds of 5,000 steps (premium users) or 10,000 steps (free users) and a maximum of 30,000 steps per day. Rate limited to 300 steps per minute to ensure fair play.

Staking Rewards

Stake and lock your MVN tokens for up to 24 months to earn 24% APY. Lock periods of 1, 3, 6, 12, and 24 months are available, each with corresponding multipliers.

Premium Integration

Premium users can track METs (Metabolic Equivalent of Task) with a minimum of 5 METs and maximum of 500 METs daily, rate limited to 5 METs per minute, for additional rewards. Premium users also benefit from a lower step threshold of 5,000 steps versus 10,000 for free users.

Referral Program

Both referrer and referee receive 1 MVN token upon successful registration. Additionally, referrers earn 1% of referred users' activity rewards automatically when they claim. Referrers can have multiple referees, but each referee can only have one referrer.

Additional Features

Our comprehensive roadmap (see Roadmap section) outlines the planned release of additional features including:

  • Enhanced rewards and gamification systems
  • Expanded ecosystem integrations
  • Advanced fitness tracking analytics
  • Personalized fitness recommendations
  • AI based calorie tracking
04

Subscription Plans

Movin offers both free and premium subscription options to cater to different user needs. While all users can earn MVN tokens through physical activity, premium subscribers unlock additional features and benefits.

Free Plan

Basic
0 MVN

/forever

  • Basic step tracking (10,000-30,000 steps daily)
  • Earn MVN tokens for activity
  • Staking options up to 12 months
  • Referral program (1 MVN bonus for both parties + 1% rewards)
  • Import activity from fitness tracker
  • Contains advertisements
RECOMMENDED

Premium Plan

Advanced
100 MVN/month
or 1000 MVN/year (save 16%)
  • Everything in Free plan
  • Premium step tracking (5,000-30,000 steps daily)
  • MET tracking (5-500 METs daily) and lower step threshold (5,000 steps minimum)
  • Ad-free experience
  • Exclusive 24-month staking with 24% APY
  • Access to maps and route tracking
  • Friend sync for joint exercises (soon)
  • AI based calorie tracking (soon)

Note: Premium subscribers enjoy significantly higher earning potential through the exclusive 24-month staking option with 24% APY, as well as enhanced activity tracking through third-party integrations.

05

Tokenomics

MVN Token

1 Trillion
Maximum Supply
11 Billion
Initial Supply

The MVN token is built on the ERC20 standard with pausable functionality for emergency situations. It supports minting and burning operations, and includes a token locking mechanism allowing users to lock their tokens for a specified duration.

Reward System

Step Rewards: 1 MVN token per 10,000 steps at launch, with minimum thresholds of 5,000 steps for premium users and 10,000 steps for free users. Maximum limits of 300 steps per minute and 30,000 steps per day ensure fair play. Rewards decrease by 0.1% per day to maintain token economics.

MET Rewards: Earn MVN tokens from metabolic activity with a threshold of 5 METs, maximum of 5 METs per minute, and 500 METs per day. MET tracking is exclusive to premium users.

Reward Rate Decrease: Base reward rates decrease by 0.1% daily, compounded, to maintain long-term sustainability of the token economy.

Rewards Expiration: Activity rewards reset at midnight (00:00 am) daily. Any unclaimed activity rewards from the previous day are lost. Additionally, staking rewards expire after 24 hours since the last rewards were claimed.

Unstaking Fee: A 1% burn fee applies to all unstaking operations. This mechanism helps maintain token scarcity and rewards long-term holders.

Subscription Burning: Premium subscription payments (100 MVN monthly or 1000 MVN yearly) are burned, permanently removing these tokens from circulation to create deflationary pressure and maintain the token's value over time.

Staking

Lock PeriodMultiplierAvailabilityAPY
1 Month1xAll Users4%
3 Months3xAll Users8%
6 Months6xAll Users12%
12 Months12xAll Users18%
24 Months24xPremium Users Only24%

Staking rewards are calculated based on: stake amount × APR × time staked. Users can have multiple stakes with different lock periods and can claim rewards individually or all at once.

After a stake's lock period ends, users can choose to restake their tokens into a new lock period without paying the 1% unstaking fee. This encourages long-term participation while providing flexibility to adjust staking strategy when lock periods expire.

Technical Implementation

MOVINEarn smart contract implements a comprehensive system with security features including ReentrancyGuard protection, pausable functionality, and Ownable2Step for secure ownership management. The contract employs the UUPS pattern for upgradeability with proper storage management.

06

Smart Contract Architecture

The MOVINEarn smart contract implements a sophisticated token-based rewards system with multiple integrated components working together to create a secure and sustainable ecosystem.

Core Components

Token System

  • ERC20 standard with pausable functionality
  • Supports minting and burning operations
  • Token locking mechanism for specified durations
  • Deflationary design with multiple burning mechanisms: unstaking fee (1%), premium subscription payments

Activity System

  • Rate-limited step and MET tracking
  • Daily reset based on activity timestamp
  • Decreasing reward rates to maintain longevity

Technical Parameters

ParameterValueDescription
STEPS_THRESHOLD10,000Minimum steps required for rewards (free users)
PREMIUM_STEPS_THRESHOLD5,000Minimum steps required for rewards (premium users)
METS_THRESHOLD10Minimum METs required for rewards (legacy)
PREMIUM_METS_THRESHOLD5Minimum METs required for rewards (premium users)
MAX_DAILY_STEPS30,000Maximum daily steps for rewards
MAX_DAILY_METS500Maximum daily METs for rewards
MAX_STEPS_PER_MINUTE300Rate limit for step tracking
MAX_METS_PER_MINUTE5Rate limit for MET tracking
UNSTAKE_BURN_FEES_PERCENT1%Fee applied when unstaking
REFERRAL_BONUS_PERCENT1%Bonus for referrers
REFERRAL_REGISTRATION_BONUS1 MVNBonus for both referrer and referee upon registration
HALVING_DECREASE_PERCENT0.1%Daily reward rate decrease
ACTIVITY_REWARDS_EXPIRATION00:00 amDaily reset time for activity rewards
STAKING_REWARDS_EXPIRATION24 hoursTime after last claim when staking rewards expire

Security Features

  • ReentrancyGuard protection on critical functions
  • Pausable functionality for emergency situations
  • Ownable2Step for secure ownership management
  • Input validation and rate limiting
  • UUPS pattern for secure contract upgradeability
07

Roadmap

Q1-Q2 2025: MVP Launch

  • ✓ MVN contracts launch on the Base Layer-2 chain of Ethereum
  • ✓ Core step and METs tracking functionality
  • ✓ Basic staking mechanisms implementation
  • ✓ Import activity from fitness tracker
  • ✓ Referral program

Q3-Q4 2025: Social Feed Features

  • ✓ Location and route tracking with interactive maps
  • ✓ Achievement badges and milestone rewards
  • ✓ AI based calorie tracking
  • App launch on Apple Store and Google Play
  • Public token listing on Uniswap, Gate.io, and Base

Q1 2026: Advanced Geolocation Features

  • Friend sync for joint exercises and shared rewards
  • Social feed for sharing achievements
  • Enhanced social interactions and activity sharing

Q2 2026: Gamified Experience

  • Community challenges with special rewards
  • Goal setting and tracking
  • Group activity tracking and leaderboards

Q3 2026: AI Integration

  • AI based personalized fitness recommendations

Q4 2026: Borrowing

  • Ability to borrow MVN tokens from the protocol

2027: Partnerships

  • Partnerships with fitness brands and organizations
  • MVN token listing on more exchanges
  • More features and integrations
08

Team

Razvan Tomegea

Razvan Tomegea

Founder & Core Developer

Blockchain developer and entrepreneur based in Romania. Passionate about fitness and technology, with 11 years of experience.

AI

AI

Core Developer Assistant

Advanced AI system that helps with development, user assistance, and data analysis to optimize the Movin experience.

09

Get Involved

Join our growing community of fitness enthusiasts and crypto believers. There are many ways to get involved with the Movin ecosystem:

Use Web App

The simplest way to join is to use our web app and start earning MVN tokens through your daily activity.

Invest & Stake

Acquire MVN tokens and participate in our staking program to earn passive rewards while supporting the ecosystem.

Community

Join our vibrant community on social media platforms to stay updated and connect with other users.

Contact Us

Have questions or partnership inquiries? Reach out to our team directly.

contact@getmovin.ai