Live edition loading…

PXke Algorand

Independent daily coverage of the Algorand ecosystem — verified reporting on wallets, DeFi, NFTs and infrastructure, fact-checked on-chain before it publishes.

← Latest stories

Rise In's free Algorand course feeds AlgoHack events that shipped 77 prototypes

· · · · · ·

Rise In's free Algorand course feeds AlgoHack events that shipped 77 prototypes

Rise In's free Algorand course feeds AlgoHack events that shipped 77 prototypes

Two Cities, One Weekend of Building

On the weekend of September 11-12, 2025, two AlgoHack hackathons ran in parallel in Kolkata and Bangalore. Between them they produced 77 working prototypes built on Algorand, most of them within 36 hours of nonstop building. The events were powered by Algorand and organized by Rise In, a free Web3 education platform whose approach, since it began working with Algorand in June 2025 to activate developer communities across India, has been to teach first and let people build second.

What Rise In Is

Rise In describes itself as a platform for free Web3 education and career opportunities, with a catalog spanning ecosystems including Stellar, Midnight, Flare, Celo, Stacks, Algorand, Monad, Circle, and Solana — all named on its home page. Its Transition to Web3 series shows the scale of the funnel: Blockchain Basics alone lists 31,130 learners. 'Our goal is to provide talent with the necessary knowledge and skills to succeed in the web3 world for free,' the site's FAQ states.

The operation behind the storefront is not publicly documented: risein.com has no about page, and the domain's registration goes back to February 2013, long before the current product existed. The business model that is visible is worth naming: courses are free to learners, while separate partner pages — such as 'How to Reach Web3 Developers in Southeast Asia' — sell ecosystems a developer-acquisition service. The free education functions as a recruitment funnel paid for by the chains it feeds; the courses can still be genuinely useful, but it helps to know whose funnel you are in.

The Build on Algorand Course

The Build on Algorand course is the platform's Algorand entry point: intermediate-level, advertised as '100% Free forever,' with 404 builders enrolled and a 4.8/5 rating at the time of writing. It packs 18 lessons into five self-paced sections totaling roughly 36 minutes — an orientation designed to convert the curious into hands-on builders rather than a deep bootcamp. The overview says it covers everything needed to build decentralized applications (dApps) on Algorand: [Pure Proof-of-Stake](/glossary/pure-proof-of-stake-ppos "A consensus mechanism used by some blockchains to validate transactions and secure the network. Unlike traditional proof-of-work, it relies on validat") consensus — the mechanism by which validators who hold and stake ALGO confirm transactions, an energy-light alternative to proof-of-work in which Algorand's variant picks validators randomly from across all stakers — plus writing smart contracts with Python and TypeScript. The hands-on tools are AlgoKit, Algorand's official developer toolkit, and Pera Wallet, the ecosystem's widely used self-custody wallet through which new builders sign transactions.

The curriculum moves from concept to deployment:

SectionWhat it coversReal-world implication
Web3 Basics — 4 lessons, 8 minWeb1, Web2, and the 'middleman' problemExplains why removing intermediaries is the point of a blockchain
Introduction & Setup — 8 lessons, 16 minToolchain installation and account creationThe environment a builder will use daily, set up before any code is written
Using AI for Smart Contract Development — 3 lessons, 6 minGenerating contracts with AI assistanceAligns with the ecosystem's push toward AI-assisted and agent-driven building
Building Frontends on Algorand — 2 lessons, 4 minWiring a user interface to the chainTurns a contract into an application a non-technical user could use
Final Project — 1 lesson, 2 minA capstone buildProduces a first deployable app to carry into a hackathon

A caveat on one advertised perk: the page promises a 'verified on-chain certificate,' lifetime access, and community Q&A. The certificate claim does not survive scrutiny from public sources: a search of Algorand mainnet for any 'Rise In' asset or certificate issuer turned up nothing matching the platform, and Rise In publishes no verification method. Learners should not assume the certificate is anchored to Algorand, or that 'on-chain' is auditable — as of this writing, the claim is simply unverified.

The Hackathon Loop

Rise In's recap of the Kolkata edition describes the events as the chance 'to see learners from our programs step into the builder spotlight' — the course feeding the hackathon is the explicit design. The 2025 AlgoHack record shows the format scaling from city to city:

EditionDateParticipationWhat shippedWhat it signaled
KolkataSep 11-12, 2025100+ builders32 projects, with tracks in DeFi, payments, and real-world asset tokenizationFirst large in-person Algorand gathering in the region, mixing first-timers with experienced builders
BangaloreSep 11-12, 2025200+ registered, 130+ on site45 projects, with tracks in AI x Blockchain, payments, and technical excellenceFormalized AI x Blockchain as a named track
IstanbulSep 27-28, 2025Free entry, $10,000 prize pool, 1:1 mentorshipProjects spanning DeFi analytics and privacy-focused tracksThe India playbook operating outside India

Prize money was modest and judging partly about promise, but the Kolkata winners map closely onto the priorities Algorand has been pushing — AI-assisted tooling, payments, and tokenization:

ProjectPrizeWhat it doesAlgorand angle
Algorand-mcp1st, tie — $500An [MCP](/glossary/mcp-model-context-protocol "An open standard that gives an AI model tools to interact with external systems. In VibeKit's case, an MCP server exposes blockchain operations (deplo") server with 50+ ready tools: account management, asset operations, smart contracts, swaps, API integrationMCP, the Model Context Protocol, is the emerging standard for letting AI assistants use external tools; an Algorand tool server means an agent can build and transact on the chain directly. The public repo remains fledgling — one star, last pushed December 2025
AlgoRun1st, tie — $500An on-chain gamified betting platformThe provably fair, player-owned game thesis applied to Algorand
10xSwap2nd — $300A web app whose AI agent handles natural-language requests to check balances, swap tokens, and move assetsDeFi as a conversation, aimed at users who will not learn a complex interface
Chronicle of the Ledger3rd — $200A mythological action-RPG; achievements, relics, and progress minted as NFTsAlgorand as a home for cultural and entertainment experiences, not only payments

Bangalore's grand prizes of $2,000 each went to AlgoTricks, an AI-powered DeFi assistant; AlgoPay, a plug-and-play SDK for merchants accepting instant Algorand payments; and Citadel-Algo, a protocol-layer exploration of what Algorand's smart contracts can do. One Bangalore runner-up matters beyond its finish: an integration of x402, Algorand's pay-per-request payment standard, built as 'a complete Express.js integration for Algorand payments' with middleware, verification, and a ready-to-use paywall UI.

A Hackathon Runner-Up Becomes a Funded Challenge

x402 is, at its core, an HTTP payment protocol for the machine economy: each API request carries a micro-payment, and a server verifies the payment before it responds — the mechanism that turns a data feed, a compute job, or an AI-agent call into a metered product. This is exactly where Algorand's layer-1 characteristics matter. A block on Algorand is final in a single round, roughly three seconds, with no probabilistic settlement, and the minimum fee sits around 0.001 ALGO — fractions of a cent. A per-request payment of a penny survives the fee economics and confirms fast enough to gate a live API call; on networks where gas prices spike or congestion delays settlement, a fixed price per call is hard to set and slower to trust. Algorand's stablecoin support lets those micro-payments ride in USDC, and Rise In's own Algorand page describes the chain as 'x402-ready.'

Rise In now runs the Algorand opportunities hub — a listing of every Algorand hackathon, bounty, grant, job, event, and course in one place, free to apply, with rewards paid by Algorand or the project running each opportunity. Its headline open item is the Global x402 Challenge: turn an API endpoint into a pay-per-request service, competing for $100,000 USD plus 500,000 ALGO in prizes, with the challenge listed as open, closing September 30 on the hub, and finals live at Devcon 8 in India in early November. The qualification checklist shows how deliberately the ecosystem is pursuing the mechanic: build and test on TestNet, Algorand's test network, before deploying to MainNet, the live chain, with a public HTTPS endpoint; use the GoPlausible facilitator, enable Bazaar discovery, and complete at least one real MainNet payment.

The hub is young, and its counters say so plainly: 402 applications made through Rise In and 27 total page views. Past items include a run of Algorand Builders Workshops across India and Indonesia that fed developers into the ecosystem through 2025.

The Same Loop, Other Chains

The Southeast Asia page Rise In published in June 2026 claims 400,000+ developers in its network — a self-reported figure — and country-level results: 500+ builders reached and roughly 100 projects onboarded in Vietnam in a single month, 28 apps shipped to Stellar Mainnet from Philippines hackathons, and bootcamps across Yogyakarta and Jakarta that fold in Algorand workshops. Algorand is one channel among several.

The funnel can move a person from first hackathon to founder, though not always within Algorand. Rise In's Builder Spotlight series profiles Milan, a 20-year-old AI engineer whose first Web3 event was a Rise In hackathon with Algorand in Bangalore — where his team won — and who later built OrbitKit, a developer tool for Stellar that Rise In says has around 7,200 users. The pipeline works; it just does not guarantee where a builder's next project lands.

Where the Model Stands

The honest scale check: hundreds of builders, not thousands. The Algorand Foundation's year-end recap counts five in-person hackathons across 2025 with 500+ builders and 200+ projects, of which Rise In organized the India editions and the Istanbul one. Even those attendance figures should be read with care: Bangalore appears as 130+ active developers in Rise In's own recap and as 140 attendees in the Foundation's — organizer-reported numbers that do not perfectly agree.

What the numbers do show is that the loop can produce real artifacts. By the end of the September weekend, in the Kolkata organizer's words, builders 'arrived with ideas and left with working MVPs' — and one of those ideas, the x402 integration, now shares its name with a global challenge carrying a six-figure prize pool. That arc, from free lesson to hackathon weekend to funded protocol, is precisely the pipeline Algorand's India push was designed around, and it demonstrably produced something real. The open question is retention: whether the learners who pass through Rise In's free courses keep building on Algorand, or follow the next opportunity wherever it points.

Source

Source: https://www.risein.com/courses/build-on-algorand