Skip to main content

Co-Signer

One of INTU's standout features is that you can control a co-signer that can help your users on their Web3 Journey.

A Co-Signer can:

  • Propose transactions for your user to simply 'approve'
  • Warn the user if they are doing something dangerous
  • Make the user's interactions on Web3 Seamless

While we are in Beta (2024), we run two node signers which automatically perform the 'help' that your user needs to create their MPC account.

BUT, we offer the ability for you to run your own signer assistant - which will allow you to define when/how/why you will help your user.

Our basic code for a node signer is here: https://github.com/intu-labs/intu_node_signer

Use my own signer

If you use the INTU Core SDK:

  • Run the node signer code linked above
  • then use it's public address when the user is creating INTU accounts

If you use the INTU FIT SDK:

  • Run the node signer code linked above
  • Add the public address as the environmental variable for ....

Node Signer ideas