Borrow some EOS Wrapped RAM (WRAM) from my Same-T Fund!
So, a few months ago I created the astro-eos-tool for interacting with the EOS blockchain via the BeetEOS multiwallet:
If offers you the ability to buy RAM, wrap it, stake resources and transfer/trade on the EOS blockchain.
So, I converted some BTS into XBTSX.EOS, transferred it to the EOS blockchain, bought some RAM, wrapped it as WRAM and transferred it back to the BTS DEX via the XBTS gateway.
Rather than focus on trading myself, given the lackluster EOS & WRAM price action lately, I figure it'd be best to encourage others to use the Same-T Fund functionality by creating an XBTSX.WRAM Same-T Fund!
Fund ID | Fund account | Offering | Fee |
---|---|---|---|
1.20.27 | nft.artist | 3,542,121 XBTSX.WRAM | 0.1% |
How to access the funds stored in Same-T Funds?
You currently cannot construct Same-T Fund based operations within neither the reference UI nor the Astro UI yet, you'll need to use python or javascript to do so.
Perhaps in the future the Astro UI could support constructing multi-operation transaction chains which include borrowing/repaying same-t funds, however if you want to access these funds today you need to learn how to script, or as chatgpt for help doing so.
The operations in scope are as follows:
samet_fund_borrow
- operation 67{ borrower: "1.2.x", // your bitshares account id fund_id: "1.20.27", borrow_amount: { amount: 1, // the amount you want to borrow, in blockchain number format asset_id: "1.3.6574" }, extensions: {} }
samet_fund_repay
- operation 68{ account: "1.2.x", // your bitshares account id fund_id: "1.20.27", repay_amount: { amount: 1, // the exact amount you borrowed asset_id: "1.3.6574" }, fund_fee: { amount: 1, // the 0.1% fee you owe asset_id: "1.3.6574" }, extensions: {} }
Now, what's important to remember about Same-T Funds is that they require being repaid within the same transaction, so you must chain together your operations and broadcast them in the right order, in order for the same-t fund borrow action to broadcast fully onto the network.
What that'll look like is roughly as follows:
samet_fund_borrow
- ??? - buy/swap/borrow/earn/profit
samet_fund_repay
So, a same-t fund offers you the capital to fulfil arbitrage opportunities on the Bitshares blockchain with a much lower starting capital - you pay a small 0.1%
borrow fee and the network operation broadcast fees and you get to keep the difference!
So, if you're interested in arbitrage bots, market making liquidity, high frequency trading, then get programming your Bitshares scripts to take full advantage of this new XBTSX.WRAM same-t fund on the Bitshares blockchain!
How do I make my own same-t fund?
The Bitshares Astro UI makes it very easy to create a same-t fund on the Bitshares blockchain!
Check out the announcement thread for a demonstration.
Creating this same-t fund took me a couple minutes max, I just had to cancel a few open orders first, then I used the Astro UI to craft my create same-t fund operation onto the Bitshares blockchain using the BeetEOS multiwallet!
So, fancy borrowing from this same-t fund?
Want to make your own?
Comment below with your ideas for new same-t funds, or how to maximize their use on the Bitshares blockchain!
--
Cheers! :)
The rewards earned on this comment will go directly to the people sharing the post on Reddit as long as they are registered with @poshtoken. Sign up at https://hiveposh.com. Otherwise, rewards go to the author of the blog post.