---
title: "Account and security"
description: "How sign-in, sessions, and signatures work in the console, and what each protects."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.floatout.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Account and security

The console uses your owner wallet for sign-in and for every change to your DEX. This page covers sessions, signatures, and fast edits.

## Sign in

You connect with a browser extension wallet or WalletConnect, then sign in with your owner wallet using Sign-In with Ethereum. The server builds a message, your wallet signs it, and the server verifies the signature. There is no password. The session lasts 7 days and is scoped to the console host. It is never sent to any DEX.

## Reading and changing

A session lets you read your console. Every change needs a separate signature. Each signature is a typed message under EIP-712, and your wallet shows it field by field. The console builds the payload, and you sign it. The server verifies the signature against the owner wallet, then it publishes the change. A stolen session alone cannot change anything. Each signing dialog states what the signature does, what it can never do, and that it costs no gas.

## Fast edits

Fast edits cover cosmetic changes: branding, design, navigation, social links, SEO, tracking, legal texts, restrictions, integrations, and invite-link settings. You can sign one grant that lets this browser publish these changes for 7 days without a wallet prompt. The grant expires automatically after 7 days. The console offers this grant in the signing dialog from your second signature on. Money changes always need a wallet signature: fees, revenue splits, trader overrides, domains, and claims. Revoke the grant from the wallet menu in the sidebar.

## Wallet connection

The console remembers your wallet connection. It reconnects silently on your next visit, so you do not sign the connection message again each time.

## Billing

Account > Billing lists your DEXes with their plan and platform share. It offers upgrades to a higher plan. Upgrading pays the difference in setup fees, and the new platform share applies from the upgrade forward. Past accruals are never recomputed. See [Plans and billing](/guides/plans-and-billing).

## Not available

Owner-wallet rotation and multi-signer access are not available. Contact [hello@floatout.xyz](mailto:hello@floatout.xyz) before you need them.

## Related

- [Security model](/reference/security-model)

Source: https://docs.floatout.xyz/guides/account-and-security/index.mdx
