秋田预测市场 · Discord 审计

InDev参与话题 1消息总数 45

该用户的聊天记录定位。

Reset

聊天记录

共 45 条,显示第 1-45 条
InDev 2026-06-24 05:17:36 Polymarket

Lmao I had back of queue not front of queue in my simulation :/. 🤦‍♂️

Lmao I had back of queue not front of queue in my simulation :/. 🤦‍♂️

InDev 2026-06-24 03:53:37 Polymarket

does tick size ever change on crypto markets?

does tick size ever change on crypto markets?

InDev 2026-06-24 03:39:26 Polymarket

Hmm ok I’m going to check my code. This was supposed to be a quick upper limit to build on, but I just don’t see it. Capturing the spread across l1 should be doable with no simulated latency, and over enough samples. Ok I’m gonna do look again

Hmm ok I’m going to check my code. This was supposed to be a quick upper limit to build on, but I just don’t see it. Capturing the spread across l1 should be doable with no simulated latency, and over enough samples. Ok I’m gonna do look again

InDev 2026-06-24 03:27:42 Polymarket

Hmm I’ll look again

Hmm I’ll look again

InDev 2026-06-24 03:26:07 Polymarket

Btc has good/bad weeks, eth is negative everywhere

Btc has good/bad weeks, eth is negative everywhere

InDev 2026-06-24 03:25:33 Polymarket

As a pie in the sky upper limit

As a pie in the sky upper limit

InDev 2026-06-24 03:25:22 Polymarket

I was checking quoting l1 with no latency.

I was checking quoting l1 with no latency.

InDev 2026-06-24 03:24:27 Polymarket

I did a pretty deep analysis on MM the crypto markets and the profit is basically rebates, at best it’s even.

I did a pretty deep analysis on MM the crypto markets and the profit is basically rebates, at best it’s even.

InDev 2026-06-24 03:23:35 Polymarket

Is anyone actually making money with their bot?

Is anyone actually making money with their bot?

InDev 2026-06-18 15:16:22 Polymarket

can anyone share their maker cancel latency?

can anyone share their maker cancel latency?

InDev 2026-06-13 04:31:45 Polymarket

Guys when is a cancel actually mean exposure is over? The api a is in 30ms but what event do I need to wait for?

Guys when is a cancel actually mean exposure is over? The api a is in 30ms but what event do I need to wait for?

InDev 2026-06-13 04:09:53 Polymarket

Question on cancel semantics: when I cancel a resting order, the API acks in ~30ms. Is the order unmatchable from that ack, or does the cancel process through the matching engine with its own delay? Specifically with the taker order delay on these markets … can a marketable order that was already inside its delay window still match my quote after my cancel was acked? Trying to work out whether cancel-ack is the real end of my exposure.

Question on cancel semantics: when I cancel a resting order, the API acks in ~30ms. Is the order unmatchable from that ack, or does the cancel process through the matching engine with its own delay? Specifically with the taker order delay on these markets … can a marketable order that was already inside its delay window still match my quote after my cancel was acked? Trying to work out whether cancel-ack is the real end of my exposure.

InDev 2026-06-11 23:30:40 Polymarket

10s for safety. or you can just read it after 20s and not jump through the hoops, depends how soon you need it 🙂

10s for safety. or you can just read it after 20s and not jump through the hoops, depends how soon you need it 🙂

InDev 2026-06-11 23:30:07 Polymarket

what you want is 2 to agree. so if you see the same price AND ts changes (a node restamped the same price) AND >10s passed it's reliable

what you want is 2 to agree. so if you see the same price AND ts changes (a node restamped the same price) AND >10s passed it's reliable

InDev 2026-06-11 23:29:38 Polymarket

to be safe wait 10s

to be safe wait 10s

InDev 2026-06-11 23:29:34 Polymarket

after about 5s they converge, because their sample at resolution time IS up to date

after about 5s they converge, because their sample at resolution time IS up to date

InDev 2026-06-11 23:29:10 Polymarket

there's multiple nodes checking and stamping the price and the ts they sampled at

there's multiple nodes checking and stamping the price and the ts they sampled at

InDev 2026-06-11 23:28:53 Polymarket

so this is what seems to happen.. when it ticks to a new event their backend node grabs the chainlink price if it gets a valid 'guess' it stamps it with it's ts, if not crypto price returns null

so this is what seems to happen.. when it ticks to a new event their backend node grabs the chainlink price if it gets a valid 'guess' it stamps it with it's ts, if not crypto price returns null

InDev 2026-06-11 23:27:33 Polymarket

UI just does that ^ in fact it just waits longer

UI just does that ^ in fact it just waits longer

InDev 2026-06-11 23:26:41 Polymarket

read the price, store the ts, wait for > 10s and ts to change but same price shown

read the price, store the ts, wait for > 10s and ts to change but same price shown

InDev 2026-06-11 23:25:36 Polymarket

but it does show incorrect price - it seems there's multiple nodes checking chainlink and until they converge it's not acurate

but it does show incorrect price - it seems there's multiple nodes checking chainlink and until they converge it's not acurate

InDev 2026-06-11 23:24:52 Polymarket

use the crypto-price api

use the crypto-price api

InDev 2026-06-11 23:18:57 Polymarket

it ticks every second, but there is jitter. sometimes there's 1.2s sometimes 2s before the next tick

it ticks every second, but there is jitter. sometimes there's 1.2s sometimes 2s before the next tick

InDev 2026-06-11 23:17:40 Polymarket

ok that's fine then, if that websocket one remains it'll do

ok that's fine then, if that websocket one remains it'll do

InDev 2026-06-11 23:15:19 Polymarket

so there's some lag because it goes via pm - and more jitter but otherwise it's similar resolution and latency right?

so there's some lag because it goes via pm - and more jitter but otherwise it's similar resolution and latency right?

InDev 2026-06-11 23:14:38 Polymarket

hmm yeah the ts on the rtds websocket feed is actually correct for 'live'

hmm yeah the ts on the rtds websocket feed is actually correct for 'live'

InDev 2026-06-11 23:10:24 Polymarket

yeah like now lol

yeah like now lol

InDev 2026-06-11 23:08:44 Polymarket

what about the free rtds websocket one? that's all i need for verification

what about the free rtds websocket one? that's all i need for verification

InDev 2026-06-11 21:32:44 Polymarket

still down

still down

InDev 2026-06-11 21:00:21 Polymarket

hmm weird if its resolved can't you redeem against the resolution tho

hmm weird if its resolved can't you redeem against the resolution tho

InDev 2026-06-02 16:02:15 Polymarket

no i mean using a 30s delay misses a lot of early buys at a cheap price

no i mean using a 30s delay misses a lot of early buys at a cheap price

InDev 2026-06-02 15:49:12 Polymarket

hmm ok miss a lot of the market

hmm ok miss a lot of the market

InDev 2026-06-02 15:48:42 Polymarket

which delay did you use?

which delay did you use?

InDev 2026-06-02 15:48:24 Polymarket

but if you only get one, you don't know when to assume it's correct

but if you only get one, you don't know when to assume it's correct

InDev 2026-06-02 15:48:14 Polymarket

did you find any way to know which is the correct price aside from just wait? I mean if you get a wrong one and a right one you're confident it's correct

did you find any way to know which is the correct price aside from just wait? I mean if you get a wrong one and a right one you're confident it's correct

InDev 2026-06-02 15:34:16 Polymarket

seems like some race on their end

seems like some race on their end

InDev 2026-06-02 15:34:08 Polymarket

there's no way to distinguish which is which except the right one comes afterwards. sometimes you only get the right one. so you can't just ignore the first one

there's no way to distinguish which is which except the right one comes afterwards. sometimes you only get the right one. so you can't just ignore the first one

InDev 2026-06-02 15:31:24 Polymarket

did you notice it gives the wrong price first, then the right one?

did you notice it gives the wrong price first, then the right one?

InDev 2026-06-02 15:16:52 Polymarket

anyone here using the crypto-price endpoint?

anyone here using the crypto-price endpoint?

InDev 2026-06-02 00:40:24 Polymarket

then it gets updated to a new one

then it gets updated to a new one

InDev 2026-06-02 00:40:18 Polymarket

hmm did anyone notice there's an incorect price to beat at the start of an event when you call their api?

hmm did anyone notice there's an incorect price to beat at the start of an event when you call their api?

InDev 2026-05-31 03:14:18 Polymarket

hmm latency seems to have dropped to 300ms?

hmm latency seems to have dropped to 300ms?