CloudFront
tcp/443 tcp/80
cloudflare
tcp/443 tcp/80 tcp/8443
nginx 1.24.0
tcp/443 tcp/80
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-12 21:08
HTTP/1.1 400 Bad Request Server: CloudFront Date: Mon, 12 Jan 2026 21:08:33 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 a769201928d4a671d76c2aeb231718ae.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: uWCXA8t9zshnBWPobvz8FGkWGZGx7cnZ7wVZAJHQTqdoSK0v4XHDXg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: uWCXA8t9zshnBWPobvz8FGkWGZGx7cnZ7wVZAJHQTqdoSK0v4XHDXg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-11 21:08
HTTP/1.1 400 Bad Request Server: CloudFront Date: Sun, 11 Jan 2026 21:08:43 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 047bf774bd56c377ffa47dc61e91fca2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: LYlckOn6vBa38dtIkydhLgGaqaxSP8d_aV-tNWhM1060ZSvoNvl7_A== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: LYlckOn6vBa38dtIkydhLgGaqaxSP8d_aV-tNWhM1060ZSvoNvl7_A== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2606:4700:3037::6815:598f:443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 11:51:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-Powered-By: Express
Cache-Control: public, max-age=0
Last-Modified: Wed, 12 Nov 2025 10:46:44 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=4,cfOrigin;dur=4
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rlCd%2FNvJ4X17FqhHqCrtQK62yD4F9iYL0Nt8AnXOyjdeAdFsrufzAsYg%2FX0I9yFV7CWlrcChTSAVhzWPX3tzzFXVgy1OFeCTtTIlQGaZsxQC5pD%2B3gxoxSRa5CL6BoI%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bc433889a988934-BOM
alt-svc: h3=":443"; ma=86400
Page title: Telegram Mini App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Telegram Mini App</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
overflow: hidden;
width: 100vw;
height: 100vh;
}
#app-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
</style>
</head>
<body>
<!-- Your existing web app will load in this iframe -->
<iframe id="app-frame" src=""></iframe>
<script>
// Initialize Telegram Web App
const tg = window.Telegram.WebApp;
// Expand the app to full height
tg.expand();
// Set your existing web app URL here
const YOUR_WEB_APP_URL = 'https://surfliquid.com';
// Get user data from Telegram
const initData = tg.initDataUnsafe;
const userId = initData?.user?.id;
const username = initData?.user?.username;
const firstName = initData?.user?.first_name;
// Redirect to your actual site with Telegram data
const targetUrl = new URL(YOUR_WEB_APP_URL);
if (userId) targetUrl.searchParams.set('tg_user_id', userId);
if (username) targetUrl.searchParams.set('tg_username', username);
if (firstName) targetUrl.searchParams.set('tg_first_name', firstName);
// Add raw init data for verification on your backend
if (tg.initData) {
targetUrl.searchParams.set('tg_init_data', tg.initData);
}
// Mark that we're running in Telegram
targetUrl.searchParams.set('tg_platform', 'telegram');
// Add the wallet helper script as inline code that will be injected
targetUrl.searchParams.set('tg_inject_helper', 'true');
// Directly redirect to your site (no iframe needed)
window.location.href = targetUrl.toString();
// Optional: Listen for messages from your web app
window.addEventListener('message', (event) => {
// Verify the origin matches your web app
if (event.origin !== new URL(YOUR_WEB_APP_URL).origin) return;
const { action, data } = event.data;
// Handle different actions
switch(action) {
case 'close':
tg.close();
break;
case 'showAlert':
tg.showAlert(data.message);
break;
case 'showConfirm':
tg.showConfirm(data.message, (confirmed) => {
// Send response back to your app
event.source.postMessage({
action: 'confirmResponse',
confirmed: confirmed
}, event.origin);
});
break;
case 'haptic':
tg.HapticFeedback.impactOccurred(data.style || 'medium');
break;
case 'openWallet':
// Handle wallet connection requests from your app
if (data.url && tg.openLink) {
tg.openLink(data.url, { try_instant_view: false });
}
break;
}
});
// Make Telegram WebApp object available to the iframe
window.addEventListener('load', () => {
const iframe = document.getElementById('app-frame');
// Send Telegram user data to your app
iframe.contentWindow.postMessage({
type: 'TELEGRAM_INIT',
telegramData: {
user: initData?.user,
initData: tg.initData,
colorScheme: tg.colorScheme,
platform: tg.platform
Open service 172.67.160.220:443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 11:51:17 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-Powered-By: Express
Cache-Control: public, max-age=0
Last-Modified: Wed, 12 Nov 2025 10:46:44 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=610
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Tb1kKf8lcQMIDjucFWTNO3S%2FCdGEqgHd8d3vRh0jpndcwuHgWFqgJiQ%2BAywFFAHPMgmdiqUaN2%2FkzQKe2bpq6vHytD%2BJjDjtabJf%2Fol2ZLFBry0%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bc4338b79b8de94-EWR
alt-svc: h3=":443"; ma=86400
Page title: Telegram Mini App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Telegram Mini App</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
overflow: hidden;
width: 100vw;
height: 100vh;
}
#app-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
</style>
</head>
<body>
<!-- Your existing web app will load in this iframe -->
<iframe id="app-frame" src=""></iframe>
<script>
// Initialize Telegram Web App
const tg = window.Telegram.WebApp;
// Expand the app to full height
tg.expand();
// Set your existing web app URL here
const YOUR_WEB_APP_URL = 'https://surfliquid.com';
// Get user data from Telegram
const initData = tg.initDataUnsafe;
const userId = initData?.user?.id;
const username = initData?.user?.username;
const firstName = initData?.user?.first_name;
// Redirect to your actual site with Telegram data
const targetUrl = new URL(YOUR_WEB_APP_URL);
if (userId) targetUrl.searchParams.set('tg_user_id', userId);
if (username) targetUrl.searchParams.set('tg_username', username);
if (firstName) targetUrl.searchParams.set('tg_first_name', firstName);
// Add raw init data for verification on your backend
if (tg.initData) {
targetUrl.searchParams.set('tg_init_data', tg.initData);
}
// Mark that we're running in Telegram
targetUrl.searchParams.set('tg_platform', 'telegram');
// Add the wallet helper script as inline code that will be injected
targetUrl.searchParams.set('tg_inject_helper', 'true');
// Directly redirect to your site (no iframe needed)
window.location.href = targetUrl.toString();
// Optional: Listen for messages from your web app
window.addEventListener('message', (event) => {
// Verify the origin matches your web app
if (event.origin !== new URL(YOUR_WEB_APP_URL).origin) return;
const { action, data } = event.data;
// Handle different actions
switch(action) {
case 'close':
tg.close();
break;
case 'showAlert':
tg.showAlert(data.message);
break;
case 'showConfirm':
tg.showConfirm(data.message, (confirmed) => {
// Send response back to your app
event.source.postMessage({
action: 'confirmResponse',
confirmed: confirmed
}, event.origin);
});
break;
case 'haptic':
tg.HapticFeedback.impactOccurred(data.style || 'medium');
break;
case 'openWallet':
// Handle wallet connection requests from your app
if (data.url && tg.openLink) {
tg.openLink(data.url, { try_instant_view: false });
}
break;
}
});
// Make Telegram WebApp object available to the iframe
window.addEventListener('load', () => {
const iframe = document.getElementById('app-frame');
// Send Telegram user data to your app
iframe.contentWindow.postMessage({
type: 'TELEGRAM_INIT',
telegramData: {
user: initData?.user,
initData: tg.initData,
colorScheme: tg.colorScheme,
platform: tg.platform
Open service 2606:4700:3037::ac43:a0dc:8443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 11:51:36 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19487,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc4338dff84f932-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.89.143:80 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 11:51:16 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://tele.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FsrXiXepgZZfEKgmWeqsgqhoSsSyVaQHSO%2BvNf3ThnBTd0XLkkmwvydX5fQifp%2FRrTPaDzo%2F%2FbZVZ44xXU%2BxrUfmqTdjWngaCdh35qhjHitq"}]}
CF-RAY: 9bc43388f9fe6969-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 2606:4700:3037::ac43:a0dc:80 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 11:51:16 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://tele.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t8zz6EegTLof5QnA0fG3ofB%2B99dlmkcWo4KYeT3BMQbI6QY%2BQxH6YL0xnT5NCDurQGkYRJVc%2Bptczr%2Fa6i6Pxe3SGo8TJ7ku4Uo1JoS01X1eSgnm7zbpB2JEzCC1lvU%3D"}]}
CF-RAY: 9bc43388fefa917a-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 172.67.160.220:8443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 11:51:37 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc4338e3cfddb08-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.89.143:443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 11:51:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-Powered-By: Express
Cache-Control: public, max-age=0
Last-Modified: Wed, 12 Nov 2025 10:46:44 GMT
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WWg76vAtJAOgAqgS8SVO2%2BUybpXovpRi%2FcTxDbsgJGiTBPiYgwQDLY57Ckec9TvMUToNnxB8v3Cw%2BYaI%2BFVcW4PdnV2jmBO1iPt7GN0P01grvQM%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bc433892811d39c-FRA
alt-svc: h3=":443"; ma=86400
Page title: Telegram Mini App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Telegram Mini App</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
overflow: hidden;
width: 100vw;
height: 100vh;
}
#app-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
</style>
</head>
<body>
<!-- Your existing web app will load in this iframe -->
<iframe id="app-frame" src=""></iframe>
<script>
// Initialize Telegram Web App
const tg = window.Telegram.WebApp;
// Expand the app to full height
tg.expand();
// Set your existing web app URL here
const YOUR_WEB_APP_URL = 'https://surfliquid.com';
// Get user data from Telegram
const initData = tg.initDataUnsafe;
const userId = initData?.user?.id;
const username = initData?.user?.username;
const firstName = initData?.user?.first_name;
// Redirect to your actual site with Telegram data
const targetUrl = new URL(YOUR_WEB_APP_URL);
if (userId) targetUrl.searchParams.set('tg_user_id', userId);
if (username) targetUrl.searchParams.set('tg_username', username);
if (firstName) targetUrl.searchParams.set('tg_first_name', firstName);
// Add raw init data for verification on your backend
if (tg.initData) {
targetUrl.searchParams.set('tg_init_data', tg.initData);
}
// Mark that we're running in Telegram
targetUrl.searchParams.set('tg_platform', 'telegram');
// Add the wallet helper script as inline code that will be injected
targetUrl.searchParams.set('tg_inject_helper', 'true');
// Directly redirect to your site (no iframe needed)
window.location.href = targetUrl.toString();
// Optional: Listen for messages from your web app
window.addEventListener('message', (event) => {
// Verify the origin matches your web app
if (event.origin !== new URL(YOUR_WEB_APP_URL).origin) return;
const { action, data } = event.data;
// Handle different actions
switch(action) {
case 'close':
tg.close();
break;
case 'showAlert':
tg.showAlert(data.message);
break;
case 'showConfirm':
tg.showConfirm(data.message, (confirmed) => {
// Send response back to your app
event.source.postMessage({
action: 'confirmResponse',
confirmed: confirmed
}, event.origin);
});
break;
case 'haptic':
tg.HapticFeedback.impactOccurred(data.style || 'medium');
break;
case 'openWallet':
// Handle wallet connection requests from your app
if (data.url && tg.openLink) {
tg.openLink(data.url, { try_instant_view: false });
}
break;
}
});
// Make Telegram WebApp object available to the iframe
window.addEventListener('load', () => {
const iframe = document.getElementById('app-frame');
// Send Telegram user data to your app
iframe.contentWindow.postMessage({
type: 'TELEGRAM_INIT',
telegramData: {
user: initData?.user,
initData: tg.initData,
colorScheme: tg.colorScheme,
platform: tg.platform
Open service 172.67.160.220:80 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 11:51:16 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://tele.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rIU3IeTyQ6xWQ%2FOTSn%2FRvC52BWEjEJ%2B5voZ6zIGotzyxoo%2FK4lUm0sm6U8NZkkmQsIVWKIzg1AvJ7QjCc6go5wF2dv495dDLfBvnFXvIL%2FX26%2FQ%3D"}]}
CF-RAY: 9bc433886b4e9b7c-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 2606:4700:3037::ac43:a0dc:443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 11:51:17 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-Powered-By: Express
Cache-Control: public, max-age=0
Last-Modified: Wed, 12 Nov 2025 10:46:44 GMT
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ybZiyW%2BzB%2BJWSSmsNqU1HZaxbe0ZVXMvFyxx%2FNHY2OEotD9EZLnXJeQdPVgzGRfC9mA%2BwAjlTVA2FmlpmkqX0lINyIxZ3ZFzdt80CR48WMQ9QpLBlxJL7Kyy5hrrCsA%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bc433890b33973f-FRA
alt-svc: h3=":443"; ma=86400
Page title: Telegram Mini App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Telegram Mini App</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
overflow: hidden;
width: 100vw;
height: 100vh;
}
#app-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
</style>
</head>
<body>
<!-- Your existing web app will load in this iframe -->
<iframe id="app-frame" src=""></iframe>
<script>
// Initialize Telegram Web App
const tg = window.Telegram.WebApp;
// Expand the app to full height
tg.expand();
// Set your existing web app URL here
const YOUR_WEB_APP_URL = 'https://surfliquid.com';
// Get user data from Telegram
const initData = tg.initDataUnsafe;
const userId = initData?.user?.id;
const username = initData?.user?.username;
const firstName = initData?.user?.first_name;
// Redirect to your actual site with Telegram data
const targetUrl = new URL(YOUR_WEB_APP_URL);
if (userId) targetUrl.searchParams.set('tg_user_id', userId);
if (username) targetUrl.searchParams.set('tg_username', username);
if (firstName) targetUrl.searchParams.set('tg_first_name', firstName);
// Add raw init data for verification on your backend
if (tg.initData) {
targetUrl.searchParams.set('tg_init_data', tg.initData);
}
// Mark that we're running in Telegram
targetUrl.searchParams.set('tg_platform', 'telegram');
// Add the wallet helper script as inline code that will be injected
targetUrl.searchParams.set('tg_inject_helper', 'true');
// Directly redirect to your site (no iframe needed)
window.location.href = targetUrl.toString();
// Optional: Listen for messages from your web app
window.addEventListener('message', (event) => {
// Verify the origin matches your web app
if (event.origin !== new URL(YOUR_WEB_APP_URL).origin) return;
const { action, data } = event.data;
// Handle different actions
switch(action) {
case 'close':
tg.close();
break;
case 'showAlert':
tg.showAlert(data.message);
break;
case 'showConfirm':
tg.showConfirm(data.message, (confirmed) => {
// Send response back to your app
event.source.postMessage({
action: 'confirmResponse',
confirmed: confirmed
}, event.origin);
});
break;
case 'haptic':
tg.HapticFeedback.impactOccurred(data.style || 'medium');
break;
case 'openWallet':
// Handle wallet connection requests from your app
if (data.url && tg.openLink) {
tg.openLink(data.url, { try_instant_view: false });
}
break;
}
});
// Make Telegram WebApp object available to the iframe
window.addEventListener('load', () => {
const iframe = document.getElementById('app-frame');
// Send Telegram user data to your app
iframe.contentWindow.postMessage({
type: 'TELEGRAM_INIT',
telegramData: {
user: initData?.user,
initData: tg.initData,
colorScheme: tg.colorScheme,
platform: tg.platform
Open service 2606:4700:3037::6815:598f:8443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 11:51:36 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc4338cc9703edb-LHR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3037::6815:598f:80 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 11:51:16 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://tele.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FMbwaUJze%2BObpa8Ks0fyHqP9i%2BoBF5wpILkokiGGfZx%2BH2%2FZyMqFIQRStyM51kIl8qhHfBufSFs9YON8GNlBUIal9EMEphABGlCk%2BeZVberzsb2mJx8G5ThziYHrk2I%3D"}]}
CF-RAY: 9bc43388184f14d6-LHR
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 104.21.89.143:8443 · tele.surfliquid.com
2026-01-11 11:51
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 11:51:36 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19739,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc4338cac3aae70-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-10 21:11
HTTP/1.1 400 Bad Request Server: CloudFront Date: Sat, 10 Jan 2026 21:11:32 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 efde5be81ce9c9a89c77d96186504846.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: HsGFwUNLDwJ4GnsKIciUF0tJaMFoGAa-ngu9zhHWeiqr4DSqY8SvKg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: HsGFwUNLDwJ4GnsKIciUF0tJaMFoGAa-ngu9zhHWeiqr4DSqY8SvKg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-09 21:31
HTTP/1.1 400 Bad Request Server: CloudFront Date: Fri, 09 Jan 2026 21:31:59 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 a5b64a1ac22cdce92ad57684d05480be.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: 3bn7o-Di8fXWqyauK_uurD0WLx70ZXv-yTsVhEdrTmPlkdyUTI02ig== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 3bn7o-Di8fXWqyauK_uurD0WLx70ZXv-yTsVhEdrTmPlkdyUTI02ig== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 13.233.198.227:80 · surfliquid.com
2026-01-09 04:57
HTTP/1.1 301 Moved Permanently Server: nginx/1.24.0 (Ubuntu) Date: Fri, 09 Jan 2026 04:57:11 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://surfliquid.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
Open service 13.233.198.227:443 · surfliquid.com
2026-01-09 04:57
HTTP/1.1 200 OK Server: nginx/1.24.0 (Ubuntu) Date: Fri, 09 Jan 2026 04:57:11 GMT Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close X-DNS-Prefetch-Control: on Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: camera=(), microphone=(), geolocation=() Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://staging.api.surfliquid.com https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io wss://www.walletlink.org/rpc https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com wss://relay.walletconnect.com wss://relay.walletconnect.org https://relay.walletconnect.com https://relay.walletconnect.org https://explorer-api.walletconnect.com; frame-src 'self' https://verify.walletconnect.com https://verify.walletconnect.org; object-src 'none'; base-uri 'self'; form-action 'self' https://staging.api.surfliquid.com https://api.surfliquid.com https://api3.surfliquid.com; frame-ancestors 'self'; upgrade-insecure-requests Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 X-Powered-By: Next.js Cache-Control: s-maxage=31536000 ETag: "7h29u5nvpcb3b" Page title: SURFLIQUID <!DOCTYPE html><!--20wC6_IWuFIY6JwrhETUa--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-363ee690c75a629d.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-0b43250091fe8c2b.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-8a0b91b713b35d77.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-08 21:21
HTTP/1.1 400 Bad Request Server: CloudFront Date: Thu, 08 Jan 2026 21:21:44 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 7d935e83126b0b85ded112b940f9c85c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: gLsKfBYMN-lpqr4euRFNPaz7TJJSjkFjoTq1GnZ3Jlu-nbepxkxXCg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: gLsKfBYMN-lpqr4euRFNPaz7TJJSjkFjoTq1GnZ3Jlu-nbepxkxXCg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 13.201.20.225:443 · landingpage.surfliquid.com
2026-01-08 10:11
HTTP/1.1 200 OK Server: nginx/1.24.0 (Ubuntu) Date: Thu, 08 Jan 2026 10:11:56 GMT Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close X-DNS-Prefetch-Control: on Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: camera=(), microphone=(), geolocation=() Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://staging.api.surfliquid.com https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io wss://www.walletlink.org/rpc https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com wss://relay.walletconnect.com wss://relay.walletconnect.org https://relay.walletconnect.com https://relay.walletconnect.org https://explorer-api.walletconnect.com; frame-src 'self' https://verify.walletconnect.com https://verify.walletconnect.org; object-src 'none'; base-uri 'self'; form-action 'self' https://staging.api.surfliquid.com https://api.surfliquid.com https://api3.surfliquid.com; frame-ancestors 'self'; upgrade-insecure-requests Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 X-Powered-By: Next.js Cache-Control: s-maxage=31536000 ETag: "g55fskbrhxb3b" Page title: SURFLIQUID <!DOCTYPE html><!--kFuzekJfKtUI0EaeNoyzo--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/7e981b391be74751.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-ff144cf955375b14.js" async=""></script><script src="/_next/static/chunks/587-2535134cc3c052ae.js" async=""></script><script src="/_next/static/chunks/178-d326305e26cbcb18.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-cf80187be3cefb12.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-0842f3f2b830af8d.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-83071ce4eec0a3d4.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 13.201.20.225:80 · landingpage.surfliquid.com
2026-01-08 10:11
HTTP/1.1 301 Moved Permanently Server: nginx/1.24.0 (Ubuntu) Date: Thu, 08 Jan 2026 10:11:56 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://landingpage.surfliquid.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-07 21:12
HTTP/1.1 400 Bad Request Server: CloudFront Date: Wed, 07 Jan 2026 21:12:30 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 07a270ab1aab3273835b92a016f8a5dc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: HQUs4RoEWsmxlW08MMR54AdM7NwWqTY9LSOyex3L09DdMxrGjLkphA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: HQUs4RoEWsmxlW08MMR54AdM7NwWqTY9LSOyex3L09DdMxrGjLkphA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-06 21:07
HTTP/1.1 400 Bad Request Server: CloudFront Date: Tue, 06 Jan 2026 21:07:55 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 32a3d8b90281de379fa6ae275a2021bc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: 3PtdBY3miK9rOkjc3e5quaPa4CYydSkfB8qGDrR37fEJJG6GCNmOhg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 3PtdBY3miK9rOkjc3e5quaPa4CYydSkfB8qGDrR37fEJJG6GCNmOhg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-03 21:07
HTTP/1.1 400 Bad Request Server: CloudFront Date: Sat, 03 Jan 2026 21:07:29 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 873d6434b45dab39b9f50a4f2cbd92f6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 X-Amz-Cf-Id: cYbIt1J7tEtf0os1d0Ay3KzyshF7QnjVdiiETZSVjj8aXa1qAqmU3A== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: cYbIt1J7tEtf0os1d0Ay3KzyshF7QnjVdiiETZSVjj8aXa1qAqmU3A== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-02 21:36
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Wed, 31 Dec 2025 21:15:19 GMT ETag: "o1ebx3hazzb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 59217f0941f089caa7fbc6da584e0d2e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: JKQH7PavkS-BLCRsIsF_eOAfw7QxA3Zkoi87XjwLty7ymQZAZdPKzQ== Age: 174042 Page title: SURFLIQUID <!DOCTYPE html><!--1KbnK4W6qXpgZb3mQxVH4--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-6f9c98c592986a9a.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-23389c67218a6dd9.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-d78e15efecc6579d.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.110.179.185:80 · sn98.surfliquid.com
2026-01-02 09:21
HTTP/1.1 301 Moved Permanently Server: nginx/1.24.0 (Ubuntu) Date: Fri, 02 Jan 2026 09:21:59 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://sn98.surfliquid.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
Open service 3.110.179.185:443 · sn98.surfliquid.com
2026-01-02 09:21
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
Date: Fri, 02 Jan 2026 09:22:00 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 1558
Connection: close
X-Powered-By: Next.js
ETag: "oeje7zax1p17a"
Vary: Accept-Encoding
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link rel="preload" href="/_next/static/css/9e7ba19b0eae9487.css" as="style"/><link rel="stylesheet" href="/_next/static/css/9e7ba19b0eae9487.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-38cee4c0e358b1a3.js" defer=""></script><script src="/_next/static/chunks/framework-64ad27b21261a9ce.js" defer=""></script><script src="/_next/static/chunks/main-4b423ec82b590a3f.js" defer=""></script><script src="/_next/static/chunks/pages/_app-e22a8941863cf478.js" defer=""></script><script src="/_next/static/chunks/760c0163-c60b5072cc1ba5ff.js" defer=""></script><script src="/_next/static/chunks/566-47fb6a8745769fb8.js" defer=""></script><script src="/_next/static/chunks/pages/index-04c05c1516a48315.js" defer=""></script><script src="/_next/static/tcGoe9IhkP8q4GkO-2uML/_buildManifest.js" defer=""></script><script src="/_next/static/tcGoe9IhkP8q4GkO-2uML/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div class="min-h-screen bg-background p-6"><div class="text-muted-foreground text-center py-20">Loading...</div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/","query":{},"buildId":"tcGoe9IhkP8q4GkO-2uML","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
Open service 52.222.149.13:443 · www.surfliquid.com
2026-01-01 21:12
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Thu, 01 Jan 2026 21:12:30 GMT ETag: "o1ebx3hazzb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 efde5be81ce9c9a89c77d96186504846.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: yYQAJ72byPfCNFgJOKLj-DGLhAJAkvkfeCV_yEbGoorM1PzXjZ4JZA== Page title: SURFLIQUID <!DOCTYPE html><!--1KbnK4W6qXpgZb3mQxVH4--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-6f9c98c592986a9a.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-23389c67218a6dd9.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-d78e15efecc6579d.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 52.222.149.13:443 · www.surfliquid.com
2025-12-31 21:15
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Wed, 31 Dec 2025 21:15:19 GMT ETag: "o1ebx3hazzb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 efde5be81ce9c9a89c77d96186504846.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: EUHLUrbj35p8tae1d1mRJ9SiA4hJH8R11t0g6wGn8-uvq6p33pPmig== Page title: SURFLIQUID <!DOCTYPE html><!--1KbnK4W6qXpgZb3mQxVH4--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-6f9c98c592986a9a.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-23389c67218a6dd9.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-d78e15efecc6579d.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 13.233.198.227:80 · www.surfliquid.com
2025-12-31 15:15
HTTP/1.1 301 Moved Permanently Server: nginx/1.24.0 (Ubuntu) Date: Wed, 31 Dec 2025 15:15:08 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://www.surfliquid.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
Open service 13.233.198.227:443 · www.surfliquid.com
2025-12-31 15:15
HTTP/1.1 200 OK Server: nginx/1.24.0 (Ubuntu) Date: Wed, 31 Dec 2025 15:15:08 GMT Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close X-DNS-Prefetch-Control: on Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: camera=(), microphone=(), geolocation=() Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://staging.api.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 X-Powered-By: Next.js Cache-Control: s-maxage=31536000 ETag: "cabjzv9k0rb3b" Page title: SURFLIQUID <!DOCTYPE html><!--48XC_p2bJkkA0jz9PXPy9--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-ff144cf955375b14.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-4fc3ef80db356612.js" async=""></script><script src="/_next/static/chunks/182-13e7d83809c0942c.js" async=""></script><script src="/_next/static/chunks/app/layout-4e8806c7a194728d.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-c1d03eaee80e298a.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.110.179.185:443 · stage.surfliquid.com
2025-12-31 07:59
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
Date: Wed, 31 Dec 2025 07:59:54 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 444
Connection: close
X-Powered-By: Express
Access-Control-Allow-Origin: *
ETag: W/"1bc-9ZK1HgmwUoRR/e6LGFu3wMUvEvc"
{"name":"🏄♂️ SURF Trading Strategy API","version":"1.0.0","status":"stopped","features":{"wallet":true,"database":true,"historicalData":"6-month analysis","multiTimeframe":"1h/4h/12h/24h","trading":"enabled","telegram":"enabled"},"endpoints":["GET /analyze - Run single analysis","GET /signals - Recent trading signals","GET /transactions - Recent transactions","GET /performance - Performance summary","GET /status - System status"]}
Open service 3.110.179.185:80 · stage.surfliquid.com
2025-12-31 07:59
HTTP/1.1 200 OK Server: nginx/1.24.0 (Ubuntu) Date: Wed, 31 Dec 2025 07:59:54 GMT Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close X-DNS-Prefetch-Control: on Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: camera=(), microphone=(), geolocation=() Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://staging.api.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 X-Powered-By: Next.js Cache-Control: s-maxage=31536000 ETag: "16aoviwf0bxb3b" Page title: SURFLIQUID <!DOCTYPE html><!--3HBd_aO1GsT7gyT2273A2--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-ff144cf955375b14.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-4fc3ef80db356612.js" async=""></script><script src="/_next/static/chunks/182-13e7d83809c0942c.js" async=""></script><script src="/_next/static/chunks/app/layout-4e8806c7a194728d.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-e25c62cc8f4c2573.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.110.179.185:80 · velocity.surfliquid.com
2025-12-31 07:38
HTTP/1.1 301 Moved Permanently Server: nginx/1.24.0 (Ubuntu) Date: Wed, 31 Dec 2025 07:38:55 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://velocity.surfliquid.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
Open service 3.110.179.185:443 · velocity.surfliquid.com
2025-12-31 07:38
HTTP/1.1 404 Not Found
Server: nginx/1.24.0 (Ubuntu)
Date: Wed, 31 Dec 2025 07:38:55 GMT
Content-Type: application/json
Content-Length: 108
Connection: close
name: Synapse
timeout: 12.0
bt_header_axon_status_code: 404
bt_header_axon_status_message: Synapse name '' not found. Available synapses ['Synapse', 'StrategyRequest', 'RebalanceQuery']
bt_header_axon_process_time: 0.0004296302795410156
header_size: 184
total_size: 2209
computed_body_hash: a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a
{"message":"Synapse name '' not found. Available synapses ['Synapse', 'StrategyRequest', 'RebalanceQuery']"}
Open service 52.222.149.13:443 · www.surfliquid.com
2025-12-30 21:15
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Tue, 30 Dec 2025 21:15:56 GMT ETag: "15rx76x9lsdb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 33f7e3e8ae7caf5d589fe55fdfeb705c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: pXZbYKucgGfXWpy7hf8XmZSsbAinmpiMWY0dm39A5I4Wbo5Y77ZvNA== Page title: SURFLIQUID <!DOCTYPE html><!--gwKguhErJfOYKT4rQnqdT--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-cc3e7b26d37dcb00.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-c9d7e1fc09c01a37.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-41b7aa775d25f0c3.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 52.222.149.13:443 · www.surfliquid.com
2025-12-30 13:53
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Tue, 30 Dec 2025 13:53:32 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 786b0e4c2382030de0f64ed48e56b4bc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: lMGniyqKsAMAnQ21NxEgEzY7LBJmmvuJLSUcr5kp8x76Hx4Lx73DEQ== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:2a00:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:04 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 4e1314772b3c0b58ac25bd1a65436480.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: WLS5MAM2jBTSRxkPuQaN3_7hnDu9ZdSnRnB0opncrFpHuR6oTvNgyg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:c000:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: zy-kWgvt-23kw0GB_VHMaRvgU40yDpROv4psD1XCVJsvVI_A4-x9Eg== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.174.46.60:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:04 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: kOWi9eUMLB21Tl61VFnEP8C4LpLZBXeG3d-WpAOoaw3ehnIfyu0Hyw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:1800:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 849149785eb810a2bb27d4e2bd0d82b4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: K4ZstQmXP-6sK_6xk3qBApYSMa28CFjx8CXtVSSvsFBtxEXX09EEoQ== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.174.46.27:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:04 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: gHUjGWu7va0sZ7HrtZZ9FRE4IPYH2P197b9H3TJElCxOA2uKecoEnw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.60:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: xd2VofZ2ACm82Up_f0U1qMbqAUJKc3St6S7ILU0zP1cLhsNaDE5eLg== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.174.46.121:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 17:15:56 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 9b54c47ba82fa634dd5f3b43f670c934.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: vQ0lWjt552C7sNJgtfN3XdnCQTScuPnCiLRYkoPjG4NpNkqK6cnhGA== Age: 18488 Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:a000:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: ZaLMEZ0KgemWLANynFbkIP7EkWPRT2DhJWlmXKCCqEggNDAs_L7ReA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 3.174.46.121:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: wnzx1C9Pb8hYNVFr1TVnw0nKE-DMS600VMRXhm9HkKIRqbquc4-XVw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:3c00:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 8u976TOel7Iu_9MxAwz_UndJ3I9M2yF_AxmM9kocOcAH0ag70ACfrQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:5c00:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 3ae34da451a19efe92d6bea00849f488.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: GQo29awiGrfS3DLLDLPM9MJz10kvLDxT0lFGDGinEtql79Ivw0P4eg== Age: 1 Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.174.46.109:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:04 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: oDGUxDzLTXYIT1-oHd47COxNB1Av4_5GJd3kuDRmTANFxABWw_4SZA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:f800:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Sss8pFg9k_SZv6mvoWuWWewuAnb6Qv6cKCMeIgZxx_WkYGLsQN27gA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:f800:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 7EZznUUoHhFQ-H_b6BnjQxFkGmVvznvoat4V7faE1qyO9J_jIUov4Q== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:3c00:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Q_n274Sxz-sdK-xonet_E9K0l2QhrttBJPKrhYrMxRRN78Dod4SYEA== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:f600:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: cDVT0u4KEIpkpvccPy1eJtcYEeDTaYPZyMFMjmLVAlOxCv0BFkE6Tw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:2a00:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 a95e3ddc09a8118950740e900d11ffc8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: UOxv0LrUrrtbX5QSXmSGH1fmQN-vHZ-9-uu7DSjocQeOK1ljzQDZNQ== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:c000:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: WvrBjgXNNTyxiADi6sayQAAX0ohSMbrGfbrCYDVU-tTFbDwcaC6f-Q== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:5c00:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: _xFkOoLSJo8iG_ZPV7STv7qx6RJD2RLL3Fcd0iS12BkpcmqBPkV89g== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:28eb:f600:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 2d72fd84d4c7c03cc33e65c393b3d0de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: cPQqLyS0z1JkAxfDsfiaOR1ItNvtY8EsquZi8uplUQM1GNxEd714eQ== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.174.46.109:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 849149785eb810a2bb27d4e2bd0d82b4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: RA0auoDmkJqQhadl3YBWQ0if0hNPCiyKyuWITBX8-bigssBwdHPbKQ== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:a000:18:9f8c:1e80:93a1:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: wFmuMjnlq6j8M2mETzOwY1fu9usU0Q26sFO-AM5zWMEQZHinwhfDVQ== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 3.174.46.27:443 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Mon, 29 Dec 2025 22:24:03 GMT ETag: "n0x5qiccndb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://api3.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: 34EAn_TU3mpw9zJvFd7nPPkJReqe1N2vkLsVdYAbcSk7ArpC2G2wSA== Page title: SURFLIQUID <!DOCTYPE html><!--Uxet1ThpYGFyx0Jofz5ej--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b75a301b10344dd5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-1e79f75552751a51.js" async=""></script><script src="/_next/static/chunks/383-3658d212c0227df4.js" async=""></script><script src="/_next/static/chunks/178-eb98d4fc544ae0ab.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-400b98dac4823b24.js" async=""></script><script src="/_next/static/chunks/182-69b59134019fee5a.js" async=""></script><script src="/_next/static/chunks/app/layout-46544d3695d0ef19.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-47413f8c165755a0.js" async=""></script><script src="/_next/static/chunks/app/page-2d8d6534e8ce0bf5.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2600:9000:28eb:1800:18:9f8c:1e80:93a1:80 · surfliquid.com
2025-12-29 22:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 29 Dec 2025 22:24:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://surfliquid.com/ X-Cache: Redirect from cloudfront Via: 1.1 8ca6d808eca447f641ca06cbc81bf1e2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: EgRp9Ml1MYaGNhdhMRvfM5QNq9-ua4yWA7HuuolFukRO_dxUoxKLQg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 52.222.149.13:443 · www.surfliquid.com
2025-12-22 14:36
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Thu, 18 Dec 2025 16:54:17 GMT ETag: "66hns6u3yxb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Hit from cloudfront Via: 1.1 280bb21cc570c951a4ab6ce0d284fba4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Zl4qCgvHiTc9U7v9w-Fg_VRkb1ULudvo3Lju_X_sheVWJ9arfXmJyw== Age: 337343 Page title: SURFLIQUID <!DOCTYPE html><!--Mr2jTZcMYta1zOo5aWaFk--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/0926fb99a2fc0b57.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-bea75ef22569269d.js" async=""></script><script src="/_next/static/chunks/383-98bafdfd1c63c950.js" async=""></script><script src="/_next/static/chunks/178-5e8c93390c25798a.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-18180a2ebbf6b90b.js" async=""></script><script src="/_next/static/chunks/182-378598ecd15f92e2.js" async=""></script><script src="/_next/static/chunks/app/layout-65919e695b0fa97c.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-670aed302d585905.js" async=""></script><script src="/_next/static/chunks/app/page-0fbb4b88546826c3.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
Open service 2606:4700:3037::6815:598f:80 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 301 Moved Permanently
Date: Mon, 22 Dec 2025 13:49:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://analytics.surfliquid.com/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=14,cfOrigin;dur=442
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4n1kcGm1VtrXtnnbFtT5uhEDLahJSO%2FuLeReCvSrN0eXFYDGFYBCplx2H3aY%2FVvOLNOYOmfEZ5iG4py1HXAGi6dAh9ACm%2BptlqnW9kfAaxnI0ZmgWLPacSzJM1qkg%2Bt53r%2FArA%3D%3D"}]}
CF-RAY: 9b20156a99c1eeee-EWR
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c07e5a42f103452b87c0a9344558b998","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 104.21.89.143:443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 307 Temporary Redirect
Date: Mon, 22 Dec 2025 13:49:39 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
set-cookie: __Host-authjs.csrf-token=e6b444b0848a7a3fc7c1787ae7dec87bcd2ab05fdf6cbebde6e90190bdd480ec%7Cb892bbe5d0dcfbcb8ba6962ca61606645fe49900b9f0415e856b7de787a77e27; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: __Secure-authjs.callback-url=https%3A%2F%2Fanalytics.surfliquid.com; Path=/; HttpOnly; Secure; SameSite=Lax
Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
x-nextjs-cache: HIT
x-nextjs-prerender: 1
x-nextjs-prerender: 1
location: /dashboard
x-nextjs-stale-time: 300
X-Powered-By: Next.js
Cache-Control: s-maxage=31536000
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=738
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5qcCVyP3BZlAnPdrZABuN88sp31wQ%2BNQEXcUm9fZViG7Di72KGhpJ9azvWITo9mUGWzIUYtY7ipHguIHT4YZmoiY5gfktXeo%2FfBIH6VN4YTkNrs7o6ypyQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9b20156c39a72574-SJC
alt-svc: h3=":443"; ma=86400
Page title: Create Next App
<!DOCTYPE html><!--3XL2KRg7oNOPCXJmk1TF2--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b5185ae6973e11b5.js"/><script src="/_next/static/chunks/dce1ee0e89ee93db.js" async=""></script><script src="/_next/static/chunks/a0e9039376638b5f.js" async=""></script><script src="/_next/static/chunks/bff97348660d7173.js" async=""></script><script src="/_next/static/chunks/turbopack-2e73dafdfe1a5a87.js" async=""></script><script src="/_next/static/chunks/4fd93823156e59e8.js" async=""></script><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/b5185ae6973e11b5.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"MetadataBoundary\"]\nc:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"3XL2KRg7oNOPCXJmk1TF2\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children
Open service 2606:4700:3037::ac43:a0dc:443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 307 Temporary Redirect
Date: Mon, 22 Dec 2025 13:49:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
set-cookie: __Host-authjs.csrf-token=853eac3b4a86150fa03d2c626b08d46cfb5da68e4b68dc3474ee6f5d7b96e742%7Cd99f578d4a7e8d7cd05d08dcdd1002668a38559f2a88f8ae7a26e65b00b46615; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: __Secure-authjs.callback-url=https%3A%2F%2Fanalytics.surfliquid.com; Path=/; HttpOnly; Secure; SameSite=Lax
Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
x-nextjs-cache: HIT
x-nextjs-prerender: 1
x-nextjs-prerender: 1
location: /dashboard
x-nextjs-stale-time: 300
X-Powered-By: Next.js
Cache-Control: s-maxage=31536000
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=5,cfOrigin;dur=229
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HLebi8kAnktsn7K2cbrox9yv4bJWok83EhXpcfjSNjYETOyK%2Bk8KG9FxFNI74w8Lh8%2B9%2FTnOY2vmymo9hHjl8pafamFPsXUZi7gM5Q%2Fpm01XeSMxJHlIOnspSAQnrdGNsL0TXg%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9b20156baef15383-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Create Next App
<!DOCTYPE html><!--3XL2KRg7oNOPCXJmk1TF2--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b5185ae6973e11b5.js"/><script src="/_next/static/chunks/dce1ee0e89ee93db.js" async=""></script><script src="/_next/static/chunks/a0e9039376638b5f.js" async=""></script><script src="/_next/static/chunks/bff97348660d7173.js" async=""></script><script src="/_next/static/chunks/turbopack-2e73dafdfe1a5a87.js" async=""></script><script src="/_next/static/chunks/4fd93823156e59e8.js" async=""></script><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/b5185ae6973e11b5.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"MetadataBoundary\"]\nc:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"3XL2KRg7oNOPCXJmk1TF2\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children
Open service 172.67.160.220:443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 307 Temporary Redirect
Date: Mon, 22 Dec 2025 13:49:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
set-cookie: __Host-authjs.csrf-token=9b157942f7b341872337f44d363d5dcbe4e8a2b8bc2e2339b3bbef463013f1e3%7C1d733380472288fecff6b4b8ba4b10127dc8bb6a6026323c22093dbe757130b9; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: __Secure-authjs.callback-url=https%3A%2F%2Fanalytics.surfliquid.com; Path=/; HttpOnly; Secure; SameSite=Lax
Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
x-nextjs-cache: HIT
x-nextjs-prerender: 1
x-nextjs-prerender: 1
location: /dashboard
x-nextjs-stale-time: 300
X-Powered-By: Next.js
Cache-Control: s-maxage=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QwJcSjXKU%2B9H5ehDS0FVR3PtDdKbAzCUx8s6UZZUEBCc2AOJrWQN24UFYuCLHdILVX4aA7Nf4EMMWW0RvQQD0kCnFzrLCnj4zGPBTTxUPKOD7dVvVRwogA%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9b201569da0d6709-AMS
alt-svc: h3=":443"; ma=86400
Page title: Create Next App
<!DOCTYPE html><!--3XL2KRg7oNOPCXJmk1TF2--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b5185ae6973e11b5.js"/><script src="/_next/static/chunks/dce1ee0e89ee93db.js" async=""></script><script src="/_next/static/chunks/a0e9039376638b5f.js" async=""></script><script src="/_next/static/chunks/bff97348660d7173.js" async=""></script><script src="/_next/static/chunks/turbopack-2e73dafdfe1a5a87.js" async=""></script><script src="/_next/static/chunks/4fd93823156e59e8.js" async=""></script><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/b5185ae6973e11b5.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"MetadataBoundary\"]\nc:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"3XL2KRg7oNOPCXJmk1TF2\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children
Open service 104.21.89.143:8443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 521 <none> Date: Mon, 22 Dec 2025 13:49:38 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=221,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b201568e949c094-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3037::ac43:a0dc:8443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 521 <none> Date: Mon, 22 Dec 2025 13:49:38 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=227,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b2015682a6cabc7-YYZ alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3037::6815:598f:443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 307 Temporary Redirect
Date: Mon, 22 Dec 2025 13:49:39 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
set-cookie: __Host-authjs.csrf-token=27303fb2e6689b95129f8094b3fc49e37cadac2f6ecd1ea266aef18d4a0ed078%7C4369df30fa1cca350d644ca097f430c2dff294fffff55cb690a939c45e22a802; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: __Secure-authjs.callback-url=https%3A%2F%2Fanalytics.surfliquid.com; Path=/; HttpOnly; Secure; SameSite=Lax
Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
x-nextjs-cache: HIT
x-nextjs-prerender: 1
x-nextjs-prerender: 1
location: /dashboard
x-nextjs-stale-time: 300
X-Powered-By: Next.js
Cache-Control: s-maxage=31536000
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=666
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=aSjpOr7IzK7NwZ4xWyjZU0A56IJnogYxIsDrIzn%2FHcKhYWRACNKj9sAcrVn1nM54%2FcMzHDPM8LEpW0P9Vi72SR%2F0nvTowNYhREDUWYKozi4ZbtnwFhJ%2BMyQe8ZcnYaJVNmfH3A%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9b20156ac992c65d-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Create Next App
<!DOCTYPE html><!--3XL2KRg7oNOPCXJmk1TF2--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b5185ae6973e11b5.js"/><script src="/_next/static/chunks/dce1ee0e89ee93db.js" async=""></script><script src="/_next/static/chunks/a0e9039376638b5f.js" async=""></script><script src="/_next/static/chunks/bff97348660d7173.js" async=""></script><script src="/_next/static/chunks/turbopack-2e73dafdfe1a5a87.js" async=""></script><script src="/_next/static/chunks/4fd93823156e59e8.js" async=""></script><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/b5185ae6973e11b5.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/4fd93823156e59e8.js\"],\"MetadataBoundary\"]\nc:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"3XL2KRg7oNOPCXJmk1TF2\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/df0aae6f06bf2d97.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children
Open service 2606:4700:3037::6815:598f:8443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 521 <none> Date: Mon, 22 Dec 2025 13:49:38 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=220,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b2015680c061512-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 104.21.89.143:80 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 301 Moved Permanently
Date: Mon, 22 Dec 2025 13:49:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://analytics.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FfjIKZGMxjG02wu5R2hRp27SvMMIDYsnPzjbbMuhm1MdE4iX1i2hK9lKVCr1Y%2FV5ymM2kJneuF040K1OlEMhhuRkFbMrInwks6L%2BuA%2FJiVshihxAsfqOUQ%3D%3D"}]}
CF-RAY: 9b20156828fd972d-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 172.67.160.220:8443 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 521 <none> Date: Mon, 22 Dec 2025 13:49:38 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=212,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b201567cea9917b-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3037::ac43:a0dc:80 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 301 Moved Permanently
Date: Mon, 22 Dec 2025 13:49:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://analytics.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kYfzVUixqS0yVfntL7K1BW22h48zfoKNAz0cnb5e4uWDH%2FD3gzlBkzYzxYZGPyGQ%2BUE%2FaRwzdhlSwzOVInBc4wrNHjJHnUCo6ViD%2FAR4QmAoPeu3U7%2BGmz1RRiQm1f6I0aVUOw%3D%3D"}]}
CF-RAY: 9b2015680e95345d-LHR
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 172.67.160.220:80 · analytics.surfliquid.com
2025-12-22 13:49
HTTP/1.1 301 Moved Permanently
Date: Mon, 22 Dec 2025 13:49:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://analytics.surfliquid.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dafjJnvDYswlBoUqjlSsTMxZZkRYWOqOpXtquTbyQ7G1C1e1FYKA06XCrQKyp%2FDAGi7eIV8aJ6oFeRKuhr%2B8cX30N8mombByy8EvUVD7y3tlNbavBEMNlA%3D%3D"}]}
CF-RAY: 9b201567c8a655ce-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
Open service 52.222.149.13:443 · www.surfliquid.com
2025-12-20 17:44
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 14375 Connection: close Date: Sat, 20 Dec 2025 17:44:41 GMT ETag: "66hns6u3yxb3b" x-dns-prefetch-control: on strict-transport-security: max-age=63072000; includeSubDomains; preload x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-xss-protection: 1; mode=block referrer-policy: strict-origin-when-cross-origin permissions-policy: camera=(), microphone=(), geolocation=() content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https: blob:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.surfliquid.com https://*.ethereum.org https://*.infura.io wss://*.infura.io https://*.alchemy.com wss://*.alchemy.com https://*.thirdweb.com wss://*.thirdweb.com; frame-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-powered-by: Next.js Cache-Control: s-maxage=31536000 Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 6d865250c628e9708a223a07778aa5b8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: CDG52-P1 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: GsRozTpqYcmtFJ_JC0xRZZhHesgutcdDSsneUHEMHQv9EMFDhKRwVQ== Page title: SURFLIQUID <!DOCTYPE html><!--Mr2jTZcMYta1zOo5aWaFk--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/0926fb99a2fc0b57.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/fb9a9af3f6f81ba5.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8ad195e797d041da.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-dc5f45a243dc3a80.js" async=""></script><script src="/_next/static/chunks/main-app-bea75ef22569269d.js" async=""></script><script src="/_next/static/chunks/383-98bafdfd1c63c950.js" async=""></script><script src="/_next/static/chunks/178-5e8c93390c25798a.js" async=""></script><script src="/_next/static/chunks/183-6f67c027e3d18233.js" async=""></script><script src="/_next/static/chunks/718-35b82dcdd721500b.js" async=""></script><script src="/_next/static/chunks/843-18180a2ebbf6b90b.js" async=""></script><script src="/_next/static/chunks/182-378598ecd15f92e2.js" async=""></script><script src="/_next/static/chunks/app/layout-65919e695b0fa97c.js" async=""></script><script src="/_next/static/chunks/9c4e2130-f10d08f20d196c92.js" async=""></script><script src="/_next/static/chunks/94730671-4d37267f67309303.js" async=""></script><script src="/_next/static/chunks/53c13509-511a5b19c6daa301.js" async=""></script><script src="/_next/static/chunks/ee560e2c-1ea344af6e93f953.js" async=""></script><script src="/_next/static/chunks/370b0802-6dac7322f7bc00d5.js" async=""></script><script src="/_next/static/chunks/795d4814-4f26ad5237c0b922.js" async=""></script><script src="/_next/static/chunks/5e22fd23-7c94bbb2473e3487.js" async=""></script><script src="/_next/static/chunks/b563f954-626da0e8ecf7b658.js" async=""></script><script src="/_next/static/chunks/8e1d74a4-d9b4ca368852f221.js" async=""></script><script src="/_next/static/chunks/0e762574-938008d52ccc0687.js" async=""></script><script src="/_next/static/chunks/479ba886-f42ffc0d875d1895.js" async=""></script><script src="/_next/static/chunks/937-bbf4cf7089ebad1b.js" async=""></script><script src="/_next/static/chunks/854-670aed302d585905.js" async=""></script><script src="/_next/static/chunks/app/page-0fbb4b88546826c3.js" async=""></script><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/png" href="/Onboarding/Logo.png"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:image:secure_url" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta name="twitter:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><title>SURFLIQUID</title><meta name="description" content="Autonomous Yield Generation Across DeFi"/><meta name="keywords" content="Surf,Trading,DeFi,Surfeal,AI"/><meta name="telegram:channel" content="@surfliquid"/><meta name="og:image:width" content="1200"/><meta name="og:image:height" content="630"/><meta name="og:image:type" content="image/jpeg"/><meta name="og:image:alt" content="SURFLIQUID - Autonomous Yield Generation Across DeFi"/><meta property="og:title" content="SURFLIQUID"/><meta property="og:description" content="Autonomous Yield Generation Across DeFi"/><meta property="og:url" content="https://www.surfliquid.com/"/><meta property="og:site_name" content="SURFLIQUID"/><meta property="og:image" content="https://zkcross.s3.ap-south-1.amazonaws.com/linkpreview2.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:ima
3.110.179.185 6 13.201.20.225 2 2606:4700:3037::6815:598f 2 52.222.149.13 2 104.21.89.143 2 13.233.198.227 2 3.174.46.60 1 3.174.46.121 1 2600:9000:28eb:2a00:18:9f8c:1e80:93a1 1 2600:9000:28eb:c000:18:9f8c:1e80:93a1 1 172.67.160.220 1 2600:9000:28eb:1800:18:9f8c:1e80:93a1 1 3.174.46.27 1 2606:4700:3037::ac43:a0dc 1 2600:9000:28eb:a000:18:9f8c:1e80:93a1 1 2600:9000:28eb:3c00:18:9f8c:1e80:93a1 1 2600:9000:28eb:5c00:18:9f8c:1e80:93a1 1 3.174.46.109 1 2600:9000:28eb:f800:18:9f8c:1e80:93a1 1 2600:9000:28eb:f600:18:9f8c:1e80:93a1 1