[C6] - W41337 🏅

A stateless EVM account primitive that can run arbitrary, ephemeral bytecode.

Challenges

Tenderly Simulation API Integration

Pool 6,000 USDC

Because the contracts are ephemeral and unverified we needed low level simulation tools to illustrate side effects.

#BUIDLathon 2023 Infrastructure + Scalability

Pool 15,000 USDC

It's a permissionless account primitive, anyone can build on it.

Project details

An ephemeral, counterfactual wallet primitive for cool hacker devs with certain desirable properties:

  • Smart: Runs arbitrary bytecode (only) when you interact with it.

  • Convenient: Instantly execute code on-chain without a separate deployment step.

  • Non-polluting: Leaves no state or code behind after it executes.

  • Stateless/Codeless: No code means no need to implement token receiver callbacks.

  • Safer: No code hanging around to hack.