---
title: "Scrypto DeFi Challenge"
url: "https://radix.wiki/contents/history/scrypto-defi-challenge"
updated: 2026-08-18
last_verified: 2026-08-18
license: CC-BY-4.0
license_url: "https://creativecommons.org/licenses/by/4.0/"
version: "2.2.0"
---

# Scrypto DeFi Challenge

| Scrypto DeFi Challenge |  |
| --- | --- |
| Type | Remote hackathon (Devpost) |
| Organizer | RDX Works |
| Dates | 20 February – 24 March 2023 (5 weeks) |
| Prize pool | $50,000 in XRD |
| Registered | 434 participants |
| Submissions | 17 |
| Built with | [Scrypto](/contents/tech/core-protocols/scrypto-programming-language) v0.8+ |
| Status | Concluded |
| Category | [History](/contents/history) |
| Links | [Devpost](https://scryptodefi.devpost.com/) · [Results](https://www.radixdlt.com/blog/scrypto-devpost-defi-challenge-results) |

The **Scrypto DeFi Challenge** was a five-week remote hackathon organised by RDX Works and hosted on [Devpost](https://scryptodefi.devpost.com/), running from 20 February to 24 March 2023. It challenged developers to build [decentralized finance](/contents/tech/core-concepts/decentralized-finance-defi) applications in [Scrypto](/contents/tech/core-protocols/scrypto-programming-language), Radix’s [asset-oriented](/contents/tech/core-concepts/asset-oriented-programming) smart-contract language. The event drew [434 registered participants](https://scryptodefi.devpost.com/) and closed with 17 submissions competing for a $50,000 XRD prize pool.

## Format and prizes

Entries had to be written in Scrypto v0.8 or later and submitted as a pull request to the [scrypto-challenges](https://github.com/radixdlt/scrypto-challenges) GitHub repository, with a frontend built using the [Radix dApp Toolkit](/developers/frontend/01-radix-dapp-toolkit) and the then-current Radix Wallet developer preview. Judges scored submissions on the quality and “asset-oriented-ness” of the code, breadth of functionality, creativity of the concept, documentation, and frontend integration.

The $50,000 pool was split across overall placings and two category awards: $11,500 for first, $9,500 for second, $7,500 for third, $5,500 each for the best perpetuals and best lending dApps, and $3,500 for each of three honorable mentions.

## Winners

The [results](https://www.radixdlt.com/blog/scrypto-devpost-defi-challenge-results) were announced in April 2023:

- **1st – FlashyFi** by backyard-coder ($11,500), a flash-loan protocol.
- **2nd – Stoichiometric** by avincigu, Théodore and Guillaume ($9,500), a stablecoin and concentrated-liquidity DEX.
- **3rd – ScrillaLending** by aus87 and errollgnargnar ($7,500), a Liquity-style lending and stablecoin platform.
- **Best Perpetuals – Cup Perps** by zygomeb ($5,500).
- **Best Lending – KL Protocol** by Atoumbré ($5,500).
- **Honorable mentions** ($3,500 each): MojitoSwap, Kaupa and DefiFunds.

## The full field

All 17 submissions remain public in the [7-defi-devpost](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost) directory of the [radixdlt/scrypto-challenges](https://github.com/radixdlt/scrypto-challenges) repository, one folder per entry, and they are the closest thing to a census of what developers reached for first when handed an [asset-oriented](/contents/tech/core-concepts/asset-oriented-programming) language. Lending dominates: alongside the placing [ScrillaLending](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/scrilla_lending) and [KL Protocol](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/kl_protocol) sit [Optlend](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/Optlend), [Scrypto Lend Marketplace](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/scrypto-lend-marketplace) (built against Betanet V2 with the [Radix dApp Toolkit](/developers/frontend/01-radix-dapp-toolkit) and the developer-preview Android wallet), a [real-world-asset lending entry](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/%5BSRWA_lending%5D), and [fleet-vehicle-lending](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/fleet-vehicle-lending), which applies the same machinery to financing commercial vehicles.

The rest of the field went wider than DeFi primitives. [RadInsurance](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/RadInsurance) is a decentralized insurance protocol in which insurers stake into a policy and are paid out in proportion to their contribution. [AlkyneFi](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/AlkyneFi) pairs investors into a joint contract under an "equally collateralised trade", [Tokenvest](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/Tokenvest) is an investment platform where products themselves are on-ledger and funded by other users, [investor_companion](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/investor_companion) is a portfolio-side tool, and [coupon](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/coupon) is the outlier — a proof of concept issuing e-commerce coupons through the wallet SDK rather than a financial protocol at all.

The submissions are prototypes rather than products, and the repository preserves them as filed: [Optlend](https://github.com/radixdlt/scrypto-challenges/tree/main/7-defi-devpost/Optlend) opens with its author explaining that they realised the design was wrong two days before the deadline, rewrote it in the time left, and shipped without withdrawal for lending or borrowing positions. That is the texture of a hackathon at the edge of a new language, and it is why the code was judged on "asset-oriented-ness" as much as on completeness. None of the 17 went on to become a production dApp under its challenge name; the ecosystem that followed [Babylon](/contents/tech/releases/radix-mainnet-babylon) was built by later teams.

## Significance

The challenge was one of several Scrypto hackathons RDX Works ran to build a developer base ahead of the [Babylon mainnet](/contents/tech/releases/radix-mainnet-babylon) launch, which brought Scrypto to production in September 2023. The submissions were experimental prototypes published to the [scrypto-challenges](https://github.com/radixdlt/scrypto-challenges) repository – early explorations of lending, perpetuals, stablecoins and DEX designs in an asset-oriented model – rather than production dApps. It followed the network’s earlier in-person developer outreach such as the [Scrypto Developer Event](/contents/history/scrypto-developer-event) in Lisbon.

## External links

- [Scrypto DeFi Challenge – Devpost](https://scryptodefi.devpost.com/)
- [Scrypto Devpost DeFi Challenge Results – Radix Blog](https://www.radixdlt.com/blog/scrypto-devpost-defi-challenge-results)
- [radixdlt/scrypto-challenges – GitHub](https://github.com/radixdlt/scrypto-challenges)
