Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Oct 30, 2024
1 parent 47e133f commit f0e8f6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ With a Universal Profile, transactions are _executed either via a relayer or dir
When you use your Universal Profile to transfer LYX or any assets (tokens or NFTs), some custom logic must be executed before transferring the asset itself (_this includes checking the permissions, if the UP has enough LYX that it is trying to send, EVM internal logic, etc..._). Therefore the actual _"transfer"_ is part of a larger execution logic. This is the reason why actual LYX and token transfers appear as internal transactions.

In a transaction on the block explorer, you can see the actual transfer being made as part of the **internal transactions**. For example in the screenshot below, you can see the LYX transfer being one of the internal transactions (the other internal transactions before and after are related to what is mentioned above).

![Internal transaction value transfer](/img/universalprofilecloud/internal-tx-value-transfer.png)
2 changes: 1 addition & 1 deletion docs/universalprofilecloud/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can connect your Universal Profile to [my.universalprofile.cloud](https://my
- See the Universal Profiles you have created.
- Add Recovery with 2FA authentication.
- Recover a Universal Profile you have created.
- See you relayer quota
- See your quota left on relayer
- View your universal profile and edit it (pictures, infos, etc...)

![Universal Profile Management](/img/general/recovery-dashboard.png)
4 changes: 2 additions & 2 deletions docs/universalprofilecloud/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: General questions related to universalprofile.cloud

### Where can I see my Universal Profile?

You can find your Universal Profile on the Universal Profile Explorer at [universalprofile.cloud](https://universalprofile.cloud/). Just select the correct network on the bottom left corner and use the global search bar to search for your name.
You can find your Universal Profile on the Universal Profile Explorer at [universalprofile.cloud](https://universalprofile.cloud/). Just select the correct network on the bottom left corner and use the global search bar to search by your UP name or address.

### Where can I manage my Universal Profile?

Expand All @@ -24,7 +24,7 @@ The profile name displayed on dApps is retrieved from the metadata linked to the

Such metadata, images, or descriptions can be set when creating or updating your Universal Profile. Therefore, multiple users can choose similar names or pictures, which does not guarantee its uniqueness

What is unique about a Universal Profile is its address (and associated identicon for anonymous profiles). The address is indicated with the first four characters behind the profile name (_`0F41` in the example above_). In case the first characters of the address are similar or identical, you can compare the full address to see that they will remain different (aside of the first four characters).
What is unique about a Universal Profile is its address and associated identicon. The address is indicated with the first four characters behind the profile name (_`0F41` in the example above_). In case the first characters of the address are similar or identical, you can compare the full address to see that they will remain different (aside of the first four characters).

For anonymous profiles, the identicon further helps to distinguish between two profiles if the first four characters of the address are similar. The combination of attributes was done to allow complete customization without lacking authentication.

Expand Down
4 changes: 2 additions & 2 deletions docs/universalprofilecloud/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import LoomVideo from '@site/src/components/LoomVideo'

The Universal Profile Extension **does not enable you to transfer tokens directly from the extension itself**.

Instead, it is designed to work with various decentralized applications (dApps) that can seamlessly integrate wallet features in their UI. T
Instead, it is designed to work with various decentralized applications (dApps) that can seamlessly integrate wallet features in their UI.

with your Universal Profile and interact with its information and controllers. You can connect your Universal Profile to [wallet.universalprofile.cloud](https://wallet.universalprofile.cloud/) to send token transactions.
You can connect your Universal Profile to [wallet.universalprofile.cloud](https://wallet.universalprofile.cloud/) to send native tokens (LYX) or any token or NFT.

<LoomVideo src="https://www.loom.com/embed/47b4f4e671b248219cac48726358a791?sid=a88bd596-8860-4677-83c9-33384ccfdcb1" />

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0e8f6b

Please sign in to comment.