Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALPHA DESK

ALPHA DESK is a SoSoValue-powered on-chain finance desk for one-person finance businesses.

It turns SoSoValue featured news, market data, and live trend signals into AI-assisted index strategies, fetches live token market data in the public demo, lets users add weighted strategies to the desk, and publishes a real wallet-signed Ethereum Sepolia proof transaction for the selected strategy.

The deployed build uses a Vercel serverless proxy for the SoSoValue API so the API key stays server-side. If the sponsor API is unavailable, the app falls back to public CoinGecko signals instead of faking data.

Hackathon Fit

  • User Value & Practical Impact: Helps a solo operator publish investable crypto index products.
  • Functionality & Working Demo: Includes an interactive product surface, six strategy selectors, custom weighted strategy creation, explicit wallet connect, AI copilot state, backtest chart, SoSoValue news feed, live token data, metadata preview, proof vault, and wallet-signed Sepolia proof publishing.
  • Logic, Workflow & Product Design: Signal discovery -> AI thesis -> index construction -> risk checks -> rebalance intent -> real on-chain proof.
  • Data / API Integration: Uses the SoSoValue featured news API through /api/soso-news, live CoinGecko market data for token prices, and architecture mapped to SoDEX execution, ValueChain settlement, and AI analysis.
  • UX & Clarity: Responsive landing/app hybrid with clear judge-facing sections and polished product storytelling.

Local Run

Open index.html in a browser.

Deploy

This folder is a static Vercel-ready site.

vercel --prod

Set the SoSoValue key in Vercel before deploying:

vercel env add SOSO_API_KEY production

On-Chain Proof

Open the deployed app with an EIP-1193 wallet such as MetaMask or OKX Wallet. Click Publish real proof, approve Sepolia, and sign the zero-value transaction to the public proof sink 0x000000000000000000000000000000000000dEaD. The transaction calldata stores ALPHA_DESK_STRATEGY_PROOF:<sha256 hash> for the selected strategy metadata, and the app displays the Sepolia Etherscan link after publishing.

Releases

Packages

Contributors

Languages