Skip to main content

Create a Bridgeless Core account

The TSS service requires a core account to be created to correctly interact with the TSS network. It will be used to identify the party in the network and also submit the data processed transactions to the Bridgeless Core.

Generate a new account

To create a new account, use the Bridgeless Core CLI:

bridgeless-cored keys add <account_name> --keyring-backend file

Alternatively, you can use the previously installed TSS service CLI to generate the private key and the derived address:

tss-svc helpers generate cosmos-account

Fund the account

In order to send transactions to the Bridgeless Core, the account must be funded with the native token of the chain. An example of how to fund the account by transferring tokens from another account is shown below:

bridgeless-cored tx bank send <from_account> <to_account> 1000000000000000000abridge