diff --git a/docs/extension/controllers.md b/docs/extension/controllers.md index 7f58f87..c3c20e7 100644 --- a/docs/extension/controllers.md +++ b/docs/extension/controllers.md @@ -58,3 +58,13 @@ If you want to reset the controller permissions to their initial state, you can ![Default Permissions of the Universal Profile Recovery](../../static/img/extension/default-permission-up-recovery.png) + +## Can I add a Ledger account as a controller of my profile? + +Currently, we do _not officially support_ adding custom controllers to your Universal Profile. This can be done programmatically, but is not officially supported. + +:::success Upcoming Feature + +This question has been heard and the team is working on this [feature request](feature-requests.md). + +::: diff --git a/docs/extension/introduction.md b/docs/extension/introduction.md index 7b8ca42..5c9fb9b 100644 --- a/docs/extension/introduction.md +++ b/docs/extension/introduction.md @@ -33,3 +33,7 @@ The Universal Profile Extension should _not be classified as a wallet_. While co If you use the Universal Profile Browser Extension to store assets and token, please connect to [UniversalProfile.cloud](https://universalprofile.cloud/) and visit your pfoile page to see your portfolio and send funds. ::: + +## Will the extension affect other wallets in the browser? + +The extension injects into the blockchain provider, which may occasionally result in the _Universal Profile Extension_ appearing instead of other wallets. If this is not wanted, users can manually disable the extension within the [extension settings](https://support.google.com/chrome_webstore/answer/2664769?hl=en) of the browser. However, the extension **does not affect or modify the functionality of other wallets**. diff --git a/docs/general/universal-profiles.md b/docs/general/universal-profiles.md index 40a04fe..638cdad 100644 --- a/docs/general/universal-profiles.md +++ b/docs/general/universal-profiles.md @@ -57,3 +57,7 @@ A Universal Profile can hold any asset on the same network it's deployed on. On ## Can I control assets using Universal Profiles on any blockchain? You can manage your assets through a Universal Profile on any blockchain the contract is deployed on. This would also include cases where the standardization was rewritten in a different language. If a service or project would allow you to create Universal Profiles on Ethereum, you could manage your assets through it. + +## Why do Universal Profile transactions show up as internal transactions? + +The Universal Profile is a **smart contract**. Unlike a regular wallet, where _transactions are made directly by the address owning the funds_, the transactions on the Universal Profile are **executed by one of it's controllers**. This division of execution and ownership of assets requires the execution of custom logic of the smart contract. The key manager has to check the permissions of the controller, before any on-chain action is made. This additional logic, established using [LSP smart contracts](https://docs.lukso.tech/standards/introduction) is the reason for transactions appearing as internal.