Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .vercelignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,11 @@ tasks.md
CHALLENGE_DETAIL_REDESIGN.md
DEPLOYMENT_FIXES.md
DEPLOYMENT_GUIDE.md
INTERNATIONALIZATION_FIXES.md
INTERNATIONALIZATION_FIXES.md

# Build configuration files required during deployment
!vite.config.ts
!tsconfig.json
!tailwind.config.js
!postcss.config.js
!components.json
43 changes: 41 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
# 挑战市场 - Solana 区块链前端应用
# ActionFi — Like Pumpfun for Real World UGC prediction market for action. Act, bet, vote and win.
### Problem
In Web3, belief and execution are disconnected:
• Prediction markets price opinions but not real actions.
• Task platforms reward completion but lack transparency and market dynamics.
There’s no native way to monetize credibility, accountability, or proof of action on-chain.
________________________________________
### Solution
ActionFi creates a market for human execution.
Anyone can launch a public challenge, back outcomes with YES/NO staking, and let the market price belief in real-world actions.
Every challenge is a verifiable on-chain statement — success is rewarded, failure redistributes trust.
________________________________________
### Mechanism
1. Launch Challenge — Creator deposits ≥0.05 SOL, sets time limit (1 h – 5 d, optional random stop).
2. Stake Belief — Users stake on YES / NO pools via constant-product AMM.
3. Host Bidding — Others may outbid the host (+0.1 SOL) to “take the stage.”
4. Resolution — Chain verifies proof (video / on-chain evidence).
o YES wins → supporters share NO pool.
o NO wins → skeptics share YES pool.
5. Rewards
o Creator earns 1 % of total pool if challenge succeeds.
o 5 % of pot → JP reward pool for top challengers.
o Host (if NO wins) gets 2 % of JP.
6. Second-Round Challenge — Winner may reopen next round with 10 % of prior profit → perpetual loop.
________________________________________
### Economic Model
Layer Function Incentive
YES/NO Pools Belief pricing Early conviction = higher upside
JP Pool Action reward Execution proof bonus
Host Bidding Ownership game Adds liquidity + social tension
1 % Creator Fee Quality incentive Drives real, verifiable actions
Rolling Rounds Perpetual liquidity Continuous market cycle
Platform 1 % Sustainability Maintenance & auditing
________________________________________
### Why It Matters
• Turns action into a financial primitive.
• Enables proof-of-credibility for individuals and DAOs.
• Blends DeFi, social identity, and prediction markets into one composable layer.
________________________________________
### Tagline
ActionFi — Launch Challenges. Prove Yourself. Let the Market Decide.

这是一个基于 Solana 区块链的前端挑战市场应用,用户可以创建挑战、参与投注并获得奖励。

## 🚀 技术栈

Expand Down
Loading