Solana Projects › Mean Finance

Mean Finance

Real-time payments and multisig treasury management on Solana

Programs · 24h on-chain

On-chain activity

All programs →

Solar Safe

msigmtwzgXJHj2ext4XJjCDmpbcMuufFb5cHuwg6Xdt

Solar Safe provides institutional-grade security by requiring multiple signatures to process transactions in a crypto multisig wallet on Solana.

View analytics →

Token Streaming

MSPCUMbLfy2MeT6geLMMzrUkv1Tx88XRApaVRdyxTuu

Token Streaming enables real-time token payments, vesting and subscriptions through a Solana-based protocol that allows continuous token transfers based on time.

View analytics →

Mean Protocol

H6wJxgkcc93yeUFnsZHgor3Q3pSWgGpEysfqKrwLtMko

Mean Protocol provided a suite of interoperable smart contracts for DeFi operations on Solana, including liquidity aggregation, dollar-cost averaging, and token offerings. The protocol served as the foundation for Mean's early financial infrastructure.

View analytics →
Project content

Mean Finance news, features & analysis

Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.

  1. Breakpoint 25 Conference Talk 8 min read

    Superteam Demo Day: Trepa (Jong-Chan Chung)

    Discover Trepa, the new Solana-based prediction platform that rewards precision over binary bets. Learn how closer predictions mean bigger wins.

About

Mean Finance

Mean Finance is a decentralized finance platform built on Solana that provides open-source protocols for continuous payments, multisig treasury management, and DeFi infrastructure. Founded in 2021, the project describes itself as a tool builder — it creates neutral financial infrastructure rather than acting as a service provider or gatekeeper. Its stated mission is to accelerate the transition to decentralized financial ecosystems and expand economic opportunity globally.

The platform addresses a core problem in both traditional finance and early DeFi: payment systems remain batch-oriented and intermediary-dependent. Mean Finance's answer is a suite of on-chain programs that let funds move continuously, automatically, and without custodial control. The platform reports serving over 100 corporate treasuries, processing more than 53,000 payment streams, and handling $1B+ in total volume with $2B+ in cross-chain liquidity connected.

Core Protocols

Token Streaming (Money Streaming)

The Token Streaming Protocol is Mean Finance's foundational product. It enables continuous, block-by-block token payments between a funding account and a recipient. Rather than receiving a lump-sum payment at the end of a period, a beneficiary's claimable balance updates approximately every 400 milliseconds — tied directly to Solana's block production. The balance calculation is: rate × (current_block_height − starting_block_height).

The protocol supports two account types. Open accounts run indefinitely and pause automatically when the funding source runs dry. Locked accounts function as vesting contracts with a fixed end date, making them suitable for investor allocations or employee RSU programs. Managers can pause or resume streams unilaterally, while changes to core terms require signatures from both the manager and the beneficiary. If a stream is closed early, unvested funds return to the original contributors and already-vested amounts go to the beneficiary.

Use cases include payroll (employees accrue earnings continuously rather than waiting for periodic disbursements), token vesting for investors and team members, recurring subscription payments, rent collection, and family remittances. The team has also pointed to government disbursement programs and pension distributions as longer-term targets.

Mean Finance integrated Chainlink Price Feeds into the streaming product to add a market-condition layer. Users can configure thresholds — for instance, pausing disbursements if an asset price moves more than 20% from its daily moving average — so automation does not execute blindly during extreme volatility. Chainlink's Solana price feeds publish at sub-second intervals, aggregating data from multiple exchanges to produce smoothed, manipulation-resistant price data.

Solar Safe (Multisig Wallet)

Solar Safe is Mean Finance's primary product and its institutional-grade multisig wallet for Solana. It uses an n-of-m threshold model: a configurable minimum number of authorized signers must reach consensus before any transaction executes. The wallet combines BLS cryptography, threshold multisig logic, smart contract rules, and multi-factor authentication options (biometric, authenticator app, or SMS/email).

The design addresses a specific attack surface: social engineering. By requiring compromise across multiple devices and signers simultaneously, Solar Safe raises the operational cost of key theft substantially. Configurable smart contract rules can set per-address spending limits, account locks, and delegation policies. It operates entirely on-chain with no KYC or custodial involvement.

Solar Safe is deployed on Solana mainnet and supports a Multisig Marketplace where integrated Solana protocols — including token streaming and third-party DeFi products — can be managed directly within the multisig interface. The system also supports social recovery and inheritance planning, use cases the team explicitly identifies for families and digital asset succession. No formal third-party security audit is publicly documented for the Solar Safe codebase; the project has emphasized iterative development and users should exercise appropriate caution in production environments.

Decentralized Dollar-Cost Averaging (DCA)

Mean Finance also built a DCA product that executes recurring cryptocurrency purchases on a user-defined schedule without requiring a centralized intermediary. Three technical properties of Solana made this practical: Proof of History enables accurate on-chain time measurement; flat transaction fees eliminate the unpredictability that complicated DCA on Ethereum; and the team engineered decentralized callbacks to smart contracts for reliable automated execution. The product is self-custodial, permissionless, and trustless — users retain private key control throughout and trades execute from pre-configured on-chain parameters.

DeFi Infrastructure Layer

Mean Finance maintains an infrastructure API layer targeting FinTech developers. With minimal SDK integration, businesses can embed DeFi capabilities — crypto payroll, token vesting, lending, multisig wallets, and payment collection via Visa and Mastercard — into existing products. This layer abstracts on-chain complexity and surfaces banking-grade UX to end users who may not interact with Solana directly at the wallet level.

Token and Governance

Mean Finance is governed by Mean DAO, a decentralized autonomous organization formally established on December 24, 2021 — the same date as the MEAN token generation event. The DAO's stated mandate is narrowly focused: growing business operational payment volume in Solana DeFi, specifically payroll and token vesting. This deliberately excludes gaming, NFTs, and retail speculation.

MEAN is an SPL token on Solana with a total supply of 210,000,000. The distribution allocates 70% to the community (40% to a community treasury vesting over three years, 30% to incentive programs including staking rewards and liquidity mining), 20% to the team and advisors (six-month lockup followed by 48-month linear vesting), and 10% to token sales. Staking MEAN secures the Solar Safe and Token Streaming protocols while giving holders voting rights over protocol upgrades. The DAO community treasury holds approximately $2.15 million in assets. MEAN is also available on Ethereum, Polygon, and BNB Chain via the Wormhole bridge, and trades on Gate.io, BitMart, MEXC, Orca, and Raydium.

Governance operates at several participation levels: all token holders can vote, stakers take on additional signing responsibilities, and a subset of members can submit proposals directly on-chain. The DAO was founded by five software entrepreneurs — Michel, Eydel, Yamel, Yansel, and Maylin.

Funding and Background

In November 2021, Mean DAO raised $3.5 million in a funding round led by Three Arrows Capital, SoftBank, and DeFiance Capital, with additional participation from Skyvision Capital, Solar Eco Fund, Sesterce Capital, and Gate.io. The capital was directed toward protocol development, security audits, liquidity provisioning, and partnerships.

Ecosystem Position

Mean Finance targets a gap between consumer DeFi (trading, lending, yield) and the operational finance needs of businesses, DAOs, and protocols. Token streaming is directly applicable to on-chain payroll for DAO contributors and token vesting for projects launching on Solana. The multisig product addresses treasury management for teams that need shared custody without surrendering decentralization. By combining these primitives with Chainlink oracle integration and a developer SDK, Mean Finance positions itself as infrastructure that other Solana projects can build on rather than compete with.

Three on-chain programs remain deployed on Solana mainnet — Solar Safe multisig, the Token Streaming Protocol, and a developer tooling program. GitHub activity across the mean-org organization shows sustained development through late 2024 and into early 2025, with the mean-sdk, token-streaming, and solar-safe-sdk repositories receiving recent updates. A brand refresh published in December 2023 reflects the project's shift from a consumer-facing DeFi banking app toward a narrower infrastructure and B2B tooling focus.

Contents

Note: inclusion in Solana Compass directory does not indicate a recommendation or endorsement of this project, its token(s) or its products. Data sourced with thanks from The Grid to aid in building these pages.

Reviews

0.0
0 reviews
Please login to write a review.
Solana tokens

Solana Token Markets

Explore all tokens →