Current Liquidity

Share that nervousness, a little less risk given the fund sizes would be better. 3-8 at least, maybe we need to add more FLOT members in order to end up with more ‘quick’ signers?

1 Like

While the overall liquidity (T1-3) accross all exchanges still is ok:

 nud getliquidityinfo B
{
    "total" : {
        "buy" : 69398.9089,
        "sell" : 60111.108
    },
    "tier" : {
        "1" : {
            "buy" : 16292.832,
            "sell" : 15043.2682
        },
        "2" : {
            "buy" : 8974.59,
            "sell" : 5759.4757
        },
        "3" : {
            "buy" : 41807.8606,
            "sell" : 31556.0
        }
    },

The situation at Poloniex isn’t looking very well:

However the spiking BTC price emptied the buy side (T1) on Poloniex to a level that calls for action. Is anybody willing to trade funds with FLOT or @JordanLee to put them in a liquidity operation on Poloniex’ buy side? @zoro maybe?
@henry any chance to balance walls at Poloniex? The buy side really needs some funds.

update:

There’s almost no volume on buy side within the spread left on Poloniex. There might be in total 34 BTC on buy side, but at rates way beyond what Nu considers pegged to USD.

2 Likes

I am currently serving as a backup to FLOT’s tier 4 buy side support, and I plan to activate in that role when buy side drops below 35%, as it is currently. I see FLOT is in the process of trying to negotiate a trade, and that ought to continue. I will start with buying 4,000 NBT where the BTC proceeds will show up on the Bter buy wall. I will leave all other balancing efforts up to FLOT.

2 Likes

NuLagoon will be promoting 20 BTC to Poloniex soon.

We also suggest the community have some try on other exchanges, such as HitBTC, so we can avoid letting the most NBT trading depending on one exchange.

2 Likes

and bter.com

2 Likes

4005 NBT has been purchased with 10.2 BTC.

2 Likes

Glad to see some action :smile:
BTER has rebalanced itself, somehow :wink:

Once again Polo’s buy side has problem. i have sent a pm to Jordan to do something about it ASAP :wink:
We need to introduce a pay scheme in Poloniex to pay ALPs depending on the liquidity.
I guess a “special” fixed cost scheme?

So other than paying more to the weaker side (already covered under fixed cost) what other modifications would you make?

I was thinking for an unbalanced payout depending on the sell/buy liquidity amounts.
Fixed cost has fix payouts for either side, correct?

The amount is fixed while the rate is not. Basically, if you provide on the buy side when it’s at 10% and the sell side is at 90%, you’re getting 9x higher rate than those on the sell side.

If you’re looking to compensate the heavy side more (so the above situation is only 4.5x instead of 9x) we would be moving back toward fixed reward. If you’re looking to compensate the weak side more (so the above situation becomes 18x instead of 9x) that would indeed need a specialized and exaggerated implementation of fixed cost.

I think for now we should just try the normal fixed cost and see what happens. Currently, polo is operating under fixed reward still.

1 Like
1 Like

25 BTC just arrived at @masterOfDisaster’s NBT exit gateway.

What happened to it? Did it get sold?
There is now a 31 BTC sell wall…

It hasn’t gone up on the pool yet. That’s a shame, MoD is using nubot I think so it shouldn’t be a software error.

I can confirm that the funds arrived.
I just checked NuBot. It’s running:


20:05:20.259 [checkNud] INFO  - Executing class com.nubits.nubot.tasks.CheckNudTask [com.nubits.nubot.tasks.CheckNudTask:37]
20:05:50.259 [checkNud] INFO  - Executing class com.nubits.nubot.tasks.CheckNudTask [com.nubits.nubot.tasks.CheckNudTask:37]
20:05:52.842 [Strategy Secondary Task] INFO  - Sell-Wall size :  : 0.0 NBT [com.nubits.nubot.strategy.Secondary.StrategySecondaryPegUtils:538]
20:05:52.847 [Strategy Secondary Task] INFO  - Buy-Wall size :  : 0.0 NBT [com.nubits.nubot.strategy.Secondary.StrategySecondaryPegUtils:543]

It looks like the BTC have not been placed in orders, because the price didn’t move.
I will restart NuBot…

edit - restarted:

20:11:45.917 [Strategy Secondary Task] INFO  - BUY- OrderBook : ----- BUY-side order book :
0.993996,0.00250062,1000.0
BUY wall volume : 1000.0
BUY tier2 volume = 0.0 NBT
Total BUY volume = 1000.0 NBT
Best price :0.00250062 (0.9939964499999999$)
BUY balance left = 8937.78576275 NBT-----  [com.nubits.nubot.strategy.Secondary.StrategySecondaryPegUtils:227]
20:11:45.925 [Strategy Secondary Task] INFO  - Trying to place 1 orders... [com.nubits.nubot.strategy.Secondary.StrategySecondaryPegUtils:228]
20:11:46.265 [Strategy Secondary Task] INFO  - BUY wall order updated. ID : 766461833 size: 1000.0 [com.nubits.nubot.trading.TradeUtils:231]
20:11:46.281 [Strategy Secondary Task] WARN  - **BUY** orders re-initialized on  **poloniex** :  1/1 placed successfully
total amount placed : 1000.0
Tier1 order size : 1000.0
Tier2 cumulative order size : 0.0 (0 orders)
 [c.n.n.s.S.StrategySecondaryPegUtils:246]

The liquidity is being broadcast:

 nud getliquiditydetails B | grep "BFGMPykfKxXZ1otrCZcsbnTwJjKHPP9dsP" -A 17
    "BFGMPykfKxXZ1otrCZcsbnTwJjKHPP9dsP" : {
        "1:NBTBTC:poloniex:0.3.2a_1449088964364_c6087a" : {
            "buy" : 0.0,
            "sell" : 0.0
        },
        "1:NBTBTC:poloniex:0.3.2a_1449605416734_d024e4" : {
            "buy" : 1000.0,
            "sell" : 0.0
        },
        "2:NBTBTC:poloniex:0.3.2a_1449088964364_c6087a" : {
            "buy" : 0.0,
            "sell" : 0.0
        },
        "2:NBTBTC:poloniex:0.3.2a_1449605416734_d024e4" : {
            "buy" : 8937.79,
            "sell" : 0.0998
        }
    },

poloniex:0.3.2a_1449088964364_c6087a is the previous session

@woolly_sammoth @willy

NuBot related issues -> forwarding my ping to @desrever

2 Likes

I don’t see an issue.
It’s just like it was when I did the tests during creation of the gateways:
as long as the price doesn’t move enough to make NuBot cancel the orders and place them anew, NuBot doesn’t use funds that arrive at the account.

I restarted NuBot and the order was placed like intended. Have a look at the edited version of my last post.

Ok, feature request: some way to force fund placement when new funds arrive on exchange.

1 Like