Roadmap
AskPay Roadmap
Our planned phases for expanding the pay-per-query ecosystem.
ODIS Identity Integration
Planned
Explore integration with Celo's ODIS (On-Chain Decentralised Identity Service)to enable phone-number-based interactions:
- Send/share query answers directly to friends via their phone number.
- Enable querying via sms or alternative light clients utilizing verified phone hashes.
Multi-LLM Provider Selection
Planned
Allow users to select which LLM model processes their query at runtime:
- Choose between lighter fast models (e.g. Gemini Flash) for a lower fee.
- Access premium frontier models (e.g. GPT-4, Gemini Pro) with higher fee scales set contract-side.
Usage Analytics Dashboard
Planned
Build a lightweight, non-custodial analytics page:
- Display aggregate fee revenues accumulated in the paygate contract.
- Trace total queries handled over time, average confirmation speeds, and success rates.
Celo Mainnet Deployment
In Progress
Transitioning the application logic to support mainnet Celo transactions:
- Deploying the final audited version of PayPerQuery.sol to Celo Mainnet.
- Wiring production USDm stablecoin address and live Celo mainnet public client routing on the server.
Core Platform Launch
Shipped
Successfully built and deployed the initial framework:
- Drafted and verified PayPerQuery.sol on Celo Sepolia.
- Built responsive chat UI with RainbowKit & MiniPay detection.
- Extracted and published the use-minipay-paygate npm helper library.
- Integrated Next.js server-side LLM call handler with automatic transaction receipt checks.