Axi Introducing Broker(IB) 프로그램
외환 소개 브로커 (IB)로서 활성 트레이더를 소개하고, 최대 55%의 수익 공유를 얻으세요
지금 가입하기
.affiliateHeroSection{
width:100%;
margin:0;
}
/* HERO */
.affiliateHeroSection .affiliate-hero{
width:100%;
min-height:520px;
background-image:url('https://aximedia.s3.amazonaws.com/rebrand-prod/bivhuptr/dekstop-hero-2-1.png');
background-size:cover;
background-position:center;
background-repeat:no-repeat;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
}
/* CONTENT */
.affiliateHeroSection .affiliate-hero-content{
position:relative;
z-index:2;
max-width:1200px;
margin:0 auto;
width:100%;
padding:80px 20px;
box-sizing:border-box;
}
/* Desktop text column width */
@media (min-width:769px){
.affiliateHeroSection h1,
.affiliateHeroSection .affiliate-hero-subtitle,
.affiliateHeroSection .affiliate-hero-btn,
.affiliateHeroSection .affiliate-trust,
.affiliateHeroSection .affiliate-powered{
max-width:560px;
}
}
.affiliateHeroSection h1{
font-size:52px;
font-weight:800;
color:#fff;
margin:0 0 16px;
line-height:1.1;
}
.affiliate-hero-subtitle{
font-size:20px;
color:#fff;
margin:0 0 28px;
line-height:1.45;
}
/* BUTTON */
.affiliate-hero-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:#F3D36A;
color:#000;
font-weight:700;
padding:14px 28px;
border-radius:8px;
text-decoration:none;
margin-bottom:24px;
}
.affiliateHeroSection a:hover{
text-decoration: none !important;
color:#000 !important;
}
/* TRUSTPILOT */
.affiliate-trust{
margin-top:10px;
}
.trustpilot-desktop{
width:405px;
height:24px;
}
.trustpilot-mobile{
display:none;
}
@media(max-width:768px){
.affiliateHeroSection .affiliate-hero{
min-height:auto;
background-image:url('https://aximedia.s3.amazonaws.com/rebrand-prod/xqrmec33/mobile-4-1.png');
}
.affiliateHeroSection .affiliate-hero-content{
padding:60px 18px 50px;
text-align:center;
}
.affiliateHeroSection h1{
font-size: 40px;
}
.affiliate-hero-subtitle{
font-size:16px;
}
.trustpilot-desktop{
display:none;
}
.trustpilot-mobile{
display:block;
width:210px;
height:54px;
margin:0 auto;
}
}
수익 잠재력을 발견하세요
슬라이더를 사용하여 Axi에 고객을 초대했을 때 얻을 수 있는 예상 수익을 계산해 보세요.
파트너 포털
성장을 지원하는 강력한 도구에 접근하세요
고객 활동 모니터링
집계 및 과거 리베이트 잔액을 통해 확인
고가치 트레이더 식별
최우수 고객을 추적하고 스타 트레이더를 육성하세요
수익 최적화
성공적인 커미션 기반 소개 비즈니스를 구축하세요.
.partnerPortalSection {
width: 100%;
padding: 70px 0;
}
.partnerPortalInner {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
text-align: center;
}
.partnerPortalTitle {
font-size: 40px !important;
font-weight: 700;
margin: 0 0 8px;
line-height: 1.15;
}
.partnerPortalSub {
font-size: 16px;
margin: 0 0 40px !important;
line-height: 1.5;
}
.partnerPortalGrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
align-items: stretch;
}
.ppCard {
background: #FAF9F8;
border: 1px solid #EEE9E3;
border-radius: 18px;
box-sizing: border-box;
text-align: left;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 0;
}
/* Card 1 - flush left, top padding */
.ppCard--flushLeft .ppCardMedia--flushLeft {
width: 100%;
height: 330px;
overflow: hidden;
display: flex;
align-items: flex-end;
justify-content: flex-start;
flex-shrink: 0;
padding-top: 30px;
box-sizing: border-box;
}
.ppCard--flushLeft .ppCardMedia--flushLeft img {
width: 370px;
height: 300px;
object-fit: contain;
object-position: left bottom;
display: block;
flex-shrink: 0;
}
/* Card 2 - center, top padding */
.ppCard--center .ppCardMedia--center {
width: 100%;
height: 330px;
overflow: hidden;
display: flex;
align-items: flex-end;
justify-content: center;
flex-shrink: 0;
padding-top: 30px;
box-sizing: border-box;
}
.ppCard--center .ppCardMedia--center img {
width: 370px;
height: 300px;
object-fit: contain;
display: block;
flex-shrink: 0;
}
/* Card 3 - flush right, top padding */
.ppCard--flushRight .ppCardMedia--flushRight {
width: 100%;
height: 330px;
overflow: hidden;
display: flex;
align-items: flex-end;
justify-content: flex-end;
flex-shrink: 0;
padding-top: 30px;
box-sizing: border-box;
}
.ppCard--flushRight .ppCardMedia--flushRight img {
width: 370px;
height: 300px;
object-fit: contain;
object-position: right bottom;
display: block;
flex-shrink: 0;
}
.ppCardTitle {
font-size: 24px !important;
font-weight: 800;
margin: 0 0 10px;
line-height: 1.2;
padding: 18px 22px 0;
}
.ppCardText {
font-size: 18px !important;
margin: 0;
line-height: 1.55;
padding: 0 22px 22px;
}
.partnerPortalCtaWrap {
display: flex;
justify-content: center;
margin-top: 34px;
}
.partnerPortalCta {
background: #F3D36A;
color: #000;
text-decoration: none;
font-weight: 700;
padding: 12px 22px;
border-radius: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 210px;
}
.partnerPortalSection a:hover {
text-decoration: none !important;
color: #000 !important;
}
/* MOBILE */
@media(max-width: 768px) {
.partnerPortalSection {
padding: 30px 0;
}
.partnerPortalInner {
padding: 0 18px;
}
.partnerPortalTitle {
font-size: 28px !important;
margin-bottom: 8px;
}
.partnerPortalSub {
margin-bottom: 32px !important;
}
.partnerPortalGrid {
grid-template-columns: 1fr;
gap: 16px;
text-align: left;
}
.ppCard--flushLeft .ppCardMedia--flushLeft,
.ppCard--center .ppCardMedia--center,
.ppCard--flushRight .ppCardMedia--flushRight {
height: 220px;
align-items: center;
padding: 0;
padding-top: 0;
}
.ppCard--flushLeft .ppCardMedia--flushLeft {
justify-content: flex-start;
}
.ppCard--center .ppCardMedia--center {
justify-content: center;
}
.ppCard--flushRight .ppCardMedia--flushRight {
justify-content: flex-end;
}
.ppCard--flushLeft .ppCardMedia--flushLeft img,
.ppCard--center .ppCardMedia--center img,
.ppCard--flushRight .ppCardMedia--flushRight img {
width: 100%;
height: 220px;
object-fit: cover;
flex-shrink: unset;
}
.ppCard--flushLeft .ppCardMedia--flushLeft img {
object-position: left top;
}
.ppCard--center .ppCardMedia--center img {
object-position: center top;
}
.ppCard--flushRight .ppCardMedia--flushRight img {
object-position: right top;
}
.ppCardTitle {
font-size: 20px !important;
padding: 14px 18px 0;
}
.ppCardText {
font-size: 16px !important;
padding: 0 18px 18px;
}
.partnerPortalCtaWrap {
margin-top: 22px;
}
.partnerPortalCta {
width: 100%;
}
}
IB 로열티 프로그램
소개 목표를 달성하고 매 분기 프리미엄 상품을 받으세요.
럭셔리 자동차
누적 거래량 5,000억 USD
최근 3개월간 활성 고객 20명
상품 가치 $300,000
럭셔리 시계
누적 거래량 100억 USD
최근 3개월간 활성 고객 10명
상품 가치 $10,000
Macbook Pro
누적 거래량 30억 USD
최근 3개월간 활성 고객 10명
상품 가치 $3,000
자세히 보기 (IB 로열티 프로그램 안내).
이용약관 적용. 이미지는 예시 목적으로만 제공됩니다.
.ibLoyaltySection{
width:100%;
padding:70px 0;
}
.ibLoyaltyInner{
max-width:1240px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
text-align:center;
}
.ibLoyaltyTitle{
font-size: 40px;
font-weight:700;
margin:0 0 8px;
}
.ibLoyaltySub{
font-size:16px;
margin-bottom: 40px !important;
}
.ibLoyaltyCards{
display:flex;
flex-direction:column;
gap: 36px;
}
.ibCard{
position:relative;
border-radius:16px;
overflow:hidden;
min-height:180px;
box-shadow:0 10px 22px rgba(0,0,0,0.12);
background-size:120% auto;
background-repeat:no-repeat;
background-position:70% center;
background-color:transparent;
display:flex;
align-items:stretch;
}
.ibCardCar{
background-size:125% auto;
background-position:78% center;
}
.ibCardWatch{
background-size:130% auto;
background-position:80% center;
}
.ibCardMac{
background-size:120% auto;
background-position:82% center;
}
.ibCardContent{
position:relative;
z-index:2;
text-align:left;
padding:32px 40px;
width:55%;
color:#fff;
background:linear-gradient(
90deg,
rgba(0,0,0,0.85) 0%,
rgba(0,0,0,0.65) 45%,
rgba(0,0,0,0) 100%
);
}
.ibCardContent h3{
font-size:28px !important;
font-weight:800;
margin:0 0 16px;
}
.ibCardList{
list-style:none;
padding:0;
margin:0;
}
.ibCardList li{
font-size:14px;
margin:0 0 10px;
position:relative;
padding-left:26px;
}
.ibCardList li::before{
content:"";
position:absolute;
left:0;
top:3px;
width:16px;
height:16px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/jnhf5v25/vector-3-1.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center;
}
.ibLoyaltyCtaWrap{
margin-top:30px;
}
.ibLoyaltyBtn{
background:#F3D36A;
color:#000;
text-decoration:none;
padding:12px 22px;
font-weight:700;
border-radius:8px;
display:inline-block;
}
.ibLoyaltySection a:hover{
text-decoration: none !important;
color:#000 !important;
}
.ibLoyaltyNote{
margin-top: 24px !important;
font-size:12px;
}
.ibLoyaltyNote a{
color:#000;
text-decoration:underline;
font-weight:500;
font-size:12px;
}
.ibLoyaltyNote a:hover{
text-decoration:none;
}
@media(max-width:768px){
.ibLoyaltySection{
padding: 30px 0;
}
.ibLoyaltyTitle{
font-size: 28px;
}
.ibCard{
min-height:420px;
background-size:cover;
background-position:center;
}
.ibCardContent{
width:100%;
padding:26px;
position:absolute;
bottom:0;
background:linear-gradient(
180deg,
rgba(0,0,0,0) 0%,
rgba(0,0,0,0.9) 70%,
rgba(0,0,0,0.95) 100%
);
}
.ibCardContent h3{
font-size:24px !important;
}
}
종합 트레이딩 솔루션
Axi Select
최대 $1,000,000의 Axi 자금으로 거래할 수 있습니다
Axi 트레이딩 플랫폼
모바일과 웹에서 사용할 수 있는 Axi의 자체 트레이딩 플랫폼
Axi 카피 트레이딩
경험 많은 시그널 제공자의 전략을 따라하세요
MetaTrader 4
CFD 거래를 위한 세계에서 가장 인기 있는 플랫폼
MetaTrader 5
외환을 넘어 다양한 자산을 거래할 수 있는 진정한 멀티자산 플랫폼
지금 초대하기
.tradingSolutionsSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.tradingSolutionsSection .ts-title {
font-size: 40px;
margin-bottom: 40px !important;
}
.tradingSolutionsSection .ts-grid-wrapper {
overflow: visible;
}
.tradingSolutionsSection .ts-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0;
}
.tradingSolutionsSection .ts-item {
text-align: left;
padding: 16px 20px;
border-left: 1px solid #e0e0e0;
}
.tradingSolutionsSection .ts-item:first-child {
border-left: none;
}
.tradingSolutionsSection .ts-item img {
width: 64px;
height: 64px;
object-fit: contain;
display: block;
margin-bottom: 16px;
border-radius: 12px;
}
.tradingSolutionsSection .ts-item h3 {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
.tradingSolutionsSection .ts-item p {
font-size: 14px;
line-height: 22px;
}
.tradingSolutionsSection .ts-btn {
display: inline-block;
padding: 14px 40px;
background:#F3D36A;
color:#000;
font-weight:700;
border-radius: 6px;
text-decoration: none;
font-size: 16px;
margin-top: 40px !important;
transition: background 0.2s ease;
}
.tradingSolutionsSection a:hover{
text-decoration: none !important;
color:#000 !important;
}
@media (max-width: 768px) {
.tradingSolutionsSection {
padding: 30px 20px;
}
.tradingSolutionsSection .ts-title {
font-size: 28px;
margin-bottom: 32px !important;
}
.tradingSolutionsSection .ts-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
}
.tradingSolutionsSection .ts-item {
text-align: center;
border-left: none;
padding: 10px;
}
.tradingSolutionsSection .ts-item h3 {
font-size: 14px;
}
.tradingSolutionsSection .ts-item p {
font-size: 12px;
}
.tradingSolutionsSection .ts-item img {
margin: 0 auto 16px;
}
.tradingSolutionsSection .ts-item:last-child {
grid-column: 1 / -1;
max-width: 200px;
margin: 0 auto;
}
.tradingSolutionsSection .ts-btn {
margin-top: 32px !important;
}
}
Axi IB 프로그램에 가입하는 이유
즉시 출금
리베이트를 빠르고 안전하게 출금하세요. 암호화폐 및 현지 결제 수단을 지원합니다.
높은 전환율의 마케팅 자료
배너, 랜딩 페이지, 딥링크, 통합 도구 등 풍부한 라이브러리를 활용하세요.
프리미엄 계정 관리
전담 계정 매니저와 함께하세요. 고객님의 언어로 연중무휴 24시간 지원을 받으세요.
.affiliateEdgeSection {
width: 100%;
padding: 70px 0;
}
.affiliateEdgeInner {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
text-align: center;
}
.affiliateEdgeTitle {
font-size: 40px !important;
margin: 0 0 40px !important;
}
.affiliateEdgeGrid--ib {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 22px;
text-align: left;
align-items: stretch;
}
.edgeCard {
background: #FAF9F8;
border: 1px solid #EEE9E3;
border-radius: 18px;
padding: 22px;
box-sizing: border-box;
overflow: hidden;
}
/* MINI CARDS - row 1 */
.edgeCard--mini {
grid-column: span 2;
padding: 40px;
}
.edgeMiniIcon {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 14px;
flex-shrink: 0;
}
.edgeMiniIcon img {
width: 42px;
height: 42px;
}
.affiliateEdgeSection .edgeCard h3 {
font-size: 24px !important;
font-weight: 800;
margin: 0 0 8px;
line-height: 1.25;
}
.affiliateEdgeSection .edgeCard p {
font-size: 16px !important;
line-height: 1.55;
margin: 0;
}
/* WIDE MEDIA CARDS - row 2 */
.edgeCard--wideMedia {
grid-column: span 3;
display: flex;
flex-direction: column;
padding: 0;
overflow: hidden;
}
.edgeCard--wideMedia .edgeMedia--big {
height: 250px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-bottom: 0;
}
.edgeCard--wideMedia .edgeMedia--big img {
width: 500px;
height: 250px;
object-fit: contain;
display: block;
flex-shrink: 0;
}
.edgeCard--row3-text {
padding: 20px 40px;
}
.affiliateEdgeCtaWrap {
display: flex;
justify-content: center;
margin-top: 28px;
}
.affiliateEdgeCta {
background: #F3D36A;
color: #000;
text-decoration: none;
font-weight: 700;
padding: 12px 22px;
border-radius: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 210px;
}
.affiliateEdgeSection a:hover {
text-decoration: none !important;
color: #000 !important;
}
/* MOBILE */
@media(max-width: 768px) {
.affiliateEdgeSection {
padding: 30px 0;
}
.affiliateEdgeInner {
padding: 0 18px;
}
.affiliateEdgeTitle {
font-size: 28px !important;
margin-bottom: 32px !important;
}
.affiliateEdgeGrid--ib {
grid-template-columns: 1fr;
gap: 16px;
}
.edgeCard--mini,
.edgeCard--wideMedia {
grid-column: auto;
}
.edgeCard--mini {
display: grid;
grid-template-columns: 64px 1fr;
column-gap: 16px;
align-items: start;
padding: 20px 18px;
}
.edgeCard--mini .edgeMiniIcon {
width: 56px;
height: 56px;
border-radius: 16px;
margin: 0;
}
.edgeCard--mini h3,
.edgeCard--mini p {
grid-column: 2;
}
.affiliateEdgeSection .edgeCard--mini h3 {
line-height: 1.15;
margin: 2px 0 10px;
}
.affiliateEdgeSection .edgeCard--mini p {
line-height: 1.35;
max-width: none;
}
.edgeCard--wideMedia .edgeMedia--big {
height: 180px;
}
.edgeCard--wideMedia .edgeMedia--big img {
width: 100%;
height: 180px;
}
.affiliateEdgeCta {
width: 100%;
}
}
Axi Introducing Broker가 되는 방법
1단계
등록
온라인 양식으로 등록을 완료하세요.
3단계
초대
초대 링크를 공유하고 고객 초대를 시작하세요.
4단계
수익 창출
내 링크를 통해 Axi에 가입하는 모든 트레이더로부터 수익을 얻으세요.
.stepsSection{
width:100%;
padding:70px 0 50px;
background:#FAF9F8;
}
.stepsInner{
max-width:1240px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
}
.stepsTitle{
text-align:center;
font-size:40px;
font-weight:700;
line-height:1.15;
color:#000;
margin:0 0 36px;
}
.stepsGrid{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:22px;
}
.stepCard{
background:#fff;
border-radius:10px;
border: 1px solid #EEE9E3;
padding:28px 18px 32px;
min-height:240px;
box-sizing:border-box;
text-align:left;
}
.stepLabel{
font-size:12px;
line-height:1;
letter-spacing:0.08em;
font-weight:700;
color: #FC404D;
margin-bottom:42px;
text-transform:uppercase;
}
.stepCard h3{
font-size:18px;
font-weight:800;
line-height:1.25;
color:#000;
margin:0 0 10px;
}
.stepCard p{
font-size:16px;
line-height:1.5;
color:#4F4F4F;
margin:0;
max-width:220px;
}
/* MOBILE */
@media(max-width:768px){
.stepsSection{
padding:54px 0 40px;
}
.stepsInner{
padding:0 18px;
}
.stepsTitle{
font-size:28px;
margin-bottom:24px;
}
.stepsGrid{
grid-template-columns:1fr;
gap:14px;
}
.stepCard{
min-height:auto;
padding:22px 16px 24px;
}
.stepLabel{
margin-bottom:26px;
}
.stepCard h3{
font-size:18px;
}
.stepCard p{
font-size:15px;
max-width:none;
}
}
.formSection .enquiry-form.slantbg-beige{
background-color: #fcfbfa !important;
}
(min-width: 992px) {
.formSection .vertical-form form .captcha-field, [class*=div-form] form .captcha-field {
margin-top: 0 !important;
}
}
@media (min-width: 768px) {
.formSection .vertical-form form .captcha-field, [class*=div-form] form .captcha-field {
margin-top: 0 !important;
}
}
높은 전환율의 마케팅 자료
배너, 랜딩 페이지, 잠재 고객 생성 양식 등 다양한 마케팅 자료 라이브러리를 활용하세요. 딥링크 및 통합 도구도 지원됩니다.
.marketingHeroSection{
width:100%;
position:relative;
overflow:hidden;
min-height:420px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/2o2bquki/marketing-banner-1.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
margin: 70px 0;
}
.marketingHeroInner{
position:relative;
z-index:2;
min-height:420px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
padding: 70px 20px;
color:#fff;
}
.mh-title{
font-size:40px;
font-weight:500;
margin-bottom:16px;
line-height:1.2;
}
.mh-subtitle{
font-size:18px;
max-width:720px;
line-height:1.6;
}
@media (max-width:768px){
.marketingHeroSection{
min-height:540px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/p0mp4ojw/marketing-mobile-banner-1.png");
margin: 30px 0;
}
.marketingHeroInner{
min-height:540px;
padding:60px 25px;
}
.mh-title{
font-size:28px;
}
.mh-subtitle{
font-size:16px;
}
}
트레이더가 경쟁력을 얻는 곳
1200개 이상의 글로벌 시장
외환, 지수, 암호화폐, 주식
3가지 암호화폐 거래 옵션
MT4/5의 CFD와 Axi 트레이딩 플랫폼의 현물 및 무기한 선물
카피 트레이딩 및 프랍 트레이딩 프로그램 (Axi Select)
거래 경험이 있는 모든 트레이더를 위한 옵션
낮은 스프레드 및 빠른 체결
지연 시간 중앙값 30밀리초 미만
유연한 현지 결제수단
다양한 입출금 수단 지원
.tradersEdgeOuter{
width:100%;
padding: 70px 0;
}
.tradersEdgeSection{
width:1250px;
max-width:calc(100% - 40px);
margin:0 auto;
padding:56px 29px 41px 68px;
background:#faf8f6;
border:1px solid #C6BAAF;
border-radius:20px;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.tradersEdgeSection:after{
content:"";
position:absolute;
right:0;
bottom:0;
width:600px;
height:370px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/hicfxijb/frame-2147231472.png");
background-repeat:no-repeat;
background-size:contain;
background-position:right bottom;
opacity:1;
pointer-events:none;
z-index:0;
}
.edge-title,
.edge-grid{
position:relative;
z-index:2;
}
.edge-title{
text-align:center;
font-size:40px;
font-weight:600;
margin:0 0 40px !important;
}
/* GRID */
.edge-grid{
display:grid;
grid-template-columns:1fr 440px;
gap: 56px;
align-items:stretch;
}
/* LEFT */
.edge-left{
display:flex;
flex-direction:column;
gap:18px;
}
/* CARDS */
.edge-card{
display:flex;
align-items:flex-start;
gap:16px;
background:#f1eeeb;
border:1px solid #e4dfda;
border-radius:12px;
padding: 14px 17px;
}
.edge-icon{
width:42px;
height:42px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}
.edge-icon img{
width: 40px;
height: 40px;
}
/* TEXT */
.edge-text h3{
font-size:18px;
margin:0 0 4px;
font-weight:700;
color:#1a1a1a;
}
.edge-text p{
font-size:16px;
color:#666;
margin:0;
}
.edge-right{
display: flex;
justify-content: center;
align-items: flex-end;
margin-bottom: -55px;
}
.edge-right img{
width:260px;
height:600px;
object-fit:contain;
display:block;
}
@media (max-width:768px){
.tradersEdgeOuter{
padding: 30px 0;
}
.tradersEdgeSection{
width:100%;
max-width:calc(100% - 28px);
padding:50px 20px;
border-radius:20px;
}
.edge-title{
font-size:28px;
margin-bottom: 32px !important;
}
.edge-grid{
grid-template-columns:1fr;
gap:26px;
}
.edge-right{
display:none;
}
.edge-card{
flex-direction: column;
}
.edge-text h3{
font-size:16px;
}
.edge-text p{
font-size:14px;
}
}
자주 묻는 질문
외환에서 Introducing Broker(IB)란 무엇입니까?
+
Introducing Broker(IB)는 트레이더를 브로커에게 소개하고, 해당 소개 고객이 발생시키는 거래 활동에 따라 수수료를 받는 파트너입니다. 외환 시장에서 IB는 트레이더와 브로커 사이의 가교 역할을 합니다. 고객을 유치하고 종종 교육 자료나 현지 언어 지원을 제공하며, 소개한 고객이 거래할 때마다 스프레드 또는 리베이트의 일부를 수령합니다.
1회성 CPA(cost-per-acquisition, 성과형 수수료) 를 받는 어필리에이트와 달리, IB는 소개한 고객이 거래를 지속하는 한 지속적인 수수료 를 받습니다. 따라서 IB 모델은 이미 청중, 네트워크 또는 트레이딩 커뮤니티를 보유한 파트너에게 적합합니다. 단발성 가입이 아닌 장기적 관계 구축에 보상을 제공하는 구조이기 때문입니다.
IB는 고객 자금을 운용하거나 거래를 체결하거나 자본을 보관하지 않습니다. 이러한 책임은 규제 라이선스에 따라 운영되는 브로커(본 프로그램의 경우 AxiTrader LLC )에 귀속됩니다. IB의 역할은 고객 소개, 교육 제공, 지원 제공으로 한정됩니다.
Axi IB 프로그램은 어떻게 작동합니까?
+
Axi Introducing Broker 프로그램은 귀하가 소개한 고객의 거래 활동을 기준으로 수수료를 지급합니다(최대 55% 레베뉴 셰어, 매일 지급 ). 수익의 재원은 Axi가 이미 고객에게 부과하는 스프레드 또는 거래 수수료에서 나옵니다. 고객에게 추가 비용이 부과되지 않으므로, 소개한 고객이 더 많이 거래할수록 귀하의 수익이 증가하는 구조입니다. 위 계산기 를 사용하여 거래 상품, 고객 수, 평균 거래 랏 수에 따른 잠재 수익을 추정할 수 있습니다.
수수료는 매일 계산되며 당일 출금이 가능하고, 최소 출금 한도가 없습니다 . Partner Portal을 통해 잔액, 과거 실적, 상위 20명 고객 의 세부 정보를 포함한 실적을 실시간으로 확인할 수 있습니다. 이를 통해 어떤 소개 고객이 가장 큰 성과를 내고 있는지, 어떤 마케팅 채널이 가장 좋은 결과를 만들어내고 있는지 명확하게 파악할 수 있습니다.
Axi Introducing Broker가 되려면 어떻게 해야 합니까?
+
본 페이지의 IB 신청서 양식 을 작성하여 신청하실 수 있습니다. 승인 후 Partner Portal, 고유 추천 링크, 마케팅 자료, 그리고 시작을 지원하는 전담 어카운트 매니저 에 대한 접근 권한이 제공됩니다.
Introducing Broker와 어필리에이트의 차이점은 무엇입니까?
+
어필리에이트는 일반적으로 소개한 고객이 가입하고 자금을 입금한 후 거래를 시작하는 시점에 1회성 CPA 수수료 를 받습니다. 반면 Introducing Broker(IB)는 소개한 고객이 거래를 지속하는 한 지속적인 수수료 를 받습니다.
실무적으로 IB는 활발한 트레이딩 커뮤니티, 코칭 사업, 또는 금융 교육 청중을 보유한 파트너에게 적합합니다. 반면 어필리에이트 모델은 트래픽 수익화에 중점을 둔 퍼블리셔 및 콘텐츠 기반 사이트에 더 적합한 경향이 있습니다.
Axi는 하이브리드 프로그램 도 제공합니다. 이는 두 모델의 요소를 결합한 것으로, 적격 소개 건당 1회성 지급과 지속적인 레베뉴 셰어를 모두 받는 구조입니다.
Axi IB 수수료는 언제 지급됩니까?
+
수수료는 매일 계산 되며 당일 출금이 가능합니다. 월별 지급 주기가 없으며 IB 수익에 대한 최소 출금 한도 도 없습니다.
소개한 고객이 사용할 수 있는 거래 플랫폼은 무엇입니까?
+
Axi IB 프로그램을 통해 소개된 고객은
MT4, MT5, MT4 WebTrader, MT5 WebTrader, Axi 모바일 앱 , Axi 카피 트레이딩 앱 으로 거래할 수 있습니다. 거래 가능한 시장에는 외환, 주가지수, 원자재, 주식, 암호자산 CFD, 암호자산 선물이 포함됩니다.
.faqSection {
width: 100%;
padding: 70px 0;
box-sizing: border-box;
}
.faqInner {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
width: 100%;
}
.faqTitle {
text-align: center;
font-size: 40px;
font-weight: 700;
margin: 0 0 40px !important;
}
.faqGrid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
width: 100%;
box-sizing: border-box;
}
.faqCol {
display: flex;
flex-direction: column;
gap: 14px;
min-width: 0;
}
.faqItem {
border: 1px solid #F0EBE3;
background: #F0EBE3;
border-radius: 0;
overflow: hidden;
box-sizing: border-box;
min-width: 0;
}
.faqQ {
width: 100%;
padding: 16px 18px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
background: transparent;
border: 0;
text-align: left;
font-size: 14px;
font-weight: 600;
color: #1a1a1a;
cursor: pointer;
box-sizing: border-box;
}
.faqIcon {
font-size: 22px;
line-height: 1;
font-weight: 400;
color: #1a1a1a;
flex-shrink: 0;
}
.faqA {
max-height: 0;
overflow: hidden;
background: #fff;
transition: max-height 0.35s ease;
}
.faqAInner {
padding: 14px 18px 18px;
font-size: 14px;
line-height: 1.7;
color: #6B6B6B;
border-top: 1px solid #EEE9E3;
box-sizing: border-box;
width: 100%;
}
.faqAInner p {
margin: 0 0 10px;
}
.faqAInner p:last-child {
margin-bottom: 0;
}
.faqAInner a {
color: #1a1a1a;
text-decoration: underline;
}
.faqAInner a:hover {
text-decoration: none;
}
.faqItem.is-open .faqA {
max-height: 900px;
}
.faqItem.is-open .faqIcon {
transform: rotate(45deg);
transition: transform 0.2s ease;
}
@media(max-width: 768px) {
.faqSection {
padding: 30px 0;
}
.faqInner {
padding: 0 18px;
}
.faqTitle {
font-size: 28px;
margin-bottom: 32px !important;
}
.faqGrid {
grid-template-columns: 1fr;
gap: 14px;
}
.faqQ {
font-size: 14px;
padding: 16px;
}
}
다른 파트너십 방식
어떤 방식이 적합한지 잘 모르겠다면, 비즈니스에 맞는 다른 모델을 선택해 보세요.
Axi 파트너 / 인플루언서
초대 1건당 최대 $1,200 적립
조건을 충족한 소개에 대해 성과 기반 보상을 받으세요. SEO, 유료 광고, 인플루언서 또는 미디어 바잉을 통해 트래픽을 창출하는 파트너를 위해 설계되었습니다.
어필리에이트 프로그램 보기
하이브리드 파트너
고객당 최대 $300, 그리고 거래마다 최대 40%의 수익 공유
일회성 지급과 안정적인 장기 수익을 결합하세요. 맞춤형 계약도 가능합니다.
하이브리드 프로그램 보기
.partnerWaysSection{
width:100%;
padding:70px 0 64px;
}
.partnerWaysInner{
max-width:1100px;
margin:0 auto;
padding:0 20px;
box-sizing:border-box;
text-align:center;
}
.partnerWaysTitle{
font-size:40px;
font-weight:700;
margin:0 0 10px;
line-height:1.12;
color:#1a1a1a;
}
.partnerWaysSubtitle{
font-size:16px;
margin:0 0 26px;
line-height:1.5;
color:#1a1a1a;
}
.partnerWaysGrid{
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:22px;
align-items:stretch;
}
.partnerCard{
border:1px solid #C6BAAF;
border-radius:20px;
background:#fff;
padding:34px 30px 28px;
box-sizing:border-box;
text-align:center;
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:390px;
}
.partnerCardTop{
background:#FAF9F8;
border-radius:12px;
padding:26px 22px;
margin-bottom:34px;
min-height:126px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.partnerCardTop h3{
font-size:24px;
font-weight:800;
margin:0 0 10px;
line-height:1.22;
color:#1a1a1a;
}
.partnerCardTopSub{
font-size:16px;
margin:0;
font-weight:600;
line-height:1.45;
color:#1a1a1a;
}
.partnerCardBody{
font-size:16px;
margin:0 auto 34px;
line-height:1.55;
max-width:430px;
color:#4f4f4f;
}
.partnerCardBtn{
display:inline-flex;
align-items:center;
justify-content:center;
width:268px;
max-width:100%;
margin:0 auto;
background:#F3D36A;
color:#000;
text-decoration:none;
font-weight:700;
font-size:14px;
padding:14px 18px;
border-radius:8px;
}
.partnerWaysSection a:hover{
text-decoration:none !important;
color:#000 !important;
}
@media(max-width:768px){
.partnerWaysSection{
padding:30px 0 36px;
}
.partnerWaysInner{
padding:0 18px;
}
.partnerWaysTitle{
font-size:28px;
margin-bottom:8px;
}
.partnerWaysSubtitle{
font-size:16px;
margin-bottom:22px;
max-width:280px;
margin-left:auto;
margin-right:auto;
}
.partnerWaysGrid{
grid-template-columns:1fr;
gap:20px;
}
.partnerCard{
padding:18px 18px 20px;
border-radius:18px;
min-height:auto;
}
.partnerCardTop{
padding:22px 16px;
margin-bottom:24px;
min-height:116px;
}
.partnerCardTop h3{
font-size:18px;
margin-bottom:8px;
}
.partnerCardTopSub{
font-size:14px;
}
.partnerCardBody{
font-size:16px;
max-width:320px;
margin-bottom:22px;
}
.partnerCardBtn{
width:100%;
}
}
.gallerySection{
width:100%;
padding:40px 0;
overflow:hidden;
}
.galleryTrack{
overflow-x:auto;
overflow-y:hidden;
width:100%;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
cursor:grab;
}
.galleryTrack::-webkit-scrollbar{
display:none;
}
.galleryTrack:active{
cursor:grabbing;
}
.galleryList{
display:flex;
gap:22px;
padding:10px 40px;
box-sizing:border-box;
width:max-content;
}
.galleryItem{
flex:0 0 auto;
width:370px;
height:260px;
border-radius:20px;
overflow:hidden;
scroll-snap-align:center;
}
.galleryItem img{
width:100%;
height:100%;
object-fit:cover;
display:block;
border-radius:20px;
}
.galleryDots{
display:flex;
justify-content:center;
gap:8px;
margin-top:18px;
}
.galleryDot{
width:10px;
height:10px;
border-radius:50%;
background:#D9D9D9;
border:none;
padding:0;
cursor:pointer;
}
.galleryDot.is-active{
background:#FC404D;
}
@media(max-width:768px){
.gallerySection{
padding:30px 0;
}
.galleryList{
gap:14px;
padding:10px 18px;
}
.galleryItem{
width:300px;
height:220px;
border-radius:18px;
}
.galleryItem img{
border-radius:18px;
}
}