Skip to content
Draft
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
41 changes: 41 additions & 0 deletions content/posts/bountiful-reloaded.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

+++
title = "Bountiful: reloaded"
date = "2026-04-08"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change date to 2026-05-04

+++

Following our public release of Fe 26.0.0 on March 31st, we are excited to share that
we've put the new language to work in a real-world project that is now live on the
Ethereum mainnet: bountiful, a permissionless bug bounty platform.

By putting real ETH on the line, we aim to demonstrate the robustness of the Fe compiler. While the initial prizes are modest, we plan to scale them as the project and the compiler mature.

## What is bountiful?

If you've been following the Fe language, you may have seen a previous version
of our bug bounty platform which [we first launched in 2022](https://blog.fe-lang.org/posts/bountiful-break-things-and-get-paid/).

The idea is simple: The platform hosts a series of challenges that should not be solvable. If you do solve a challenge, you have found a bug either in the compiler, the challenge contract, or the registry implementation.

In any case, solving a challenge allows you to permissionlessly claim an ETH prize held in the registry contract.

## Where do I start?

We've created a website at [bountiful.fe-lang.org](https://bountiful.fe-lang.org/) that serves as the main entry point to the platform. It includes a list of active challenges, instructions on how to get started and links to the code repositories, deployed contracts, and more.

## Verified on Sourcify

[Sourcify](https://sourcify.dev/) already supports Fe, and the bountiful contracts are verified there. Verification of more complex multi-file workspaces isn't fully supported yet, so we used flattened sources as a workaround for most contracts. Improving first-class workspace support is something we'd like to tackle together with the Sourcify team going forward.

## Where do we go from here?

We are starting with a small set of challenges, but we plan to add more over time. We are also starting with small prizes of currently 0.25 ETH per challenge, but we plan to increase both the number of challenges and the prize amounts as we go.

## Go break things!

Here's everything you need to get started:

- **[fe-lang.org](https://fe-lang.org)**
- **[bountiful.fe-lang.org](https://bountiful.fe-lang.org/)**
- **[Bounty Hunting Guide](https://github.com/fe-lang/bountiful/blob/master/doc/bounty-hunting-guide.md)**
- **[Bountiful Repository](https://github.com/fe-lang/bountiful)**