-
Notifications
You must be signed in to change notification settings - Fork 26
Martinh/portal faqs #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
martin0995
wants to merge
10
commits into
main
Choose a base branch
from
martinh/portal-faqs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Martinh/portal faqs #469
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
df026f6
initial commit
martin0995 fdbfbc6
create faws page tor portal bridge
martin0995 2ff02cf
image for faqs for portal
martin0995 bc1da02
llm check
martin0995 ff3d6e0
grammarly
martin0995 47d87d8
llm check
martin0995 eccdaff
Merge branch 'main' into martinh/portal-faqs
dawnkelly09 9ead476
Apply suggestions from code review
martin0995 6019c41
llm check
martin0995 6b301f9
Merge branch 'main' into martinh/portal-faqs
martin0995 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+150 KB
images/products/token-bridge/portal-bridge/faqs/portal-wallet-address.webp
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: Portal Bridge FAQs | ||
description: Learn how to use deep-linking on Portal Bridge and send tokens to any wallet address with simple URL parameters and custom recipient fields. | ||
categories: Token-Bridge, Transfer | ||
--- | ||
|
||
# FAQs | ||
|
||
## How do I use deep-linking with Portal? | ||
|
||
You can create a direct link to pre-fill chain and asset selections on [Portal Bridge](https://portalbridge.com){target=\_blank} using URL parameters. | ||
|
||
| Parameter | Description | | ||
|---------------|------------------------------------------------------------| | ||
| `sourceChain` | A source chain that will be pre-selected | | ||
| `targetChain` | A target chain that will be pre-selected | | ||
| `asset` | The asset key on the source chain (e.g., SOL, USDC, etc.) | | ||
| `targetAsset` | The asset key on the destination chain | | ||
|
||
Example: | ||
|
||
```bash | ||
https://portalbridge.com/?sourceChain=solana&targetChain=ethereum&asset=SOL&targetAsset=WSOL | ||
``` | ||
|
||
This link will open Portal with: | ||
|
||
- **`sourceChain`** pre-selected as `solana` | ||
- **`targetChain`** pre-selected as `ethereum` | ||
- **`asset`** pre-selected as `SOL` | ||
- **`targetAsset`** pre-selected as `WSOL` | ||
|
||
!!! note | ||
For [**NTT tokens**](/docs/products/native-token-transfers/overview/){target=\_blank}, you can define just one asset if the same token exists across chains. | ||
|
||
Example: [https://portalbridge.com/?sourceChain=ethereum&targetChain=solana&asset=W](https://portalbridge.com/?sourceChain=ethereum&targetChain=solana&asset=W){target=\_blank} | ||
|
||
## What does the "Send to a wallet address" field do? | ||
martin0995 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
After selecting your tokens and connecting your source wallet on [Portal](https://portalbridge.com/){target=\_blank}, you'll be prompted to connect your destination wallet. At this step, alongside wallet options like MetaMask or Phantom, you'll also see an option labeled "Send to a wallet address". | ||
|
||
martin0995 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This allows you to enter any wallet address as the recipient, rather than connecting a destination wallet. This option will enable you to send tokens to a predefined recipient, such as a team wallet, treasury address, or cold storage wallet. | ||
martin0995 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
{.half} | ||
|
||
This field is optional. If left empty, the tokens will be sent to your connected wallet. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.