Skip to content

Commit

Permalink
Merge pull request #24 from lukso-network/add-recent-questions-1
Browse files Browse the repository at this point in the history
Add recent questions #1
  • Loading branch information
fhildeb authored Jan 17, 2024
2 parents 70f6994 + 0882c97 commit 2ca00f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/extension/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

</details>

## 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).

:::
4 changes: 4 additions & 0 deletions docs/extension/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
4 changes: 4 additions & 0 deletions docs/general/universal-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2ca00f1

Please sign in to comment.