Пікірлер
@mountain-80
@mountain-80 6 сағат бұрын
Tip to save your nerves: the bridge menu (Hub) now looks different than shown in the video. To implement the procedure shown by Travis, use the menu “easy deposit/withdraw”. Connect your wallet and select “withdraw” INJ with the destination INJ (ETH-network).
@mountain-80
@mountain-80 3 күн бұрын
Thank you so much!
@colinpowda
@colinpowda 10 күн бұрын
How can I move it to Trezor from an exchange with using INJ chain instead of ERC20 to avoid high fees?
@muhammadqasimjoura5692
@muhammadqasimjoura5692 20 күн бұрын
Mr Travis thank you. FROM PAKISTAN
@ZombieCorp999
@ZombieCorp999 Ай бұрын
Anyone know how to migrate shentu (CTK) from V2 to V3?
@ChitChat
@ChitChat Ай бұрын
Wonderful video and explained a lot. Though I'm still confused at what point does the get response go from a json object to python dictionary? Is this an automatic thing that happens that python does with the response? How can we view the python dictionary version to compare the structures?
@TruthBeAwakened
@TruthBeAwakened 2 ай бұрын
Bro millions of Americans cant use Binance. Fet needs a easier way to transfer from coinbase....
@kingsleyudechukwu3706
@kingsleyudechukwu3706 3 ай бұрын
Can’t connect metamask to injective hub every time i try it brings me to the App Store but i already have metamask downloaded
@kyrienkai547
@kyrienkai547 3 ай бұрын
how can we unstake?
@Tenbob_x
@Tenbob_x 3 ай бұрын
Thanks for the withdraw to Binance tip without the need to bridge to etherium, fantastic. saved me $70 dollars in bridging fee, god only know if there would have been other ETHfees... Fee to Binance was 0.01 FET, what a massive difference
@anonyfamous42
@anonyfamous42 3 ай бұрын
awesome great job putting this videos together
@jurgenzander7888
@jurgenzander7888 3 ай бұрын
Tried to send 188 USD of FET from Coinbase to Binance. Got the message balance insufficient to cover the fees.
@Tojifushiguroxbt
@Tojifushiguroxbt 3 ай бұрын
Any idea why the site didn’t give me the option to transfer my injective to the hub after I approved the spending cap on metamask? The gas fees were taken from my account but the site just prompts me to approve the txn again
@sairambellamkonda5188
@sairambellamkonda5188 4 ай бұрын
I dont binance account , binnance doesnot allow me in my state. How can i change now . Please suggest
@brotoya
@brotoya 5 ай бұрын
seeing your transfer from your keplr wallet didn't take long to go into the inj hub connected to metamask, any chance there could be delays? i sent 8 inj and it hasn't appeared on my hub
@jackthompson8940
@jackthompson8940 5 ай бұрын
Shalom❤can you send that link of that website or wallet thankyou. I already have a WebAuth wallet, staking at 5.5% does that qualify for airdrop???
@EdgePereira
@EdgePereira 5 ай бұрын
At the start of your video you were against a flat colour wall. Did you try to leave the wall as it is and just remove the background in the recording app? Most video apps now have this feature. Curious to see the result, it would save me buying a black canvas
@lenzbtc5675
@lenzbtc5675 6 ай бұрын
what a helpful video, thanks a lot!
@robertchism9987
@robertchism9987 6 ай бұрын
Thank you Travis - This video was VERY helpful!!
@fabienpeyrot1392
@fabienpeyrot1392 6 ай бұрын
Excellent, thank you very much.
@KALYANMAJUMDER
@KALYANMAJUMDER 6 ай бұрын
Every time I prepare for an interview I go through this video to brush up by MP-BGP/MPLS concept. Thanks for such an outstanding explanation.
@dampinxo9602
@dampinxo9602 6 ай бұрын
how do I escape eth network on trust-wallet
@dampinxo9602
@dampinxo9602 6 ай бұрын
How do we withdrawal
@AleksEriksen
@AleksEriksen 6 ай бұрын
i just find this video to stake my injective on autocompound , thanks bro
@Crypto_Bird
@Crypto_Bird 6 ай бұрын
ETH IS GARBAGE 😄
@Iamblack34
@Iamblack34 6 ай бұрын
Whu not transfer pica to secret threw IBC
@tubemice
@tubemice 6 ай бұрын
I have to claim Wormhole Airdrop for Injective which is Metamask im unable transfer to Keplr with the seed phrase - HD Path ID is missing what do i do please help me out.
@JeffNoel
@JeffNoel 7 ай бұрын
The bridge fees are now $50.00, for those looking to exit the INJ blockchain. I was able to swap INJ to ATOM within Keplr and bridge to Arbitrum with the RocketX Swap for about $0.50 in fees just now. If anyone is looking for a way to move from INJ back into ETH through Layer 2.
@samiroquai5175
@samiroquai5175 6 ай бұрын
From Cosmos (ATOM) to ARB (Token?) using RocketX?
@zbigniewrucinski8043
@zbigniewrucinski8043 7 ай бұрын
I think that's what I did with my fet and it worked. I transfered from locked staking 2.0 to fetch hub web wallet and then to my Cosmostation wallet. Although my problem is that I cant trace movement history for tax purposes.This FetchHub web wallet when I put it in mintscan it shows only transaction OUT there is no history from where these token appeared. Any help on that?
@ishitabhattacharyya1538
@ishitabhattacharyya1538 7 ай бұрын
Thanks, great video! I had a question regarding implicit and explicit variable declaration. What does that mean?
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Sure! Imagine you're organizing your school locker. Implicit Declaration: You just throw things into your locker based on what they are - books go into one section because they're heavy and sturdy, while your gym clothes go into another section because you want to keep them separate. You don't label the sections beforehand; you just sort items based on what you have at the moment. In Python, when you do x = 10, you're just throwing in the number 10 into x, and Python figures out on its own that x should be treated as an integer, similar to how you sort things in your locker based on what they are. Explicit Declaration: Now, imagine you label different sections of your locker for specific items - a shelf labeled "Books," a hook for your "Gym Clothes," and a box for "Snacks." Here, you're clearly stating what goes where, much like when you tell Python that x = int(10), you're explicitly saying, "Hey, I want x to be an integer and it's going to store the number 10." Even though Python can figure this out on its own (like you could sort your locker without labels), by labeling, you're being super clear about where things belong.Type Annotations: This is like making a plan for your locker. Before you even start using it, you decide what you're going to put in each section - "This shelf is for books, this hook is for gym clothes, and this box is for snacks." When you write a: int = 5 in Python, it's like you're planning that a will hold an integer value of 5. Just like your locker plan, this doesn't stop you from putting something else there later, but it helps you remember what you intended to do.So, in a nutshell, implicit declaration is like sorting things based on what they are without a pre-set plan, explicit declaration is like clearly labeling where things should go, and type annotations are like making a plan for what should go where to help you stay organized. Cheers, Travis
@ishitabhattacharyya1538
@ishitabhattacharyya1538 7 ай бұрын
Whoa, you made it super clear for me. Thank you so so much! @@TravisBonfigli
@fitchiiooo984
@fitchiiooo984 7 ай бұрын
Does anybody knows how i can get my FET in my ledger? Ledger says „send it to a BNB ACC“ but to send it from the Exchange there are only CRONOS & FETCH Chain for Choice 🤕
@damiannaziomek8714
@damiannaziomek8714 7 ай бұрын
Great explanation :)
@DavidTran23
@DavidTran23 7 ай бұрын
How do you stake from your Ledger?
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello and I have never actually tried to stake from a Ledger. Please let me know if you figure out how that is done as I would love to know and thank you so much for stopping by my channel! Cheers, Travis
@BeyGlobalVenture
@BeyGlobalVenture 7 ай бұрын
careful as the extensions can see your data, all your data, passwords, Permission request messages for Firefox extensions...Access your data for all websites The extension could read the content of any web page you visit, as well as data you enter into those web pages, such as usernames and passwords. Extensions requesting this permission might: Read product and price information from a page to help find you the best price on items you're shopping for Offer a password manager that reads and writes details of your username and password Provide an ad blocker by reading the content of each web page you open to find and remove ad code
@blockchain_billionaires
@blockchain_billionaires 7 ай бұрын
How do you unstake here in 2024?
@blockchain_billionaires
@blockchain_billionaires 7 ай бұрын
To clarify, I staked in the Keplr wallet a couple years ago and now it seems like you can't do anything with it
@livinglifewholefoods
@livinglifewholefoods 7 ай бұрын
Hi Travis I send from Binance my fet and can see the transaction in my wallet in mFET but not in FET... What can I do?
@kylesworld1172
@kylesworld1172 7 ай бұрын
great vid, was looking for an updated vid as HDRO is now released but yours was still helpful
@LockurasEnVivo
@LockurasEnVivo 7 ай бұрын
Hey Travis, thank you for your content - silly question - once I have INJ stacked - how do I get compound stacking? do I need to claim the reward first and then what? I don't know if leaving the tokens on the validator without claiming the reward automatically compounds the interest. Thank you!!
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello, @LockurasEnVivo and good question! What I have been doing is just manually claiming and then re-staking. In looking at the Injective Hub, I'm not sure there is a way on there to have it auto-compound the staking rewards. If you find a way, I would love to know how. Thanks for stopping by and all the best! Cheers, Travis
@LockurasEnVivo
@LockurasEnVivo 7 ай бұрын
@@TravisBonfigli Thank you for your quick response. I've seen users utilizing a bot, but I'm not a big fan of bots.
@Mohammed.Khalefa
@Mohammed.Khalefa 7 ай бұрын
Thanks for the great DEVNET videos
@ericsmith9046
@ericsmith9046 7 ай бұрын
Couldn't you just bridge it directly to Keplr using the third party address?
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello @ericsmith9046 and I am not familiar with how that would work. Would love to know how more about that 3rd party address if you have time. Thanks for stopping by! Cheers, Travis
@monicatilley6829
@monicatilley6829 7 ай бұрын
I tried sending to injective address and coinbase didn't recognize it. I tried the bridge feature in Metamask and it didn't show the Injective network. :-( 😞
@martindonoghue9398
@martindonoghue9398 7 ай бұрын
I've tried this process but keep getting this error when depositing from ATOM to INJ via the Keplr wallet "The request to cosmos/base/tendermint/v1beta1/blocks/latest has failed." - can anyone help? Thanks
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello @martindonoghue9398 and I haven't seen that error / run into it yet. Might have been a temporary issue of some kind? Let me know if you got around this error and hope it worked out. Thanks again for stopping by! Cheers, Travis
@FabioCretaro
@FabioCretaro 7 ай бұрын
Hi does helix have an app for Android users? Finding it difficult to connect my Keplr to helix on the laptop.
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello @user-kp8xl6we4z and that is a good question. I don't believe they do, but might be worth jumping into their Discord group to confirm. Thanks for stopping by and sorry I could not be of more help! All the best! Cheers, Travis
@pasglop007
@pasglop007 7 ай бұрын
hey, i managed to send my fet to keplr. i can now swap it with Osmosis. :) thank you so much, you helped me to avoid that 50 fet fees for a fraction of a fet. You made my day! Cheers!
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
That is AWESOME @pasglop007 and totally stoked to hear that! Yeah, a $150 fee is almost as bad as Ethereum! :-). So glad ti worked out and all the best!!! Cheers, Travis
@pasglop007
@pasglop007 7 ай бұрын
i staked Fet on the fet wallet, now i try to bridge back to metamask or so. is there any way to avoid the 50 fet fees ??? at the price of today is just insane. thanks for any help if you can
@pasglop007
@pasglop007 7 ай бұрын
ho and i'm from canada, so Binance not available
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello @pasglop007 and if you are trying to move it back to Coinbase to sell (since there is no staking on CB) what I would do is just swap it for ATOM and send the ATOM to Coinbase to cash out. Yeah, that bridge fee back is INSANE and is only going to get worse as the price continues to rise. Hopefully this helps and let me know how it goes! Cheers, Travis
@pasglop007
@pasglop007 7 ай бұрын
@@TravisBonfigli hey thanks for the quick reply. i can't see where i can swap with the fetch wallet. i feel like i'm stucked with natives token
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
No worries! Yeah, here is how I would do it (but be sure to do a very small amount first to test): Install the Keplr browser plugin wallet (unless you have it already) and once installed go to the hamburger in the top left and at the very bottom go to 'Add Chains'. You can add the Fetch Hub chain (just search for it in that list). From there you can transfer (again, test a send with like 0.25 or something small) your FET into the Keplr wallet (to get your FETCH address in the Keplr wallet just click on the wallet plugin icon in your browser and pick 'Deposit' and scroll down and you can get your FET address for the Keplr wallet) and you can do the swap right in the wallet (one of the reasons I LOVE the Keplr wallet). You can even pay for the swap using FET as the gas...I actually just swapped .5 FET for ATOM right in the Keplr wallet and paid the gas fee with FET. Hope this helps and let me know how it goes! Cheers, Travis
@pasglop007
@pasglop007 7 ай бұрын
@@TravisBonfigli ok, yes, i tried to add token on keplr, but when i click fetchhub, there is no token option. i tried to add it manually but don't work. anyway i can only find erc-20 contract adress. have no idea why i can't add fetchhub
@GopherGolf-ss5fx
@GopherGolf-ss5fx 7 ай бұрын
Hey man how do I get the MetaMask injective chain addres you talk about around the 4th minute of this video?
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello, @GopherGolf-ss5fx and that address can be found when you disconnect your Keplr wallet from the Injective Hub and then connect your MetaMask wallet to the Keplr Hub. That is where I was getting that address. Be sure to test with small amounts first to make sure things work for you. Hope this helps and all the best! Cheers, Travis
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Sorry, forgot to mention that you see me do that (disconnect the Keplr wallet and connect the MetaMask wallet) at right around the 5:15 mark. Cheers, Travis
@hannsvillamil
@hannsvillamil 6 ай бұрын
any guide on how to send it back from metamask-connected to keplr?
@PimWösten-h9o
@PimWösten-h9o 7 ай бұрын
Hi Travis, thanks for this contribution, I got a question; at ICO (2018) I invested in Fetch. In march 2021 Fetch did a token swap, which I (and I saw on various social media also others) for a couple of reasons missed. Do you know what I can do in this respect? Is there anyway to make use of these 'old coins'?
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello @user-de3cd5xl7x and I definitely remember that happening back in 2020! In fact, all my FET at that time was on Binance (if I remember correctly). The question really comes down to where your tokens are at...if you have them in a wallet, all you need to do is to change the contract address in the wallet. If the FET was on an exchange (like Binance) there was nothing to do and it was all done auto-magically for you. You might have already run upon this article, but it outlines what needs (or might not need) to be done on your part. Please let me know how it goes and really hoping you are able to get your FET back with things going crazy right now in terms of price. Here is the article from the Fetch AI team: medium.com/fetch-ai/announcing-the-fet-token-swap-3eef3d272f73 Okay, all the best and thanks so much for stopping by! Cheers, Travis
@HennyOmar
@HennyOmar 7 ай бұрын
Hello - I am not the loading circle where the circle is isnt loading. Where the amount is the top right corner of the bottom box. Any Idea on what to do?
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello and no, I have not seen that type of an issue before. It might be related to the load they are experiencing right now, but again, I haven't seen that before. Sorry I could not be of more help! Cheers, Travis
@sossesam
@sossesam 7 ай бұрын
For altos, thank you
@filmcrew5848
@filmcrew5848 7 ай бұрын
Good video. Thanks man.
@TravisBonfigli
@TravisBonfigli 7 ай бұрын
Hello @filmcrew5848 and thanks so much for stopping by and for the kind words! Yeah, these coins that live on different blockchains cause all kind of confusion and Injective is definitely one of the more confusing ones...FET too. All the best! Cheers, Travis
@brandpcalderon5343
@brandpcalderon5343 7 ай бұрын
YOu saved me , thank you, very well explained