# Passage StreamSwap ## Sending tokens from Multisig to new wallet - In Keplr wallet create a new hot wallet and save mnemonic seed(We'll need the mnemonic seed for IBC transfers.) - Go to https://resolute.vitwit.com/passage-testnet/multisig. - Choose Passage Testnet if not selected. - Click `New multisig`. - Name the multisig account. - Add public keys of multisig members. (You can find each member public key in the account overview page https://resolute.vitwit.com/passage-testnet/overview). - Set multisig threshold and click `Create`. - On multisig details page, click create transaction. - Choose `Single transaction` and `Send` message type. - Put new wallet address and amount to send. - Click `Add transaction`. - Update gas and memo if needed, then click create. - Sign the transaction from each multisig account. - Once enough members sign, anyone can click Broadcast to submit the transaction to the network. ## Transfering Passage tokens to osmosis testnet ### Install Passage binary ``` sh git clone https://github.com/envadiv/Passage3D.git git fetch git checkout v2.0.0 make install ``` ### Create or restore hot wallet If you already have the hot wallet mnemonic seed ``` sh passage keys add hot-wallet --recover --keyring-backend test ``` Paste the hot-wallet mnemonic seed from the Keplr wallet. ### IBC transfer to osmosis testnet ``` bash passage tx ibc-transfer transfer transfer channel-0 [reciever-address-on-osmosis] [amount-upasg-tokens-to-send] --chain-id passage-testnet-1 --node http://143.244.137.73:26657 --from hot-wallet --keyring-backend test --broadcast-mode block ``` ### Get osmosis testnet tokens from faucet - Visit the Osmosis testnet faucet website: https://faucet.testnet.osmosis.zone/ - Enter your Osmosis testnet address. - Click on the "Request tokens" button. - You will receive 10 OSMO tokens. You can get up to a maximum of 50 OSMO tokens from the faucet.