Wallet Manager

Adding wallets to the Starknet module and managing them.

Adding wallets to the module:

  • First and foremost, you need to configure accounts in the Account Manager, link wallets to them, and optionally set up proxies;

  • Click on Add More Wallets;

  • Choose the wallets that you want to add to the module. Please note that if you have purchased a tariff for 50 accounts, after adding these 50 accounts to the Wallet Manager, you will only be able to replace 3 wallets. Therefore, add wallets carefully.

  • Click on Add to Starknet, and the selected wallets will be added to the module.


UI Touch:

UI Touch - this is regular interaction with any website through its interface. Every website consists of two components: the frontend (interface) and the backend, which contains all the site's logic and processes all interactions.

For web3 protocols, clicking on a specific button triggers a contract call. That is, clicking the button in the interface triggers a contract call, and then your MetaMask opens where you sign the transaction.

How any software works: it bypasses the interface and directly interacts with the contract hidden behind that button, sending all the necessary transaction information directly to the contract.

The interfaces of web3 protocol sites serve one purpose: to simplify interactions with the blockchain for ordinary users, but no one prohibits direct interaction with contracts. This capability exists, and it's not necessary to do this through software—you can perform these interactions manually, even via tools like Etherscan.

However, projects will eventually start combating Sybil activity. One way could be to place corresponding analytics on their sites, which would gather information about the IP address and browser fingerprint from which the button was clicked to trigger the contract and execute the transaction.

The UI Touch feature in Combine allows you to interact with official bridges or any other protocol without leaving Combine. It's important to understand that for your interaction to be considered legitimate, you need to open the site through UI Touch and manually perform the transaction through this window.

  • Press the UI icon;

  • In the User Agent field, you can see your fingerprint. The fingerprint is automatically selected from a list of over 10,000 of the most common fingerprints worldwide. The initially generated fingerprint is tied to the wallet until you press the Generate New button;

  • In the Custom User agent field, you can insert your User agent from an anti-detect browser or generated from any other place;

  • In the Choose target project field, select the desired protocol and press Lauch;

  • Immediately after that, a browser window will open where you need to connect the wallet and complete the transaction.


Status and Actions section:

In the Status section, you can see the status of a specific wallet, which it received when started in the last session and the date it was last launched:

  • If the date is highlighted in green, the wallet completed its operation without errors.

  • If the date is highlighted in red, the wallet encountered an error or was paused.

  • When you click on the second icon, an explorer will open where you can view transactions related to a specific wallet;

  • Clicking on the trash can icon will delete the selected wallet from the module. Adding new wallets is subject to the limit indicated in the Remaining attempts to change the wallet line. Deleted wallets can be re-added to the module without any restrictions.

Last updated