import * as React from 'react'; import styled from 'styled-components'; import {colors} from 'ts/style/colors'; import {Button} from 'ts/@next/components/button'; import {Column, Section, Wrap, WrapCentered} from 'ts/@next/components/layout'; import {SiteWrap} from 'ts/@next/components/siteWrap'; import {Heading, Paragraph} from 'ts/@next/components/text'; import TokensIcon from 'ts/@next/icons/illustrations/tokens.svg'; import LogoOutlined from 'ts/@next/icons/illustrations/logo-outlined.svg'; import ProtocolIcon from 'ts/@next/icons/illustrations/protocol.svg'; export const Next0xInstant = () => (
Introducing 0x Instant A free and flexible way to offer simple crypto purchasing in any app or website
Preview of payment widgets
Support ERC-20 and ERC-721 tokens Seamlessly integrate token purchasing into your product experience by offering digital assets ranging from in-game items to stablecoins.
Get StartedExplore the Docs
Generate revenue for your business With just a few lines of code, you can earn up to 5% in affiliate fees on every transaction from your crypto wallet or dApp.
Learn more about affiliate fees
Easy and flexible integration Use our out-of-the-box design or customize the user interface by integrating the AssetBuyer engine. You can also tap into 0x networked liquidity or choose your own liquidity pool.
Explore AssetBuyer Learn about liquidity
0x Instant Configurator Liquidity Source What tokens can users buy? (select all) Transaction fee ETH address Fee Percentage Code Snippet Explore the Docs <code snippet>
Need more flexibility? Dive into our docs, or contact us if needed
Disclaimer: The laws and regulations applicable to the use and exchange of digital assets and blockchain-native tokens, including through any software developed using the licensed work created by ZeroEx Intl. (the “Work”), vary by jurisdiction. As set forth in the Apache License, Version 2.0 applicable to the Work, developers are “solely responsible for determining the appropriateness of using or redistributing the Work,” which includes responsibility for ensuring compliance with any such applicable laws and regulations. See the Apache License, Version 2.0 for the specific language governing all applicable permissions and limitations.
); const ChapterLink = styled.a ` font-size: 1.222222222rem; display: block; opacity: 0.8; margin-bottom: 1.666666667rem; &:first-child { opacity: 1; } &:hover { opacity: 1; } `;