Skip to content

Commit 8b5cfdc

Browse files
gaonipCopilot
andauthored
add allow unsafe warning (#394)
* add allow unsafe warning * Update vocs-docs/docs/pages/interaction/integration/integration-onboarding.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ddbf91f commit 8b5cfdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vocs-docs/docs/pages/interaction/integration/integration-onboarding.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Subaccounts 128 to 128,000 are child subaccounts and are isolated margin. Child
4545

4646
## Deposits and Withdrawals
4747

48+
::::note
49+
Skip has an `allow_unsafe` parameter, which is set to False by default. It is recommended to keep it to False and **NOT** recommended to be set to True, as it can lead
50+
to bad trade execution for users, see more on Skip go best practises [here](https://docs.skip.build/go/advanced-swapping/allow_unsafe-preventing-handling-bad-execution) and [here](https://docs.skip.build/go/advanced-swapping/safe-swapping-how-to-protect-users-from-harming-themselves).
51+
::::
52+
4853
### Deposits
4954
Deposits are in three steps.
5055

@@ -102,6 +107,7 @@ curl 'https://api.skip.build/v2/fungible/route' \
102107

103108
Here `ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5` is the USDC denom of the dYdX Chain.
104109

110+
105111
### Set Bridge option
106112
Set the [bridges](https://docs.skip.build/go/api-reference/prod/fungible/post-v2fungibleroute#body-bridges) option to include `“CCTP”`, `“GO_FAST”`, `“IBC”`, and `“AXELAR”`.
107113
You can also set the [go_fast](https://docs.skip.build/go/api-reference/prod/fungible/post-v2fungibleroute#body-go-fast) to `true` for selected chains/and tokens (see [here](https://docs.skip.build/go/advanced-transfer/go-fast)), which would return a route that can be completed within 10 seconds.

0 commit comments

Comments
 (0)