Trying to figure out the best way to prove ownership of a farcaster id on base.
I have the address ownership proof that includes the fid, but that’s signed by the address in question, easily spoofed.
Digging through the docs to try and find maybe a farcaster owned public key that signs something in a trust chain
0 replies
0 recasts
0 reactions
test
0 replies
0 recasts
3 reactions
Top casts
I haven't fully fleshed out this idea and there might be issues with users deprecating their balances but....
create a contract that holds a balance for users to contribute to that they can never withdraw from. This balance then gets burned anonymously when someone posts. It's a bit like how tornado works but instead of withdrawing it burns for the post
1 reply
0 recasts
0 reactions
thinking more: if you create a deposit for every post it has a decent anonymizing effect, so up front you make 10 deposits (and so does everyone else) and then over time as you make posts you burn 1 deposit at a time. posting would involve a zk proof like this one:
https://github.com/tornadocash/tornado-core/blob/master/circuits/withdraw.circom
0 replies
0 recasts
0 reactions
test
0 replies
0 recasts
3 reactions
I'm also having this issue, if a solution comes up from the DC conversation do you mind posting it or adding me?