Bounty: $2,000 in $USDC to the best implementation of Chain Signatures.

API: https://github.com/near/mpc-recovery/blob/6f46b0b648f9cf62cddd4c4eeea7742dbab59124/contract/src/lib.rs#L291-L297

What are Chain Signatures?

Chain Signatures are a revolutionary new cryptographic primitive revolutionizing secure multi-party computation to jointly sign a document without revealing their individual private keys. They also allow users to store private keys to EDCSA-based chains (encrypted) on NEAR so one NEAR account can control multiple accounts on different chains (Account Aggregation). This allows developers to build multi-chain apps, sponsor gas for users, and abstract all the blockchain complexity away from the end user (Chain Abstraction).

Blockchains that support ECDSA signatures includes Bitcoin, Ethereum, BSC, Doge, Z-Cash, and more. The current API can be found here: https://github.com/near/mpc-recovery/blob/6f46b0b648f9cf62cddd4c4eeea7742dbab59124/contract/src/lib.rs#L291-L297

You can learn more about Chain Signatures here

Potential Applications