refrl reward stopped?
refrl reward stopped?
该用户的聊天记录定位。
refrl reward stopped?
refrl reward stopped?
as u can see i sold the shares on last sec,, it was clearly down,, but i didnt claim that time,, nd after chckng portfoli i lost 10$
as u can see i sold the shares on last sec,, it was clearly down,, but i didnt claim that time,, nd after chckng portfoli i lost 10$
anyone
anyone
https://polymarket.com/event/btc-updown-5m-1782160800 can someone explain me this please,, this was up on all markets,, i take entry on 99c nd lost,, i chcd on chainlink price this was supposed to up
https://polymarket.com/event/btc-updown-5m-1782160800 can someone explain me this please,, this was up on all markets,, i take entry on 99c nd lost,, i chcd on chainlink price this was supposed to up
orders nt plcng
orders nt plcng
but we are not following chainlink price?
but we are not following chainlink price?
can i knw the reason for this?
can i knw the reason for this?
thanks
thanks
0xbd1d8a2E7D15E2e777524F06d58b5b4709579C02
0xbd1d8a2E7D15E2e777524F06d58b5b4709579C02
<@1356604771208790198>
<@1356604771208790198>
team please fix,, winning amounts not crditng
team please fix,, winning amounts not crditng
someone please explain this,, arent we following chainlink resolver?
someone please explain this,, arent we following chainlink resolver?
yes on predict.fun also
yes on predict.fun also
https://polymarket.com/event/btc-updown-5m-1782004800. ,, this market is up everyhwere, why polymarket is down
https://polymarket.com/event/btc-updown-5m-1782004800. ,, this market is up everyhwere, why polymarket is down
this was up right?
this was up right?
https://polymarket.com/event/btc-updown-5m-1781657100
https://polymarket.com/event/btc-updown-5m-1781657100
on profile?
on profile?
how please
how please
is there any way to enter refrl code for user alredy registrd? my frnd enterd but forgot to enter my code
is there any way to enter refrl code for user alredy registrd? my frnd enterd but forgot to enter my code
Gamma active market fetch error: timeout of 8000ms exceeded
Gamma active market fetch error: timeout of 8000ms exceeded
dirct depost from wallet option removed?
dirct depost from wallet option removed?
1. Polymarket Docs: "call POST /withdraw ... This returns a bridge address." Our Implementation: typescript const { data } = await axios.post("https://bridge.polymarket.com/withdraw", { address: depositWallet, // Your proxy wallet toChainId: destChainId, // e.g. "137" (Polygon) or "56" (BSC) toTokenAddress: destCurrencyAddress, // The token address on that chain recipientAddr: recipientAddress // The user's external wallet }); bridgeAddress = data.address.evm; // We extract the returned bridge address! (We correctly construct this exact payload and receive the dynamic bridge escrow address). 2. Polymarket Docs: "You then transfer pUSD from your Polymarket wallet to that bridge address" Our Implementation: typescript const callData = encodeFunctionData({ abi: ERC20_ABI, functionName: "transfer", args: [bridgeAddress as `0x${string}`, amount] // transferring to the bridge address }); const withdrawCall = { target: PUSD_ADDRESS, // We are interacting with the pUSD contract value: "0", data: callData }; // We use the relayer to execute the transfer FROM the user's proxy wallet const response = await client.executeDepositWalletBatch([withdrawCall], depositWallet, deadline); (We correctly use the Relayer SDK to execute an ERC20 transfer of pUSD from your deposit wallet to the exact bridgeAddress generated in Step 1). The Fix That Made It Work: Before my fix today, if the user requested a withdrawal to Polygon (137), the code bypassed Step 1 completely and just did a raw transfer directly to the user's external wallet. Now, the code enforces that ALL withdrawals (even to Polygon) must go through Step 1 and Step 2 above. Because we are following this architecture perfectly now, the Polymarket Bridge automatically detects the pUSD arriving at the escrow address and performs the cross-chain swap for you. is this crct?
1. Polymarket Docs: "call POST /withdraw ... This returns a bridge address." Our Implementation: typescript const { data } = await axios.post("https://bridge.polymarket.com/withdraw", { address: depositWallet, // Your proxy wallet toChainId: destChainId, // e.g. "137" (Polygon) or "56" (BSC) toTokenAddress: destCurrencyAddress, // The token address on that chain recipientAddr: recipientAddress // The user's external wallet }); bridgeAddress = data.address.evm; // We extract the returned bridge address! (We correctly construct this exact payload and receive the dynamic bridge escrow address). 2. Polymarket Docs: "You then transfer pUSD from your Polymarket wallet to that bridge address" Our Implementation: typescript const callData = encodeFunctionData({ abi: ERC20_ABI, functionName: "transfer", args: [bridgeAddress as `0x${string}`, amount] // transferring to the bridge address }); const withdrawCall = { target: PUSD_ADDRESS, // We are interacting with the pUSD contract value: "0", data: callData }; // We use the relayer to execute the transfer FROM the user's proxy wallet const response = await client.executeDepositWalletBatch([withdrawCall], depositWallet, deadline); (We correctly use the Relayer SDK to execute an ERC20 transfer of pUSD from your deposit wallet to the exact bridgeAddress generated in Step 1). The Fix That Made It Work: Before my fix today, if the user requested a withdrawal to Polygon (137), the code bypassed Step 1 completely and just did a raw transfer directly to the user's external wallet. Now, the code enforces that ALL withdrawals (even to Polygon) must go through Step 1 and Step 2 above. Because we are following this architecture perfectly now, the Polymarket Bridge automatically detects the pUSD arriving at the escrow address and performs the cross-chain swap for you. is this crct?
not possible?
not possible?
using builder code
using builder code
is there doc for cross chain withdrwl
is there doc for cross chain withdrwl
trying to add withdrw feature on dapp but funds are getting stuck
trying to add withdrw feature on dapp but funds are getting stuck
hlp please
hlp please
Do this now: 1. Check the bridge address balance directly: bashcurl -s https://bridge.polymarket.com/status/0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Try with the bridge address itself, not your proxy. 2. Contact Polymarket support immediately with these exact details: Deposit tx: 0x81d6177140d69c53ccda303025ff5e1752a092b1cdf105acfd1d55b0197175cf Bridge address funds were sent to: 0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Amount: 1 pUSD Time: 2026-06-05T13:51:12Z Your proxy wallet: 0xbd1d8a2e7d15e2e777524f06d58b5b4709579c02
Do this now: 1. Check the bridge address balance directly: bashcurl -s https://bridge.polymarket.com/status/0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Try with the bridge address itself, not your proxy. 2. Contact Polymarket support immediately with these exact details: Deposit tx: 0x81d6177140d69c53ccda303025ff5e1752a092b1cdf105acfd1d55b0197175cf Bridge address funds were sent to: 0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Amount: 1 pUSD Time: 2026-06-05T13:51:12Z Your proxy wallet: 0xbd1d8a2e7d15e2e777524f06d58b5b4709579c02
Do this now: 1. Check the bridge address balance directly: bashcurl -s https://bridge.polymarket.com/status/0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Try with the bridge address itself, not your proxy. 2. Contact Polymarket support immediately with these exact details: Deposit tx: 0x81d6177140d69c53ccda303025ff5e1752a092b1cdf105acfd1d55b0197175cf Bridge address funds were sent to: 0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Amount: 1 pUSD Time: 2026-06-05T13:51:12Z Your proxy wallet: 0xbd1d8a2e7d15e2e777524f06d58b5b4709579c02
Do this now: 1. Check the bridge address balance directly: bashcurl -s https://bridge.polymarket.com/status/0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Try with the bridge address itself, not your proxy. 2. Contact Polymarket support immediately with these exact details: Deposit tx: 0x81d6177140d69c53ccda303025ff5e1752a092b1cdf105acfd1d55b0197175cf Bridge address funds were sent to: 0x9E9b2118b334246F7FfdB25F463CF38BB7655ff6 Amount: 1 pUSD Time: 2026-06-05T13:51:12Z Your proxy wallet: 0xbd1d8a2e7d15e2e777524f06d58b5b4709579c02
i have claimed it dont knw where does it came frm
i have claimed it dont knw where does it came frm
yeah this is frst time im seeing too
yeah this is frst time im seeing too
can i claim it
can i claim it
didint see this ui before ,,
didint see this ui before ,,
what is this guys
what is this guys