Yenipazar deposit, Bogazliyan District, Yozgat Province, Turkey

The Yenipazar polymetallic VMS deposit in Yozgat Province, Türkiye. The deposit remains open along strike to north of the current mineral resource.

The Yenipazar polymetallic VMS deposit in Yozgat Province, Türkiye. The deposit remains open along strike to north of the current mineral resource.

Ownership

100%

Mineral Reserve

Stacked rocks [icon]
1.04Moz
of gold

Gold production

Production [icon]
252koz

All-in sustaining costs

Costs [icon]
$1,583/oz

Capital expenditure

Cashflow [icon]
$47m

Workforce

Worker [icon]
763

Overview and locality

The Yenipazar Project is a polymetallic volcanogenic massive sulphide (“VMS”) body that hosts a gold-silver-copper-lead-zinc mineral deposit within the Yenipazar Property. It has a currently [2019] determined strike length of at least 1,700 metres averaging 200 metres in width and approximately 20 metres in thickness at depths between 30 and 190 metres. Much of the ore body is sitting at a depth of approximately 50 to 120 metres. The Yenipazar Project includes approximately 9.5 square kilometres of land within the project fence line.

Drillholes that tested this extension returned grades higher than the average grades reported for the project’s reserves, including a drillhole that intercepted 17 m averaging 6.13% Pb, 7.78% Zn, 1.06% Cu, 1.79 g/t Au, and 118 g/t Ag. Significant exploration upside remains elsewhere on the property, as 90% of the land position is unexplored. There are at least 11 other occurrences on the property, at least one of which is coincident with historical geophysical anomalies.

A brief history

  • Although the Yenipazar Deposit appears to have been mined during ancient and / or historic times (there is an old, shallow pit on the property developed into what was likely a copper plus / minus gold bearing gossan), contemporary work is limited to that undertaken by Yeni Anadolu Min. Mad. San. Ve Tic. Ltd. Sti (“YAMAS“) in the late 1990s on behalf of its parent Alacer (then Anatolia Minerals; Howard, 2005).
  • Alacer was attracted to the area by the presence of gossanous outcrops and the historic pits. The Yenipazar Deposit was discovered during a regional reconnaissance soil and rock sampling program undertaken in the 1990s. Subsequent to this survey, Alacer acquired the property from the Turkish government and began exploring the property in more detail through YAMAS.
yenipazar  




 

<script>
    // if HTML DOM Element that contains the map is found...
let map;
    
function initMap() {
  
  map = new google.maps.Map(document.getElementById("map"), {center: new google.maps.LatLng(0,0),
        zoom: 2, minZoom: 1,streetViewControl: false,gestureHandling: "cooperative",
        mapTypeControl:!1,styles:[{featureType:"administrative",elementType:"labels.text.fill",stylers:[{color:"#444444"}]},{featureType:"landscape",elementType:"all",stylers:[{color:"#ececec"}]},{featureType:"landscape.natural.landcover",elementType:"all",stylers:[{saturation:"-1"},{visibility:"off"}]},{featureType:"landscape.natural.landcover",elementType:"geometry.fill",stylers:[{visibility:"simplified"}]},{featureType:"landscape.natural.terrain",elementType:"geometry",stylers:[{saturation:"30"},{lightness:"-29"},{color:"#c9c9c9"},{weight:"1.00"}]},{featureType:"poi",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"road",elementType:"all",stylers:[{saturation:-100},{lightness:45}]},{featureType:"road",elementType:"geometry",stylers:[{color:"#d6d6d6"}]},{featureType:"road.highway",elementType:"all",stylers:[{visibility:"simplified"}]},{featureType:"road.arterial",elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"transit",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"water",elementType:"all",stylers:[{color:"#ffffff"},{visibility:"on"}]}]});
  var latlngbounds = new google.maps.LatLngBounds(); 
  const iconBase = "https://www.anglogoldashanti.com/wp-content/themes/aga_corporate/assets/img/";

    const icons = {
    headoffice: {
      icon: iconBase + "marker-office.svg",
    },
    operation: {
      icon: iconBase + "marker-operation.svg",
    },
    project: {
      icon: iconBase + "marker-project.svg",
    },
  };
    
  const features = [


         
       
  ]

  var infowindow = null;
  // Create markers.
  for (let i = 0; i < features.length; i++) {



    const marker = new google.maps.Marker({
      position: features[i].position,
      icon: icons[features[i].type].icon,
        title: features[i].label,
        info: features[i].infocanvas,
      map: map,
        
    })
        
  }


   var lastZoomLevel = 1; 
   google.maps.event.addListenerOnce(map, 'idle', function() {
        //Map is ready
          
       lastZoomLevel = map.getZoom();
    });
    google.maps.event.addListener(map, "click", function(event) {
        
    });
 
    google.maps.event.addListener(map, "drag", function(event) {
              //console.log('dragged');
    });    
    google.maps.event.addListener(map, 'zoom_changed', function() {  
        zoomLevel = map.getZoom();
        if(zoomLevel != lastZoomLevel){
                      lastZoomLevel = zoomLevel;
        }

    });
}
        

        
function closeInfo(){ 
        var offCanvas = document.querySelector('#mapInfo');    
if(offCanvas.classList.contains('is-open')){
    document.querySelector('[data-toggle="mapInfo"]').click();
}
   
}
        
function mapInfo(title, infocanvas){
    var offCanvas = document.querySelector('#mapInfo');
    
    if(!offCanvas.classList.contains('is-open')){
        document.querySelector('[data-toggle="mapInfo"]').click();
    }
    var showableInfo = document.querySelector(infocanvas);
    document.querySelectorAll('.off-canvas-inner').forEach(function(el, i){        
        el.classList.remove('is-active');
    })
    if(!showableInfo.classList.contains('is-active')){
        showableInfo.classList.add('is-active');
    }
    
}        
        
function worldViewFit(mapObj) {
	var worldBounds = new google.maps.LatLngBounds(
		new google.maps.LatLng(),	//Top-left
		new google.maps.LatLng()	 //Bottom-right
	);
	mapObj.fitBounds(worldBounds, 0);
  mapObj.panToBounds(worldBounds, 0);
	var actualBounds = mapObj.getBounds();
	if(actualBounds.getSouthWest().lng() == -180 && actualBounds.getNorthEast().lng() == 180) {
		mapObj.setZoom(mapObj.getZoom()+1);
	}
}        

</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB--gdmdBmOgM6XwMlgqWMWIJzmpinnbUs&callback=initMap&libraries=&v=weekly"  async="false" defer></script>
Top
Connect with us
A member of
  • World Gold Council [logo]
  • ICMM [logo]

INVESTOR SIGN-UP
theVault [logo]

Join our group on theVault to receive instant email notifications on new publications.


Principal executive office
and registered office

YILDIRIM Tower, Maslak Mahallesi,
Tasyoncasi Sok. No:1C, B2 Blok, 34485
Sariyer/Istanbul

Group headquarters

Tel: +44 7440-093430
142 International House Cromwell Road,
London, England, SW7 4EF

Eurasia Minerals Corporation is incorporated in England
and Wales with registered number 3010091.


ETHICS HOTLINE

MORE ABOUT SPEAK-UP