DEV Community

jimmy anderson
jimmy anderson

Posted on

my proj

How Sage pays privately on Starknet

I read the privacy section on sagepays.xyz.

Normal on-chain payments create a permanent public record of who got paid and how much. To avoid this, Sage uses a two-step private system on Starknet.

First, a Cairo vault releases the reward under strict rules.
Then the money is locked behind a Poseidon commitment that has no address attached. You collect it later with a one-time link and can move it into a shielded note. Sage also pays the gas fees.

The part that still confuses me is how the funds never appear in the regular wallet at all.

paid privately through Sage

Wallet:
0x068bb0c9329537a89800bf1df1f461223deb2007983d52f9b3aa7b5d9ad32176

Top comments (0)