Arrow
Real DeFi hasn't been shipped yet, until now.
Blueprints is an open-source framework for building finance products.
With Blueprints, all you need to do is to create the product's interface.
Define your tailored position.
This is real, working code.
// In Blueprints, you describe tokens using existing
// primitives. Here, we use `ERC20` to describe a token that
// is redeemable for 5 USDC.
const usdc = new ERC20(5n, {
    address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
    decimals: 6n,
});

const oracle = new MultisigOracle({
    signers: [Cobie, notsofast, Ansem],
    threshold: 2n,
    feed: new HashedBytes(new MapBytes({
        name: "defi_hacks_in_millions",
        since: "2026-05-13",
        before: "2027-05-13",
    })),
});

// We describe another token, this time using
// `LinearPayoff`. Notice it takes another token as one of
// its parameters. In this case, it's an `ERC20` token, but
// it could be anything!
const position = new LinearPayoff(1n, {
    collateral: usdc,
    oracle,
    maxValue: 2_000n,
});
Trade it instantly, even if it has never existed before.
This is real, working code.
const price = usdc.copyWithAmount(60n);

createOrders([{
    inputs: [usdc],
    outputs: [position],
}]);
DeFi design needs dramatic change – and that change is overdue.
unified liquidity
Plug into existing liquidity without providing your own.
simplicity
All you need to do is to create the product's interface.
security
Designed with mathematical precision to work perfectly in all cases.
Get in touch
If you're building, or planning to build finance products and protocols, we can extensively help with refining your idea and support you through the development!
Get in touch
Follow our updates
People of Blueprints
We are currently hiring for some roles. If you want to rebuild the financial system, reach out.
Czar102
Czar102
Founder & CEO
security researcher, math nerd, science olympiads' enjoyoor, prev. Sherlock's Head of Judging
X
@Czar102
marximimus
marximimus
CTO
enjoys competitive programming and cryptography, read 1000s of pages of specifications for fun
GitHub
marximimus
Temu Capital
Temu Capital
CMO
chief taste and distribution officer
X
@followsyou
Steve Ibukun
Steve Ibukun
Designer
design team of one, relentlessly curating vibe and playlists
X
@Kokooluwa
pixhel
pixhel
Marketing Lead
growth and marketing shenanigans
X
@pixel_eth
Adeen
Adeen
Community Lead
growth strategist obsessed with numbers and systems
X
@Adeen_xyz
pixhel
Kingloui
Content Strategist
turning content into growth
X
@KinglouiEth
We are currently hiring for some roles. If you want to rebuild the financial system, reach out.
Cracked Fullstack Developer
ships code daily, solves novel problems weekly
Learn more
Arrow
Arrow
Back to home

We’re building a product from the ground up and looking for a full-stack developer who can take ownership of problems and turn ideas into reliable software.

The role spans the entire system: designing, building, improving, and operating the code that powers the product. You should be comfortable moving between different parts of a system, learning quickly, and pushing the boundaries.

You will be responsible for the execution and design of the most revolutionary improvements of financial technology in the world. You will work directly with the Blueprints' founder to discuss technical details of implementations of new products, as well as the tradeoff space of the solutions.

We value clear thinking and strong problem-solving abilities. Experience with specific tools matters less than the ability to understand complex systems, simplify them, and deliver solid results.

It is not strictly necessary to understand how finance works or what are the current problems before applying. But it is necessary to understand what is the Blueprints' vision.

If you want your work to change the global capital allocation for the better, Blueprints is the place for you.

Requirements:

  • feels physical pain when the code is imperfect
  • excellent at math, thinks from first principles
  • naturally want to create perfect software that works at all times
  • problem-solving ability and the habit of reasoning through unfamiliar systems or constraints
  • clear communication
  • excels in independent work
  • learns/invents new concepts quickly

Nice-to-haves:

  • understanding of finance
  • understanding of blockchain technology and DeFi
  • passion of making useful stuff
  • successful in competitive programming, can invent and implement algorithms solving novel problems

How to apply:

Write an email to [email protected] answering the following questions:

  • Why are Blueprints the place for you? Your response may not be applicable to any other organization in the world.
  • What is one program/project you're most proud of? Why? Describe the most technically interesting part. Explain one tradeoff you had to consider, if there were any.
  • What motivates you?
  • What are you opinionated about?
  • (optional) Tell me an important belief or truth, such that most of the world believes its opposite. Why is the world mistaken?